From 88e4e958288dece7bbf9b6fcd0784ea8e7dc9009 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jul 2020 11:16:55 +0200 Subject: Update to 7.3.20 - http://www.php.net/releases/7_3_20.php --- failed.txt | 4 +++- php73.spec | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 98b4044..ae2337d 100644 --- a/failed.txt +++ b/failed.txt @@ -6,11 +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 : 0 +/var/lib/mock/fc30i/build.log:Tests failed : 1 /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 diff --git a/php73.spec b/php73.spec index 98aae02..bb44514 100644 --- a/php73.spec +++ b/php73.spec @@ -121,12 +121,12 @@ %endif %global upver 7.3.20 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2259,6 +2259,9 @@ fi %changelog +* Tue Jul 7 2020 Remi Collet - 7.3.20-1 +- Update to 7.3.20 - http://www.php.net/releases/7_3_20.php + * Tue Jun 23 2020 Remi Collet - 7.3.20~RC1-2 - display build system and provider in phpinfo (from 8.0) -- cgit