From 2662bfb372a559a9140a0375ad8aa188b13848b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:10:47 +0200 Subject: Update to 8.2.21 - http://www.php.net/releases/8_2_22.php use oracle client library version 23.5 on x86_64 --- failed.txt | 2 +- php.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 6b153fd..621c428 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.22RC1 (2024-07-18) +===== 8.2.22 (2024-08-01) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index c30e919..ff61c94 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,7 @@ %global oraclelib 19.1 %global oracledir 19.23 %else -%global oraclever 23.4 +%global oraclever 23.5 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -132,7 +132,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -245,6 +245,9 @@ BuildRequires: libtool BuildRequires: libtool-ltdl-devel %if %{with dtrace} BuildRequires: %{?dtsprefix}systemtap-sdt-devel +%if 0%{?fedora} >= 41 +BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace +%endif %endif %if 0%{?gh_date} BuildRequires: bison @@ -1864,6 +1867,10 @@ fi %changelog +* Tue Jul 30 2024 Remi Collet - 8.2.22-1 +- Update to 8.2.21 - http://www.php.net/releases/8_2_22.php +- use oracle client library version 23.5 on x86_64 + * 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 -- cgit