diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-10 08:38:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-10 08:38:42 +0200 |
commit | 43560166cabafbc86a5582fa7b585d07654d5c87 (patch) | |
tree | 97b1f5aced6f04492f714f5612d4a5f236cc782b | |
parent | e54ae5137d49647eb7fdb812d574e7d87e174d32 (diff) |
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php83.spec | 11 |
2 files changed, 10 insertions, 7 deletions
@@ -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/el9x83/build.log:Tests failed : 0 /var/lib/mock/el10a83/build.log:Tests failed : 0 /var/lib/mock/el10x83/build.log:Tests failed : 0 -/var/lib/mock/fc40a83/build.log:Tests failed : 0 -/var/lib/mock/fc40x83/build.log:Tests failed : 0 /var/lib/mock/fc41a83/build.log:Tests failed : 0 /var/lib/mock/fc41x83/build.log:Tests failed : 0 /var/lib/mock/fc42a83/build.log:Tests failed : 0 /var/lib/mock/fc42x83/build.log:Tests failed : 0 +/var/lib/mock/fc43a83/build.log:Tests failed : 0 +/var/lib/mock/fc43x83/build.log:Tests failed : 0 @@ -24,7 +24,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 @@ -122,14 +122,14 @@ %bcond_without libgd %bcond_with zip -%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: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -2233,6 +2233,9 @@ fi %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 8.3.26~RC1-1 +- update to 8.3.26RC1 + * Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 8.3.25-2 - rebuild using gd3php on EL-10 |