From a8e00ef1a864897e744db60fd69b95791d8c5fa0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 14:10:51 +0200 Subject: update to 7.3.19RC1 --- failed.txt | 8 ++++---- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index a58023d..244ab1d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,16 @@ -===== 7.3.18 (2020-05-14) +===== 7.3.19RC1 (2020-05-28) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log -/var/lib/mock/scl73el6x/build.log:Tests failed : 1 +/var/lib/mock/scl73el6x/build.log:Tests failed : 0 /var/lib/mock/scl73el7x/build.log:Tests failed : 0 /var/lib/mock/scl73el8x/build.log:Tests failed : 14 /var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 -/var/lib/mock/scl73fc32x/build.log:Tests failed : 0 +/var/lib/mock/scl73fc32x/build.log:Tests failed : 1 -el6x +fc32x 3 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/php.spec b/php.spec index c584ae0..c86b768 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.18 -#global rcver RC1 +%global upver 7.3.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1903,6 +1903,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 7.3.19~RC1-1 +- update to 7.3.19RC1 + * Tue May 12 2020 Remi Collet - 7.3.18-1 - Update to 7.3.18 - http://www.php.net/releases/7_3_18.php -- cgit