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 848080d..0e2850f 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -31,7 +31,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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/redis Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -359,6 +359,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 5.3.1-4 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 5.3.1-3 - enable msgpack serializer with PHP 8 |