summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 12:03:42 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 12:03:42 +0200
commit5b7b75611d68a30f1ce4628b7f63ed005862142c (patch)
tree152399b377ff4a124e03d43913cc6939eebd5537
parentfb5a6bcb040d9d271b653ada403401e6b74e20b8 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-yaml.spec10
1 files changed, 6 insertions, 4 deletions
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 <remi@remirepo.net> - 2.2.0~b2-2
+- rebuild for PHP 8.0.0RC1
+
* Mon Sep 14 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b2-1
- update to 2.2.0b2 (no change)