From e5fb8fc87892d81a54048e345cce13895e6515c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jul 2024 08:00:04 +0200 Subject: update to 8.2.22RC1 use oracle client library version 23.4 on x86_64, 19.23 on aarch64 --- failed.txt | 2 +- php82.spec | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index f718713..e2ba236 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.21 (2024-07-04) +===== 8.2.22RC1 (2024-07-18) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index baf360f..a9cc9d6 100644 --- a/php82.spec +++ b/php82.spec @@ -25,13 +25,15 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.22 +%global oraclever 19.23 +%global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.22 +%global oracledir 19.23 %else -%global oraclever 21.13 -%global oraclelib 21.1 -%global oracledir 21 +%global oraclever 23.4 +%global oraclemax 24 +%global oraclelib 23.1 +%global oracledir 23 %endif # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -120,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.21 -#global rcver RC1 +%global upver 8.2.22 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -761,7 +763,7 @@ BuildRequires: oracle-instantclient%{oraclever}-devel Requires: libclntsh.so.%{oraclelib} AutoReq: 0 %else -BuildRequires: oracle-instantclient-devel >= %{oraclever} +BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax}) %endif Requires: php-pdo%{?_isa} = %{version}-%{release} Provides: php_database @@ -2200,6 +2202,10 @@ fi %changelog +* Wed Jul 17 2024 Remi Collet - 8.2.22~RC1-1 +- update to 8.2.22RC1 +- use oracle client library version 23.4 on x86_64, 19.23 on aarch64 + * Tue Jul 2 2024 Remi Collet - 8.2.21-1 - Update to 8.2.21 - http://www.php.net/releases/8_2_21.php -- cgit