diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 08:04:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 08:04:29 +0200 |
commit | c613375cb2362df741075af59579cb598777d7a9 (patch) | |
tree | 635cd4270bb2f1c809df3ba680ba0a9932f16907 | |
parent | 9da591ffedb4098de3293ccd85b9b560129e61b1 (diff) |
rebuild for PHP 8.5.0RC1
ignore 1 test with PHP 8.5 (NaN)
-rw-r--r-- | php-pecl-yaml.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 746e613..4056962 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -25,7 +25,7 @@ Summary: PHP Bindings for yaml Name: %{?scl_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 @@ -154,6 +154,10 @@ done %check cd %{sources} +%if "%{php_version}" > "8.5" +# unexpected NAN value was coerced to string +rm tests/bug_79866.phpt +%endif : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -197,6 +201,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 2.2.5-2 +- rebuild for PHP 8.5.0RC1 +- ignore 1 test with PHP 8.5 (NaN) + * Mon Aug 4 2025 Remi Collet <remi@remirepo.net> - 2.2.5-1 - update to 2.2.5 - drop patch merged upstream |