From 70227bc6a9a7981112176156782edfb04d42d124 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Tue, 30 Aug 2011 00:15:33 +0900 Subject: [PATCH] 0.1.16 release --- .gitignore | 1 + libfm.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3c6a1a0..12b4cbd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ libfm-0.1.12.tar.gz /libfm-0.1.15-D20110427gita1f63c3114.tar.gz /libfm-0.1.15-D20110529gitcd79d6228b.tar.gz /libfm-0.1.15-D20110807gitd22b41fd2f.tar.gz +/libfm-0.1.16.tar.gz diff --git a/libfm.spec b/libfm.spec index 1364119..316f4ed 100644 --- a/libfm.spec +++ b/libfm.spec @@ -3,8 +3,8 @@ # Upstream git: # git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm -%global usegit 1 -%global mainrel 7 +%global usegit 0 +%global mainrel 1 %global githash d22b41fd2f738164c2cc89f6ae5d08c8bea6c65c %global shorthash %(TMP=%githash ; echo ${TMP:0:10}) @@ -18,7 +18,7 @@ %endif Name: libfm -Version: 0.1.15 +Version: 0.1.16 Release: %{fedorarel}%{?dist} Summary: GIO-based library for file manager-like programs @@ -117,8 +117,12 @@ sed -i.deprecated \ %endif # ??? -mkdir m4 || : -sh autogen.sh +#mkdir m4 || : +#sh autogen.sh + +# ??? +mkdir -p docs/reference/libfm +touch docs/{reference{/libfm/,},}/Makefile.in # treak rpath sed -i.libdir_syssearch \ @@ -224,6 +228,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %endif %changelog +* Sun Aug 28 2011 Mamoru Tasaka - 0.1.16-1 +- 0.1.16 release + * Sun Aug 7 2011 Mamoru Tasaka - 0.1.15-7 - Update to the latest git diff --git a/sources b/sources index 3e4fbfd..b573f46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b822dcdb24e70d9c2c5e0e0542243ae6 libfm-0.1.15-D20110807gitd22b41fd2f.tar.gz +c09bce415ff6dc2dd835e28aeddeabe3 libfm-0.1.16.tar.gz