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) --- failed.txt | 8 +++----- php73.spec | 10 +++++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index ae2337d..e7a0a2c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.20RC1 (2020-06-25) +===== 7.3.21RC1 (2020-07-23) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,15 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 14 -/var/lib/mock/fc30i/build.log:Tests failed : 1 +/var/lib/mock/fc30i/build.log:Tests failed : 0 /var/lib/mock/fc30x/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 -fc30i - 2 Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] 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/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