From 3e9a6f06e18ede81a0eafd541c65a4d4926c3d7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2024 15:10:23 +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 --- php82.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index a9cc9d6..eb8e2a1 100644 --- a/php82.spec +++ b/php82.spec @@ -30,7 +30,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 @@ -123,7 +123,7 @@ %bcond_with zip %global upver 8.2.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -237,6 +237,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 #BuildRequires: bison #BuildRequires: re2c @@ -2202,6 +2205,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