From 02d6f45f5111af3e73c7d906a6d9ca2fa641b4d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 08:29:17 +0200 Subject: rebuild for 8.0.0beta1 --- php-pecl-yaml.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 0bcda8e..ed6c0b0 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -22,7 +22,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -185,6 +185,10 @@ done %check +%if "%{php_version}" > "8.0" +# warnings promoted to exception +rm ?TS/tests/yaml_parse_file_002.phpt +%endif cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -250,6 +254,9 @@ fi %changelog +* Wed Aug 5 2020 Remi Collet - 2.1.0-3 +- rebuild for 8.0.0beta1 + * Wed Jul 22 2020 Remi Collet - 2.1.0-2 - rebuild for 8.0.0alpha3 using patch from https://github.com/php/pecl-file_formats-yaml/pull/53 -- cgit