From 7a9f58f443095e26b1fce5ff1a8e0e31d9f7677f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 07:51:02 +0200 Subject: Update to 8.4.13RC1 --- failed.txt | 28 +++++++++++++++------------- php.spec | 9 ++++++--- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/failed.txt b/failed.txt index 23bc773..86cbe07 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,23 @@ -===== 8.4.12 (2025-08-28) +===== 8.4.13RC1 (2025-09-11) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/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/scl83fc40a/build.log:Tests failed : 0 -/var/lib/mock/scl83fc40x/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/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 +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 1ab35ce..1bd40e3 100644 --- a/php.spec +++ b/php.spec @@ -93,14 +93,14 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.4.12 -#global rcver RC1 +%global upver 8.4.13 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1658,6 +1658,9 @@ fi %changelog +* Wed Sep 10 2025 Remi Collet - 8.4.13~RC1-1 +- Update to 8.4.13RC1 + * Thu Aug 28 2025 Remi Collet - 8.4.12-2 - rebuild using gd3php on EL-10 -- cgit