summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-08 17:30:58 +0200
committerRemi Collet <remi@remirepo.net>2021-07-08 17:30:58 +0200
commit8e1adc7ed2fc42f98acaf30e4633cc380bfb4cf0 (patch)
treeae84f779a90fa4af43b5876f9690c927898e96ae /php-ast.spec
parent6f966dad31893ba8520c0fe4508c1011ec8523d9 (diff)
update to 1.0.13
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 1fc36fc..72b561a 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -21,7 +21,7 @@
Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
-Version: 1.0.12
+Version: 1.0.13
%if 0%{?gh_date:1}
Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
@@ -69,6 +69,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -161,7 +164,7 @@ cd NTS
: 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}$'
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{__php} \
@@ -175,7 +178,7 @@ cd ../ZTS
: Minimal 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}$'
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
@@ -221,6 +224,9 @@ fi
%changelog
+* Thu Jul 8 2021 Remi Collet <remi@remirepo.net> - 1.0.13-1
+- update to 1.0.13
+
* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 1.0.12-1
- update to 1.0.12