diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php74.spec | 9 |
2 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.4.0RC5 (2019-10-29) +===== 7.4.0RC6 (2019-11-14) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -8,9 +8,11 @@ $ 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 : 0 +/var/lib/mock/fc31x/build.log:Tests failed : 1 +fc31x + 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 1 proc_open give erratic test results :( @@ -97,13 +97,13 @@ %global with_zip 0 %global upver 7.4.0 -%global rcver RC5 -%global lower RC5 +%global rcver RC6 +%global lower RC6 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 14%{?dist} +Release: 15%{?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 +* Mon Nov 11 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC6-15 +- update to 7.4.0RC6 + * Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC5-14 - update to 7.4.0RC5 - set opcache.enable_cli in provided default configuration |