From 7808648246f3021483ed38c21c26ffcb22a2d913 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 14:36:24 +0100 Subject: Update to 7.4.3 - http://www.php.net/releases/7_4_3.php --- failed.txt | 7 ++++--- php74.spec | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 00f718a..65e508e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,17 @@ -===== 7.4.3RC1 (2020-02-06) +===== 7.4.3 (2020-02-20) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x74/build.log:Tests failed : 16 -/var/lib/mock/fc29i/build.log:Tests failed : 0 -/var/lib/mock/fc29x/build.log:Tests failed : 0 /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 +/var/lib/mock/fc32x/build.log:Tests failed : 1 +fc34x + 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 1 proc_open give erratic test results :( diff --git a/php74.spec b/php74.spec index 2cb8f22..6d68a64 100644 --- a/php74.spec +++ b/php74.spec @@ -97,8 +97,8 @@ %global with_zip 0 %global upver 7.4.3 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2155,6 +2155,9 @@ fi %changelog +* Tue Feb 18 2020 Remi Collet - 7.4.3-1 +- Update to 7.4.3 - http://www.php.net/releases/7_4_3.php + * Tue Feb 4 2020 Remi Collet - 7.4.3~RC1-1 - update to 7.4.3RC1 -- cgit