[libfm/f16] 0.1.16 release

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Aug 29 15:16:03 UTC 2011


commit 102bef0614fbbcd2b51af26a2ffb90b27ca71905
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Tue Aug 30 00:15:52 2011 +0900

    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 <mtasaka at fedoraproject.org> - 0.1.16-1
+- 0.1.16 release
+
 * Sun Aug  7 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 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


More information about the scm-commits mailing list