diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-27 07:46:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-27 07:46:45 +0200 |
commit | e444aad3f23845f09d429bdd40123592eb376cb6 (patch) | |
tree | 71d8fee971d5f8b9c33f2a35d5bc640b3c82c354 /php.spec | |
parent | 8efac1d39071e3ebaebcb0ef6bfd380aa73c6c17 (diff) |
use ICU 74.2
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.1.29-2 - use oracle client library version 23.5 on x86_64 |