summaryrefslogtreecommitdiffstats
path: root/php-pecl-xhprof.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r--php-pecl-xhprof.spec9
1 files 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 <remi@remirepo.net> - 2.2.1-2
+- rebuild for PHP 8.0.0RC1
+
* Sat Sep 19 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1
- update to 2.2.1 (beta)
- enable upstream test suite