From 7633d4dd5b127ef504d0985384396a17262a268c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2024 08:12:11 +0100 Subject: Update to 8.2.26 - http://www.php.net/releases/8_2_26.php --- failed.txt | 4 +++- php82.spec | 11 +++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index bb70346..fb207b9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.26RC1 (2024-11-07) +===== 8.2.26 (2024-11-21) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,6 +6,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el8x82/build.log:Tests failed : 0 /var/lib/mock/el9a82/build.log:Tests failed : 0 /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/fc39a82/build.log:Tests failed : 0 /var/lib/mock/fc39x82/build.log:Tests failed : 0 /var/lib/mock/fc40a82/build.log:Tests failed : 0 diff --git a/php82.spec b/php82.spec index 3937ddf..ee73d4e 100644 --- a/php82.spec +++ b/php82.spec @@ -30,7 +30,7 @@ %global oraclelib 19.1 %global oracledir 19.24 %else -%global oraclever 23.5 +%global oraclever 23.6 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -75,7 +75,11 @@ %endif # Build firebird extensions, you can disable using --without firebird +%if 0%{?rhel} == 10 +%bcond_with firebird +%else %bcond_without firebird +%endif # Build ZTS extension or only NTS using --without zts %ifarch x86_64 @@ -123,7 +127,7 @@ %bcond_with zip %global upver 8.2.26 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2205,6 +2209,9 @@ fi %changelog +* Wed Nov 20 2024 Remi Collet - 8.2.26-1 +- Update to 8.2.26 - http://www.php.net/releases/8_2_26.php + * Wed Nov 6 2024 Remi Collet - 8.2.26~RC1-1 - update to 8.2.26RC1 -- cgit