summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:53:06 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:53:06 +0200
commitbf923c2dc988c2484caf9fb37e9f54f330d646ae (patch)
tree18d65bfc12a3ea5b1e14bdc4211d354a4aa428ab
parent7d72f710a3b59940dc70deb97e5afc6e7f46489b (diff)
rebuild for PHP 8.0.0RC1
-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