From 605698a4f7454e085dd60bc528ef48e51c94b018 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2020 10:55:15 +0200 Subject: update to 7.3.21RC1 build using ICU 65 (excepted on EL-6) --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ec581e7..38954b2 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.20 -#global rcver RC1 +%global upver 7.3.21 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -861,7 +861,7 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu62 +# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu65 BuildRequires: libicu-devel >= 50 @@ -1913,6 +1913,10 @@ fi %changelog +* Tue Jul 21 2020 Remi Collet - 7.3.21~RC1-1 +- update to 7.3.21RC1 +- build using ICU 65 (excepted on EL-6) + * Tue Jul 7 2020 Remi Collet - 7.3.20-1 - Update to 7.3.20 - http://www.php.net/releases/7_3_20.php -- cgit