From 9c61763fe65b019df5b46018472aff83a22a74a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Sep 2024 07:50:12 +0200 Subject: Update to 8.1.30 - http://www.php.net/releases/8_1_30.php use ICU 74.2 --- php81.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index 486c3c2..6845a14 100644 --- a/php81.spec +++ b/php81.spec @@ -25,10 +25,10 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.23 +%global oraclever 19.24 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.23 +%global oracledir 19.24 %else %global oraclever 23.5 %global oraclemax 24 @@ -122,12 +122,12 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.29 +%global upver 8.1.30 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1047,9 +1047,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) >= 73 -BuildRequires: pkgconfig(icu-io) >= 73 -BuildRequires: pkgconfig(icu-uc) >= 73 +BuildRequires: pkgconfig(icu-i18n) >= 74 +BuildRequires: pkgconfig(icu-io) >= 74 +BuildRequires: pkgconfig(icu-uc) >= 74 %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 @@ -2208,6 +2208,10 @@ fi %changelog +* Fri Sep 27 2024 Remi Collet - 8.1.30-1 +- Update to 8.1.30 - http://www.php.net/releases/8_1_30.php +- use ICU 74.2 + * Wed Jul 31 2024 Remi Collet - 8.1.29-2 - use oracle client library version 23.5 on x86_64 -- cgit