From d858e9adb0122e2d19afd44bd037e4ad30e6eaeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 07:57:06 +0200 Subject: update to 8.2.6RC1 use oracle client library version 21.10 use ICU 72.1 oci8 version is now 3.3.0 --- php.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 1749089..cbb8aa7 100644 --- a/php.spec +++ b/php.spec @@ -27,7 +27,7 @@ %global zendver 20220829 %global pdover 20170320 # Extension version -%global oci8ver 3.2.1 +%global oci8ver 3.3.0 # Adds -z now to the linker flags %global _hardened_build 1 @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.8 +%global oraclever 21.10 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -122,8 +122,8 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.5 -#global rcver RC1 +%global upver 8.2.6 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -823,9 +823,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 71 -BuildRequires: pkgconfig(icu-io) >= 71 -BuildRequires: pkgconfig(icu-uc) >= 71 +BuildRequires: pkgconfig(icu-i18n) >= 72 +BuildRequires: pkgconfig(icu-io) >= 72 +BuildRequires: pkgconfig(icu-uc) >= 72 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1853,6 +1853,12 @@ fi %changelog +* Tue Apr 25 2023 Remi Collet - 8.2.6~RC1-1 +- update to 8.2.6RC1 +- use oracle client library version 21.10 +- use ICU 72.1 +- oci8 version is now 3.3.0 + * Wed Apr 12 2023 Remi Collet - 8.2.5-1 - Update to 8.2.5 - http://www.php.net/releases/8_2_5.php -- cgit