[opencc] Fixes postun script

Peng Wu pwu at fedoraproject.org
Mon Jan 19 06:02:33 UTC 2015


commit d47ea6869648774274a6b997e4f5ea98e8aea0ef
Author: Peng Wu <alexepico at gmail.com>
Date:   Mon Jan 19 14:02:41 2015 +0800

    Fixes postun script

 opencc.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/opencc.spec b/opencc.spec
index 314c564..1bfcfb6 100644
--- a/opencc.spec
+++ b/opencc.spec
@@ -1,6 +1,6 @@
 Name:       opencc
 Version:    1.0.2
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Libraries for Simplified-Traditional Chinese Conversion
 License:    ASL 2.0
 Group:      System Environment/Libraries
@@ -67,7 +67,6 @@ ctest
 
 %postun -p /sbin/ldconfig
 
-#%files -f %{name}.lang
 %files
 %doc AUTHORS LICENSE README.md
 %{_libdir}/lib*.so.*
@@ -87,6 +86,9 @@ ctest
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jan 19 2015 Peng Wu <pwu at redhat.com> - 1.0.2-2
+- Fixes postun script
+
 * Tue Jan  6 2015 Peng Wu <pwu at redhat.com> - 1.0.2-1
 - Update to 1.0.2
 


More information about the scm-commits mailing list