diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-05 08:29:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-05 08:29:17 +0200 |
commit | 02d6f45f5111af3e73c7d906a6d9ca2fa641b4d3 (patch) | |
tree | 16a6097e3e07511cb8472957a158b2bc372f450f /php-pecl-yaml.spec | |
parent | 04694e2f888d7666c78b86d982eee741e92ccb0c (diff) |
rebuild for 8.0.0beta1
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r-- | php-pecl-yaml.spec | 9 |
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 2.1.0-3 +- rebuild for 8.0.0beta1 + * Wed Jul 22 2020 Remi Collet <remi@remirepo.net> - 2.1.0-2 - rebuild for 8.0.0alpha3 using patch from https://github.com/php/pecl-file_formats-yaml/pull/53 |