diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 23:53:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 23:53:50 +0200 |
commit | 8cc27a25cbe15875ad89a51412d005ce36a0b788 (patch) | |
tree | cb697838fd0984d12bd7b61b6a7121a2391099f4 | |
parent | bbed7c9db598fe4803b046c17611eff32f44a89a (diff) |
rebuild for 7.2.0beta1
-rw-r--r-- | php-pecl-redis.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 728cf87..3c86e7d 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -33,7 +33,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: PHP Group: Development/Languages @@ -306,6 +306,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.1.3-2 +- rebuild for PHP 7.2.0beta1 new API + * Mon Jul 17 2017 Remi Collet <remi@remirepo.net> - 3.1.3-1 - update to 3.1.3 (stable) |