From 5f3606cba93330e109118397c6da9d09466baeb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 10:56:13 +0200 Subject: rebuild for PHP 8.0.0beta3 --- php-phpiredis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 836b26e..dac5da2 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -37,7 +37,7 @@ Version: 1.0.0 %if 0%{?gh_date} Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 18%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 19%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: Client extension for Redis @@ -237,6 +237,9 @@ exit $ret %changelog +* Wed Sep 2 2020 Remi Collet - 1.0.0-19 +- rebuild for PHP 8.0.0beta3 + * Mon Aug 24 2020 Remi Collet - 1.0.0-18 - add patch for PHP 8 from https://github.com/nrk/phpiredis/pull/66 -- cgit