From 640c8b34ed81293e65a0d5bb7b1c303a8fef8059 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 08:38:34 +0200 Subject: update to 8.3.26RC1 --- failed.txt | 6 +++--- php.spec | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 4139acf..6e3379b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.3.25 (2025-08-28) +===== 8.3.26RC1 (2025-09-11) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -8,12 +8,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /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/scl83fc43a/build.log:Tests failed : 0 +/var/lib/mock/scl83fc43x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index 73d65d4..6a0c234 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 23.8 +%global oraclever 23.9 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -130,14 +130,14 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.25 -#global rcver RC1 +%global upver 8.3.26 +%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 @@ -1889,6 +1889,9 @@ fi %changelog +* Wed Sep 10 2025 Remi Collet - 8.3.26~RC1-1 +- update to 8.3.26RC1 + * Thu Aug 28 2025 Remi Collet - 8.3.25-2 - rebuild using gd3php on EL-10 -- cgit