diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-22 07:34:15 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-22 07:34:15 +0200 |
| commit | 7251f8f3fc0dfdb8352523318a9612b4a24c5e96 (patch) | |
| tree | cb00840bd84b4892cdc5207de6895a7f706dfa44 | |
| parent | 66966e7906f620240feb90c47c7337e0966cbc6a (diff) | |
| -rw-r--r-- | failed.txt | 30 | ||||
| -rw-r--r-- | php.spec | 17 |
2 files changed, 27 insertions, 20 deletions
@@ -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/scl83el8a/build.log:Tests failed : 3 -/var/lib/mock/scl83el8x/build.log:Tests failed : 3 -/var/lib/mock/scl83el9a/build.log:Tests failed : 3 -/var/lib/mock/scl83el9x/build.log:Tests failed : 3 -/var/lib/mock/scl83el10a/build.log:Tests failed : 3 -/var/lib/mock/scl83el10x/build.log:Tests failed : 3 -/var/lib/mock/scl83fc42a/build.log:Tests failed : 3 -/var/lib/mock/scl83fc42x/build.log:Tests failed : 3 -/var/lib/mock/scl83fc43a/build.log:Tests failed : 3 -/var/lib/mock/scl83fc43x/build.log:Tests failed : 3 -/var/lib/mock/scl83fc44a/build.log:Tests failed : 3 -/var/lib/mock/scl83fc44x/build.log:Tests failed : 3 +/var/lib/mock/scl83el8a/build.log:Tests failed : 0 +/var/lib/mock/scl83el8x/build.log:Tests failed : 0 +/var/lib/mock/scl83el9a/build.log:Tests failed : 0 +/var/lib/mock/scl83el9x/build.log:Tests failed : 0 +/var/lib/mock/scl83el10a/build.log:Tests failed : 0 +/var/lib/mock/scl83el10x/build.log:Tests failed : 0 +/var/lib/mock/scl83fc42a/build.log:Tests failed : 0 +/var/lib/mock/scl83fc42x/build.log:Tests failed : 0 +/var/lib/mock/scl83fc43a/build.log:Tests failed : 0 +/var/lib/mock/scl83fc43x/build.log:Tests failed : 0 +/var/lib/mock/scl83fc44a/build.log:Tests failed : 0 +/var/lib/mock/scl83fc44x/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 :( @@ -102,8 +102,8 @@ #global gh_date 20250630 %global gh_owner php %global gh_project php-src -%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 @@ -376,7 +376,8 @@ Provides: %{?scl_prefix}php-gettext, %{?scl_prefix}php-gettext%{?_isa} Provides: %{?scl_prefix}php-hash, %{?scl_prefix}php-hash%{?_isa} Provides: %{?scl_prefix}php-lexbor, %{?scl_prefix}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: %{?scl_prefix}php-mhash = %{version}, %{?scl_prefix}php-mhash%{?_isa} = %{version} Provides: %{?scl_prefix}php-iconv, %{?scl_prefix}php-iconv%{?_isa} Obsoletes: %{?scl_prefix}php-json < 8.0.0 @@ -953,6 +954,13 @@ if test "x${vpdo}" != "x%{pdover}"; 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. @@ -1663,6 +1671,9 @@ fi %changelog +* Wed Apr 22 2026 Remi Collet <remi@remirepo.net> - 8.5.6~RC1-1 +- update to 8.5.6RC1 + * Wed Apr 8 2026 Remi Collet <remi@remirepo.net> - 8.5.5-1 - Update to 8.5.5 - http://www.php.net/releases/8_5_5.php |
