From 089210a62aaac786c153942b58ea627475c31b48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Aug 2022 07:43:31 +0200 Subject: update to 8.2.0beta3 use oracle client library version 21.7 use ICU 71.1 --- php.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index f5cc509..639b458 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 @@ -123,13 +123,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver beta2 +%global rcver beta3 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 10%{?dist} +Release: 11%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -818,9 +818,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 @@ -1844,6 +1844,11 @@ fi %changelog +* Wed Aug 17 2022 Remi Collet - 8.2.0~beta3-11 +- update to 8.2.0beta3 +- use oracle client library version 21.7 +- use ICU 71.1 + * Tue Aug 2 2022 Remi Collet - 8.2.0~beta2-10 - update to 8.2.0beta2 -- cgit