From 7825db5de578c41d5d968653ddfb4b822a757407 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Sep 2025 16:02:24 +0200 Subject: update to 8.5.0RC1 bump ABI/API numbers to 20240925 --- failed.txt | 28 +++++++++++++--------------- php.spec | 12 ++++++++---- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/failed.txt b/failed.txt index 1f29643..af249a1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,23 +1,21 @@ -===== 8.5.0beta3 (2025-09-11) +===== 8.5.0RC1 (2025-09-25) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl83el8a/build.log:Tests failed : 1 -/var/lib/mock/scl83el8x/build.log:Tests failed : 1 -/var/lib/mock/scl83el9a/build.log:Tests failed : 1 -/var/lib/mock/scl83el9x/build.log:Tests failed : 1 -/var/lib/mock/scl83el10a/build.log:Tests failed : 1 -/var/lib/mock/scl83el10x/build.log:Tests failed : 1 -/var/lib/mock/scl83fc41a/build.log:Tests failed : 1 -/var/lib/mock/scl83fc41x/build.log:Tests failed : 1 -/var/lib/mock/scl83fc42a/build.log:Tests failed : 1 -/var/lib/mock/scl83fc42x/build.log:Tests failed : 1 -/var/lib/mock/scl83fc43a/build.log:Tests failed : 1 -/var/lib/mock/scl83fc43x/build.log:Tests failed : 1 +/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/scl83fc41a/build.log:Tests failed : 0 +/var/lib/mock/scl83fc41x/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 -all - 2 sapi/cli/tests/php_cli_server_ipv4_error_message.phpt (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index e4bc819..43abd75 100644 --- a/php.spec +++ b/php.spec @@ -23,8 +23,8 @@ %endif # API/ABI check -%global apiver 20240925 -%global zendver 20240925 +%global apiver 20250925 +%global zendver 20250925 %global pdover 20240423 # Adds -z now to the linker flags @@ -101,8 +101,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver beta3 -%global lowrc beta3 +%global rcver RC1 +%global lowrc rc1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1657,6 +1657,10 @@ fi %changelog +* Wed Sep 24 2025 Remi Collet - 8.5.0~rc1-1 +- update to 8.5.0RC1 +- bump ABI/API numbers to 20240925 + * Tue Sep 9 2025 Remi Collet - 8.5.0~beta3-1 - update to 8.5.0beta3 -- cgit