From b80cc03308021c24d231ea28f10a88a619cc8276 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2026 07:34:23 +0200 Subject: update to 8.5.6RC1 --- failed.txt | 30 +++++++++++++----------------- php85.spec | 17 ++++++++++++++--- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/failed.txt b/failed.txt index 2a82157..c495f68 100644 --- a/failed.txt +++ b/failed.txt @@ -1,25 +1,21 @@ -===== 8.5.5 (2026-04-09) +===== 8.5.6RC1 (2026-04-23) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a85/build.log:Tests failed : 3 -/var/lib/mock/el8x85/build.log:Tests failed : 3 -/var/lib/mock/el9a85/build.log:Tests failed : 3 -/var/lib/mock/el9x85/build.log:Tests failed : 3 -/var/lib/mock/el10a85/build.log:Tests failed : 3 -/var/lib/mock/el10x85/build.log:Tests failed : 3 -/var/lib/mock/fc42a85/build.log:Tests failed : 3 -/var/lib/mock/fc42x85/build.log:Tests failed : 3 -/var/lib/mock/fc43a85/build.log:Tests failed : 3 -/var/lib/mock/fc43x85/build.log:Tests failed : 3 -/var/lib/mock/fc44a85/build.log:Tests failed : 3 -/var/lib/mock/fc44x85/build.log:Tests failed : 3 +/var/lib/mock/el8a85/build.log:Tests failed : 0 +/var/lib/mock/el8x85/build.log:Tests failed : 0 +/var/lib/mock/el9a85/build.log:Tests failed : 0 +/var/lib/mock/el9x85/build.log:Tests failed : 0 +/var/lib/mock/el10a85/build.log:Tests failed : 0 +/var/lib/mock/el10x85/build.log:Tests failed : 0 +/var/lib/mock/fc42a85/build.log:Tests failed : 0 +/var/lib/mock/fc42x85/build.log:Tests failed : 0 +/var/lib/mock/fc43a85/build.log:Tests failed : 0 +/var/lib/mock/fc43x85/build.log:Tests failed : 0 +/var/lib/mock/fc44a85/build.log:Tests failed : 0 +/var/lib/mock/fc44x85/build.log:Tests failed : 0 -all - 2 Bug #74796: TLS encryption fails behind HTTP proxy [ext/openssl/tests/bug74796.phpt] - 2 sni_server [ext/openssl/tests/sni_server.phpt] - 2 sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt] 1 proc_open give erratic test results :( diff --git a/php85.spec b/php85.spec index 27721f0..47502c0 100644 --- a/php85.spec +++ b/php85.spec @@ -89,8 +89,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.5.5 -#global rcver RC1 +%global upver 8.5.6 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -383,7 +383,8 @@ Provides: php-gettext, php-gettext%{?_isa} Provides: php-hash, php-hash%{?_isa} Provides: php-lexbor, php-lexbor%{?_isa} # See ext/lexbor/patches/README.md -Provides: bundled(lexbor) = 2.5.0 +%global lexborver 2.7.0 +Provides: bundled(lexbor) = %{lexborver} Provides: php-mhash = %{version}, php-mhash%{?_isa} = %{version} Provides: php-iconv, php-iconv%{?_isa} Obsoletes: php-json < 8 @@ -1121,6 +1122,13 @@ if test "$ver" != "%{zipver}"; then exit 1 fi +vlexbor=`sed -n '/Lexbor version/{s/.* is //;s/\.$//;p}' ext/lexbor/patches/README.md` +if test "x${vlexbor}" != "x%{lexborver}"; then + : Error: Upstream Lexbor version is now ${vlexbor}, expecting %{lexborver}. + : Update the lexborver macro and rebuild. + exit 1 +fi + # https://bugs.php.net/63362 - Not needed but installed headers. # Drop some Windows specific headers to avoid installation, # before build to ensure they are really not needed. @@ -1876,6 +1884,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Apr 22 2026 Remi Collet - 8.5.6~RC1-1 +- update to 8.5.6RC1 + * Wed Apr 8 2026 Remi Collet - 8.5.5-1 - Update to 8.5.5 - http://www.php.net/releases/8_5_5.php -- cgit