diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-17 17:26:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-17 17:26:17 +0200 |
commit | 1e26d58349605bac1c4890ff3a5ec838ec7cb818 (patch) | |
tree | 7296038b90382b1c3eecbb31644fec5934c75ad2 /php-pecl-redis4.spec | |
parent | 79332d5f7206ec7d70c91a0e54156b31bdb4a809 (diff) |
rebuld for 7.3.0alpha4 new ABI
Diffstat (limited to 'php-pecl-redis4.spec')
-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 b3d9145..37537c7 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 +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 4.1.0-2 +- rebuld for 7.3.0alpha4 new ABI + * Tue Jul 10 2018 Remi Collet <remi@remirepo.net> - 4.1.0-1 - update to 4.1.0 (stable) |