From eec33fe39161d8dc489e9c9b2901242bec5fbb44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 11:14:21 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-redis5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 5.3.1-4 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 23 2020 Remi Collet - 5.3.1-3 - enable msgpack serializer with PHP 8 -- cgit