From bf923c2dc988c2484caf9fb37e9f54f330d646ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 11:53:06 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-xhprof.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 4add7cd..fc3427c 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -26,7 +26,7 @@ Name: %{?sub_prefix}php-pecl-xhprof Version: 2.2.1 -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;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler Group: Development/Languages @@ -225,7 +225,7 @@ done : simple module 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 tests} cd %{pecl_name}-%{version}/extension @@ -241,7 +241,7 @@ REPORT_EXIT_STATUS=1 \ : simple module load TEST for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %endif @@ -291,6 +291,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 2.2.1-2 +- rebuild for PHP 8.0.0RC1 + * Sat Sep 19 2020 Remi Collet - 2.2.1-1 - update to 2.2.1 (beta) - enable upstream test suite -- cgit