diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-30 09:53:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-30 09:53:22 +0200 |
commit | 3febc051c66521f68117c3210ff245de85b3b191 (patch) | |
tree | 3f8ff6eb01a2c8659641f5042e62e27708b28b88 | |
parent | 0fb09512384a40c93210572a56668f76a39d27fb (diff) |
use ICU 74.2
-rw-r--r-- | php.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -90,7 +90,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -712,9 +712,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP-3.01 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 @@ -1649,6 +1649,9 @@ fi %changelog +* Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta4-2 +- use ICU 74.2 + * Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta4-1 - Update to 8.4.0beta4 |