[libXcm] Update to 0.5.3

Christopher Meng cicku at fedoraproject.org
Sat Mar 8 06:20:46 UTC 2014


commit 59c6be4e73e48a9d60ef47584df9161d7c474d1b
Author: Christopher Meng <i at cicku.me>
Date:   Sat Mar 8 14:20:09 2014 +0800

    Update to 0.5.3

 .gitignore  |    1 +
 libXcm.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4513aeb..8054955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ libXcm-0.2.6.tar.gz
 /libXcm-0.5.0.tar.bz2
 /libXcm-0.5.1.tar.bz2
 /libXcm-0.5.2.tar.bz2
+/libXcm-0.5.3.tar.bz2
diff --git a/libXcm.spec b/libXcm.spec
index f8d6619..565dd67 100644
--- a/libXcm.spec
+++ b/libXcm.spec
@@ -1,5 +1,5 @@
 Name:           libXcm
-Version:        0.5.2
+Version:        0.5.3
 Release:        1%{?dist}
 Summary:        X Color Management Library
 License:        MIT
@@ -38,7 +38,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
-find %{buildroot} -name '*.la' -delete
+find %{buildroot} -name '*.la' -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -54,9 +54,12 @@ find %{buildroot} -name '*.la' -delete
 %{_includedir}/X11/Xcm/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/xcm.pc
-%{_mandir}/man3/*.3.*
+%{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 08 2014 Christopher Meng <rpm at cicku.me> - 0.5.3-1
+- Update to 0.5.3
+
 * Tue Jan 07 2014 Christopher Meng <rpm at cicku.me> - 0.5.2-1
 - Update to 0.5.2
 
diff --git a/sources b/sources
index c33d945..a0af83e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d4f2ad9cdea8d4a9eb6723d86d31016  libXcm-0.5.2.tar.bz2
+c5d293b235f98f0bd211678ffefebc4c  libXcm-0.5.3.tar.bz2


More information about the scm-commits mailing list