diff options
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 9 insertions, 8 deletions
@@ -1,16 +1,14 @@ -===== 7.4.0RC5 (2019-10-29) +===== 7.4.0RC6 (2019-11-14) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log -/var/lib/mock/scl74el7x/build.log:Tests failed : 1 +/var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 16 /var/lib/mock/scl74fc29x/build.log:Tests failed : 0 /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 -/var/lib/mock/scl74fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl74fc31x/build.log:Tests failed : 0 -el7x, fc31x: - 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] (1) proc_open give erratic test results :( @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %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: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 33%{?dist} +Release: 34%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1808,6 +1808,9 @@ fi %changelog +* Mon Nov 11 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc6-34 +- update to 7.4.0RC6 + * Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc5-33 - update to 7.4.0RC5 - set opcache.enable_cli in provided default configuration |