diff options
-rw-r--r-- | php-pecl-redis5.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index e5ad196..213ffcc 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -30,7 +30,7 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 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 @@ -349,6 +349,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 5.0.1-2 +- rebuild for 7.4.0beta1 + * Fri Jul 12 2019 Remi Collet <remi@remirepo.net> - 5.0.1-1 - update to 5.0.1 |