diff options
| -rw-r--r-- | php-xcache-dev.spec | 7 | ||||
| -rw-r--r-- | php-xcache.spec | 7 | 
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  | 
