diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 07:54:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 07:54:07 +0200 |
commit | add808c8153c64fe551047e71ac34da91b8aaac9 (patch) | |
tree | f032dd2146821a4b7b4d9dbf338d2d198b198a62 | |
parent | 2b443682e9a77771a47f2c1522915181926e3e01 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-redis4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 85a93b6..5638728 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -34,7 +34,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 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 URL: http://pecl.php.net/package/redis @@ -330,6 +330,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 4.1.1-2 +- rebuild for 7.3.0beta2 new ABI + * Sun Aug 5 2018 Remi Collet <remi@remirepo.net> - 4.1.1-1 - update to 4.1.1 |