From e444aad3f23845f09d429bdd40123592eb376cb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Sep 2024 07:46:45 +0200 Subject: Update to 8.1.30 - http://www.php.net/releases/8_1_30.php use ICU 74.2 --- php.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a8ef3b7..febaa57 100644 --- a/php.spec +++ b/php.spec @@ -50,10 +50,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 @@ -131,12 +131,12 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.29 +%global upver 8.1.30 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -839,9 +839,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) >= 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 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1871,6 +1871,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