summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-12 11:48:41 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-12 11:48:41 +0200
commit9590229fcbdb9944ae34615379574bc530f484af (patch)
tree1a5743bf82ef64744881566c0ca5cb919548385b
parentedfcc6081d96f054837ceb1b70265980502f8791 (diff)
php-xcache: 3.0.4 (php 5.4) and 3.1.0 (php 5.5)
-rw-r--r--php-xcache-dev.spec7
-rw-r--r--php-xcache.spec7
2 files changed, 10 insertions, 4 deletions
diff --git a/php-xcache-dev.spec b/php-xcache-dev.spec
index be92346..c4973a0 100644
--- a/php-xcache-dev.spec
+++ b/php-xcache-dev.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global ext_name xcache
-%global svnrev 1264
+#global svnrev 1264
# TODO : consider splitting pages in another subpackage
# to avoid httpd dependency
@@ -15,7 +15,7 @@
Summary: Fast, stable PHP opcode cacher
Name: php-xcache
Version: 3.1.0
-Release: 0.3.svn%{svnrev}%{?dist}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://xcache.lighttpd.net/
@@ -210,6 +210,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Oct 12 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-1
+- version 3.1.0
+
* Fri Jun 14 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.3.svn1268
- latest changes from upstream
diff --git a/php-xcache.spec b/php-xcache.spec
index ad9905f..040ee5b 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -10,8 +10,8 @@
Summary: Fast, stable PHP opcode cacher
Name: php-xcache
-Version: 3.0.3
-Release: 1%{?dist}
+Version: 3.0.4
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://xcache.lighttpd.net/
@@ -188,6 +188,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sat Oct 12 2013 Remi Collet <remi@fedoraproject.org> - 3.0.4-1
+- version 3.0.4 (bugfixes)
+
* Fri Jun 28 2013 Remi Collet <remi@fedoraproject.org> - 3.0.3-1
- bump version, no change