From 3febc051c66521f68117c3210ff245de85b3b191 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Aug 2024 09:53:22 +0200 Subject: use ICU 74.2 --- php.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 41ffd23..fe3143d 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.4.0~beta4-2 +- use ICU 74.2 + * Wed Aug 28 2024 Remi Collet - 8.4.0~beta4-1 - Update to 8.4.0beta4 -- cgit