[cego/f19] New version.

Christopher Meng cicku at fedoraproject.org
Fri Dec 6 02:03:49 UTC 2013


commit 4fec6556ed2fa031e1f5ecf67bd28f9d10fff384
Author: Christopher Meng <rpm at cicku.me>
Date:   Fri Dec 6 10:03:01 2013 +0800

    New version.

 .gitignore |    1 +
 cego.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cb11f7..01f0469 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /cego-2.19.4.tar.gz
 /cego-2.19.6.tar.gz
 /cego-2.19.11.tar.gz
+/cego-2.19.13.tar.gz
diff --git a/cego.spec b/cego.spec
index 9b5c2c5..149fe4a 100644
--- a/cego.spec
+++ b/cego.spec
@@ -1,7 +1,7 @@
 %global _hardened_build 1
 
 Name:              cego
-Version:           2.19.11
+Version:           2.19.13
 Release:           1%{?dist}
 Summary:           A relational and transactional database
 License:           GPLv3+
@@ -61,8 +61,8 @@ do
   chrpath --delete "${_rpbin}"
 done
 
-install -p -D -m 644 %{S:1} %{buildroot}%{_unitdir}/%{name}.service
-install -p -D -m 644 %{S:2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
+install -pDm644 %{S:1} %{buildroot}%{_unitdir}/%{name}.service
+install -pDm644 %{S:2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
 
 %pre
 getent group %{name} >/dev/null || groupadd -r %{name}
@@ -97,6 +97,9 @@ exit 0
 %{_libdir}/*.so
 
 %changelog
+* Fri Dec 06 2013 Christopher Meng <rpm at cicku.me> - 2.19.13-1
+- New release.
+
 * Mon Nov 04 2013 Christopher Meng <rpm at cicku.me> - 2.19.11-1
 - New release.
 
diff --git a/sources b/sources
index 4e4f015..f4de384 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b9c48042a648c8c39478f5291950661  cego-2.19.11.tar.gz
+c769afc7d2dc212ad0db56b8b35c2d22  cego-2.19.13.tar.gz


More information about the scm-commits mailing list