diff options
-rw-r--r-- | php-pecl-apcu.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 4a986b4..c6ad8fb 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -23,7 +23,7 @@ Name: %{?scl_prefix}php-pecl-apcu Summary: APC User Cache Version: 4.0.7 -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 Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf @@ -306,6 +306,9 @@ fi %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 4.0.7-1.1 +- Fedora 21 SCL mass rebuild + * Sat Oct 11 2014 Remi Collet <remi@fedoraproject.org> - 4.0.7-1 - Update to 4.0.7 |