summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-yaml.spec10
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