From 48c705f7e0d906f623d68391ac9125ba347f1349 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Apr 2023 17:51:21 +0200 Subject: update to 8.1.19RC1 use oracle client library version 21.10 use ICU 72.1 --- failed.txt | 2 +- php81.spec | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 87de9f7..912dcf4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.18 (2023-04-13) +===== 8.1.19RC1 (2023-04-27) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php81.spec b/php81.spec index 516c0dd..298b114 100644 --- a/php81.spec +++ b/php81.spec @@ -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.1.18 -#global rcver RC1 +%global upver 8.1.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1025,9 +1025,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 @@ -2194,6 +2194,11 @@ fi %changelog +* Tue Apr 25 2023 Remi Collet - 8.1.19~RC1-1 +- update to 8.1.19RC1 +- use oracle client library version 21.10 +- use ICU 72.1 + * Wed Apr 12 2023 Remi Collet - 8.1.18-1 - Update to 8.1.18 - http://www.php.net/releases/8_1_18.php -- cgit