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) --- failed.txt | 4 ++-- php.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 78512ad..fe645e2 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.20RC1 (2020-06-25) +===== 7.3.21RC1 (2020-07-23) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log @@ -11,7 +11,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log el8x - 5 buildroot issue with openssl under investigation + 2 buildroot issue with openssl under investigation (1) proc_open give erratic test results :( 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