diff options
-rw-r--r-- | php-xcache-dev.spec | 5 | ||||
-rw-r--r-- | php-xcache.spec | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/php-xcache-dev.spec b/php-xcache-dev.spec index 6849cdf..f777905 100644 --- a/php-xcache-dev.spec +++ b/php-xcache-dev.spec @@ -30,7 +30,7 @@ Summary: Fast, stable PHP opcode cacher Name: %{?scl_prefix}php-xcache Epoch: 1 Version: 3.2.0 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 License: BSD Group: Development/Languages URL: http://xcache.lighttpd.net/ @@ -257,6 +257,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1:3.2.0-1.1 +- Fedora 21 SCL mass rebuild + * Thu Sep 18 2014 Remi Collet <remi@fedoraproject.org> - 1:3.2.0-1 - Update to 3.2.0 diff --git a/php-xcache.spec b/php-xcache.spec index ca17813..df6f94c 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -28,7 +28,7 @@ Summary: Fast, stable PHP opcode cacher Name: %{?scl_prefix}php-xcache Version: 3.1.1 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 License: BSD Group: Development/Languages URL: http://xcache.lighttpd.net/ @@ -255,6 +255,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 3.1.1-1.1 +- Fedora 21 SCL mass rebuild + * Tue Sep 9 2014 Remi Collet <remi@fedoraproject.org> - 3.1.1-1 - version 3.1.1 |