From 14dc5f5088e711a3622d65261869175f208d3d69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2020 16:26:54 +0200 Subject: Update to 7.4.5 - http://www.php.net/releases/7_4_5.php --- failed.txt | 12 +++++++----- php74.spec | 7 +++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index ca50e56..eb287f9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,19 @@ -===== 7.4.5RC1 (2020-03-31) +===== 7.4.5 (2020-04-16) $ 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/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 +/var/lib/mock/fc31x/build.log:Tests failed : 1 /var/lib/mock/fc32x/build.log:Tests failed : 0 -all - 2 Bug #79241: Segmentation fault on preg_match() [ext/pcre/tests/bug79241.phpt] +fc30i + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] +fc31x + 2 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 43fbeac..1cbe467 100644 --- a/php74.spec +++ b/php74.spec @@ -97,8 +97,8 @@ %global with_zip 0 %global upver 7.4.5 -%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 Apr 14 2020 Remi Collet - 7.4.5-1 +- Update to 7.4.5 - http://www.php.net/releases/7_4_5.php + * Tue Mar 31 2020 Remi Collet - 7.4.5~RC1-1 - update to 7.4.5RC1 -- cgit