[php-xcache] update to 3.2.0 final

Remi Collet remi at fedoraproject.org
Fri Sep 19 09:11:18 UTC 2014


commit 34f4f8ba2fd7374d207b5d25153919826dc3f990
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Sep 19 11:11:14 2014 +0200

    update to 3.2.0 final

 .gitignore      |    1 +
 php-xcache.spec |    8 +++++---
 sources         |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c8e37c..f620971 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ clog
 /xcache-3.1.0.tar.gz
 /xcache-svn1496.tgz
 /xcache-3.2.0-rc1.tar.gz
+/xcache-3.2.0.tar.gz
diff --git a/php-xcache.spec b/php-xcache.spec
index 3ff9686..0a62c42 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -8,7 +8,6 @@
 #
 %{!?php_inidir:  %global php_inidir       %{_sysconfdir}/php.d}
 %global ext_name     xcache
-%global prever       rc1
 %global with_zts     0%{?__ztsphp:1}
 
 %if "%{php_version}" < "5.6"
@@ -21,7 +20,7 @@ Summary:       Fast, stable PHP opcode cacher
 Name:          php-xcache
 Epoch:         1
 Version:       3.2.0
-Release:       0.1.%{prever}%{?dist}
+Release:       1%{?dist}
 License:       BSD
 Group:         Development/Languages
 URL:           http://xcache.lighttpd.net/
@@ -84,7 +83,7 @@ This requires to configure, in XCache configuration file (xcache.ini):
 %setup -q -c 
 
 # rename source folder
-mv %{version}%{?prever:-%{prever}} nts
+mv xcache-%{version}%{?prever:-%{prever}} nts
 
 cp %{SOURCE1} xcache-httpd.conf
 cd nts
@@ -206,6 +205,9 @@ REPORT_EXIT_STATUS=1 \
 
 
 %changelog
+* Thu Sep 18 2014 Remi Collet <remi at fedoraproject.org> - 1:3.2.0-1
+- Update to 3.2.0
+
 * Tue Sep  9 2014 Remi Collet <remi at fedoraproject.org> - 1:3.2.0-0.1.rc1
 - Update to 3.2.0-rc1
 - bump epoch to 1
diff --git a/sources b/sources
index 1e4cb5b..0da6a8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0769e57fe589ede0db4a6b06278f260c  xcache-3.2.0-rc1.tar.gz
+8b0a6f27de630c4714ca261480f34cda  xcache-3.2.0.tar.gz


More information about the scm-commits mailing list