From 7f5a8a4ebf4a2d6eacbf582809fe6f60605ab925 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2020 10:56:21 +0200 Subject: update to 7.3.21RC1 build using ICU 65 (excepted on EL-6) --- php73.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index bb44514..9bcc2c9 100644 --- a/php73.spec +++ b/php73.spec @@ -120,8 +120,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: php @@ -1032,7 +1032,7 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: 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 %if 0%{?rhel} Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl @@ -2259,6 +2259,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