diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php80.spec | 9 |
2 files changed, 8 insertions, 7 deletions
@@ -1,4 +1,4 @@ -===== 8.0.0RC2 (2020-10-15) +===== 8.0.0RC3 (2020-10-29) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,13 +6,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el8x80/build.log:Tests failed : 1 /var/lib/mock/fc31x/build.log:Tests failed : 0 /var/lib/mock/fc32x/build.log:Tests failed : 0 -/var/lib/mock/fc33x/build.log:Tests failed : 1 +/var/lib/mock/fc33x/build.log:Tests failed : 0 el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] -fc33x: - 2 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 1 proc_open give erratic test results :( @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver RC2 -%global lower rc2 +%global rcver RC3 +%global lower rc3 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2138,6 +2138,9 @@ fi %changelog +* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc3-7 +- update to 8.0.0RC3 + * Wed Oct 14 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc2-6 - update to 8.0.0RC2 |