diff options
-rw-r--r-- | php-pecl-memcached.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index 0bd5a4a..92328f8 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -27,7 +27,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: 3.0.3 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -342,6 +342,9 @@ exit $ret %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.3-5 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jul 12 2017 Remi Collet <remi@remirepo.net> - 3.0.3-4 - add upstream patch (tests) for PHP 7.2 |