From ddd7fd851b0b11b588034b0cc1cc9895e6e6685d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Nov 2019 09:12:01 +0100 Subject: update to 7.4.0 GA --- failed.txt | 6 ++---- php74.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 7445272..e838625 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.0RC6 (2019-11-14) +===== 7.4.0 (2019-11-28) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -8,11 +8,9 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /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 : 1 +/var/lib/mock/fc31x/build.log:Tests failed : 0 -fc31x - 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 c2ad27b..d3cb21b 100644 --- a/php74.spec +++ b/php74.spec @@ -97,13 +97,13 @@ %global with_zip 0 %global upver 7.4.0 -%global rcver RC6 -%global lower RC6 +#global rcver RC6 +#global lower RC6 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 15%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2153,6 +2153,9 @@ fi %changelog +* Wed Nov 27 2019 Remi Collet - 7.4.0-1 +- update to 7.4.0 GA + * Mon Nov 11 2019 Remi Collet - 7.4.0~RC6-15 - update to 7.4.0RC6 -- cgit