[php-xcache/f20] update to 3.1.1

Remi Collet remi at fedoraproject.org
Tue Sep 9 07:11:25 UTC 2014


commit 3d7213d2c187652faadc2c2dc7db84773ba35e65
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Sep 9 09:11:16 2014 +0200

    update to 3.1.1

 .gitignore      |    1 +
 php-xcache.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4ad98e..278d9ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ clog
 /xcache-svn1234.tgz
 /xcache-svn1264.tgz
 /xcache-3.1.0.tar.gz
+/xcache-3.1.1.tar.gz
diff --git a/php-xcache.spec b/php-xcache.spec
index 2c0efe3..78798d1 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -12,8 +12,8 @@
 
 Summary:       Fast, stable PHP opcode cacher
 Name:          php-xcache
-Version:       3.1.0
-Release:       2%{?dist}
+Version:       3.1.1
+Release:       1%{?dist}
 License:       BSD
 Group:         Development/Languages
 URL:           http://xcache.lighttpd.net/
@@ -70,7 +70,7 @@ This requires to configure, in XCache configuration file (xcache.ini):
 %setup -q -c 
 
 # rename source folder
-mv %{ext_name}-%{version} nts
+mv %{version} nts
 
 cp %{SOURCE1} xcache-httpd.conf
 cd nts
@@ -192,6 +192,9 @@ REPORT_EXIT_STATUS=1 \
 
 
 %changelog
+* Tue Sep  9 2014 Remi Collet <remi at fedoraproject.org> - 3.1.1-1
+- version 3.1.1
+
 * Thu Jan  9 2014 Remi Collet <remi at fedoraproject.org> - 3.1.0-2
 - drop conflicts with other opcode cache
 - disable opcode cache in provided configuration
diff --git a/sources b/sources
index b5dac34..04d70e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76fe4bfc45b53f01dbd9d349024a27a3  xcache-3.1.0.tar.gz
+7482ade5d35fc5d95e32254bf5675b82  xcache-3.1.1.tar.gz


More information about the scm-commits mailing list