From 2394c9fc2d83d16cb3cd6d1729e7ff2dadd724ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Apr 2023 17:42:45 +0200 Subject: update to 8.1.19RC1 use oracle client library version 21.10 use ICU 72.1 --- php.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index e159045..58c03be 100644 --- a/php.spec +++ b/php.spec @@ -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 20210809 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -821,9 +821,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,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