From c25d145d18ac0aa485abe4fa7daaf8502dc60b64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2022 09:39:34 +0200 Subject: use libicu version 71.1 --- php.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 258034a..cdee999 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.6 +%global oraclever 21.7 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -120,7 +120,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 @@ -812,9 +812,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) >= 69 -BuildRequires: pkgconfig(icu-io) >= 69 -BuildRequires: pkgconfig(icu-uc) >= 69 +BuildRequires: pkgconfig(icu-i18n) >= 71 +BuildRequires: pkgconfig(icu-io) >= 71 +BuildRequires: pkgconfig(icu-uc) >= 71 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1847,6 +1847,9 @@ fi %changelog +* Tue Aug 16 2022 Remi Collet - 8.0.22-2 +- use libicu version 71.1 + * Tue Aug 2 2022 Remi Collet - 8.0.22-1 - Update to 8.0.22 - http://www.php.net/releases/8_0_22.php -- cgit