From 74417446ec9ce43806b9a05116deb1ade40047fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 May 2026 07:22:52 +0200 Subject: Update to 8.2.31 - http://www.php.net/releases/8_2_31.php --- failed.txt | 6 +++--- php82.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 990f6d2..242d096 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.30 (2025-12-18) +===== 8.2.31 (2026-05-07) $ 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/el9x82/build.log:Tests failed : 0 /var/lib/mock/el10a82/build.log:Tests failed : 0 /var/lib/mock/el10x82/build.log:Tests failed : 0 -/var/lib/mock/fc41a82/build.log:Tests failed : 0 -/var/lib/mock/fc41x82/build.log:Tests failed : 0 /var/lib/mock/fc42a82/build.log:Tests failed : 0 /var/lib/mock/fc42x82/build.log:Tests failed : 0 /var/lib/mock/fc43a82/build.log:Tests failed : 0 /var/lib/mock/fc43x82/build.log:Tests failed : 0 +/var/lib/mock/fc44a82/build.log:Tests failed : 0 +/var/lib/mock/fc44x82/build.log:Tests failed : 0 1 proc_open give erratic test results :( diff --git a/php82.spec b/php82.spec index ecd897a..36ba4a5 100644 --- a/php82.spec +++ b/php82.spec @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 23.9 +%global oraclever 23.26.1 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -119,7 +119,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.30 +%global upver 8.2.31 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -2203,6 +2203,9 @@ fi %changelog +* Wed May 6 2026 Remi Collet - 8.2.31-1 +- Update to 8.2.31 - http://www.php.net/releases/8_2_31.php + * Wed Dec 17 2025 Remi Collet - 8.2.30-1 - Update to 8.2.30 - http://www.php.net/releases/8_2_30.php -- cgit