From 22ab7360ad5c0c2c8b00abbbf1c02648718ec14d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 12:08:09 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-phpiredis.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 734dfa0..c1e112f 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -31,9 +31,9 @@ Name: %{?sub_prefix}php-%{pecl_name} Version: 1.0.1 %if 0%{?gh_date} -Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif Summary: Client extension for Redis @@ -152,13 +152,13 @@ install -Dpm 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_zts} : Minimal load test for NTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %endif %if %{with tests} @@ -219,6 +219,9 @@ exit $ret %changelog +* Wed Sep 30 2020 Remi Collet - 1.0.1-2 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 21 2020 Remi Collet - 1.0.1-1 - update to 1.0.1 - drop patch marged upstream -- cgit