[cego/epel7] Update to 2.20.6

Christopher Meng cicku at fedoraproject.org
Tue Feb 25 15:29:25 UTC 2014


commit d524df18cf2da48d292b46398d6bcc46ba5dff7b
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 25 23:29:42 2014 +0800

    Update to 2.20.6

 .gitignore |    1 +
 cego.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1204e3..230cf70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /cego-2.19.13.tar.gz
 /cego-2.20.0.tar.gz
 /cego-2.20.1.tar.gz
+/cego-2.20.6.tar.gz
diff --git a/cego.spec b/cego.spec
index cf3d7ff..7fad3fb 100644
--- a/cego.spec
+++ b/cego.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 Name:              cego
-Version:           2.20.1
+Version:           2.20.6
 Release:           1%{?dist}
 Summary:           A relational and transactional database
 License:           GPLv3+
@@ -35,7 +35,7 @@ Requires:          lfcbase-devel%{?_isa}
 Requires:          lfcxml-devel%{?_isa}
 
 %description       devel
-The %{name}-devel package contains libraries and header files for
+This package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
@@ -52,7 +52,7 @@ make %{?_smp_mflags}
 %install
 pushd src
 make install DESTDIR=%{buildroot}
-find %{buildroot} -name '*.la' -delete
+find %{buildroot} -name '*.la' -delete -print
 popd
 
 #rpath fix.
@@ -97,6 +97,9 @@ exit 0
 %{_libdir}/*.so
 
 %changelog
+* Tue Feb 25 2014 Christopher Meng <rpm at cicku.me> - 2.20.6-1
+- Update to 2.20.6
+
 * Mon Jan 27 2014 Christopher Meng <rpm at cicku.me> - 2.20.1-1
 - Update to 2.20.1(bTree test fix)
 
diff --git a/sources b/sources
index bed5a4d..347c0d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30bbc61653e4f7767cc183ebad51720a  cego-2.20.1.tar.gz
+529f91e7ba87c2f22973cfbf59238937  cego-2.20.6.tar.gz


More information about the scm-commits mailing list