From 5b7b75611d68a30f1ce4628b7f63ed005862142c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 12:03:42 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-yaml.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-yaml.spec') diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index fe9469a..3c8ab27 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -24,7 +24,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -66,7 +66,6 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "8.0" Obsoletes: php74-pecl-%{pecl_name} <= %{version} @@ -185,7 +184,7 @@ cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ @@ -199,7 +198,7 @@ cd ../ZTS : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=modules/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ @@ -246,6 +245,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 2.2.0~b2-2 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 14 2020 Remi Collet - 2.2.0~b2-1 - update to 2.2.0b2 (no change) -- cgit