From 208686c52f4a72010388d90d4e031a1a5bacc6e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 08:01:48 +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 --- failed.txt | 2 +- php82.spec | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index c0067f1..940738d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.5 (2023-04-13) +===== 8.2.6RC1 (2023-04-27) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index 1956e4e..4cada5c 100644 --- a/php82.spec +++ b/php82.spec @@ -13,7 +13,7 @@ %global pdover 20170320 # Extension version %global fileinfover 1.0.5 -%global oci8ver 3.2.1 +%global oci8ver 3.3.0 %global zipver 1.21.1 # Adds -z now to the linker flags @@ -24,7 +24,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 @@ -109,8 +109,8 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -1027,9 +1027,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP Requires: 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 %if 0%{?rhel} == 7 Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2195,6 +2195,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