From ae4e796f9f0b5adc7ca6d78700f4e1df858faf95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2024 08:04:54 +0100 Subject: Update to 8.2.26 - http://www.php.net/releases/8_2_26.php --- failed.txt | 4 +++- php.spec | 11 +++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ddc55f6..292031d 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/scl82el8x/build.log:Tests failed : 0 /var/lib/mock/scl82el9a/build.log:Tests failed : 0 /var/lib/mock/scl82el9x/build.log:Tests failed : 0 +/var/lib/mock/scl82el10a/build.log:Tests failed : 0 +/var/lib/mock/scl82el10x/build.log:Tests failed : 0 /var/lib/mock/scl82fc39a/build.log:Tests failed : 0 /var/lib/mock/scl82fc39x/build.log:Tests failed : 0 /var/lib/mock/scl82fc40a/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index 90f0dac..cbec272 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,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 @@ -77,7 +77,11 @@ %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. %bcond_without imap +%if 0%{?rhel} == 10 +%bcond_with firebird +%else %bcond_without firebird +%endif %bcond_without freetds %bcond_without tidy %bcond_without sqlite3 @@ -132,7 +136,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.26 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1867,6 +1871,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