summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmldiff.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 11:56:29 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 11:56:29 +0200
commit1170a612ee396d698e4dd821efcd3cabb912dedd (patch)
treef833b4106bdd04b43bed6c0d1ad8400cac700ff2 /php-pecl-xmldiff.spec
parentc73a2d2d1330385e220721a97133c610db8e8e51 (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-xmldiff.spec')
-rw-r--r--php-pecl-xmldiff.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index 88ff50d..3ef491f 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -24,7 +24,7 @@
Summary: XML diff and merge
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.2
-Release: 15%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 16%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -202,7 +202,7 @@ cd NTS
%{__php} --no-php-ini \
--define extension=dom.so \
--define extension=modules/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
# Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/php \
@@ -217,7 +217,7 @@ cd ../ZTS
%{__ztsphp} --no-php-ini \
--define extension=dom.so \
--define extension=modules/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
# Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
@@ -251,6 +251,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.2-16
+- rebuild for PHP 8.0.0RC1
+
* Thu Sep 10 2020 Remi Collet <remi@remirepo.net> - 1.1.2-15
- add upstream patch for PHP 8