diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.ini | 2 | ||||
-rw-r--r-- | php.spec | 9 |
3 files changed, 11 insertions, 6 deletions
@@ -1,14 +1,16 @@ -===== 8.0.0RC5 (2020-11-19) +===== 8.0.0 (2020-11-26) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log -/var/lib/mock/scl80el7x/build.log:Tests failed : 0 +/var/lib/mock/scl80el7x/build.log:Tests failed : 1 /var/lib/mock/scl80el8x/build.log:Tests failed : 1 /var/lib/mock/scl80fc31x/build.log:Tests failed : 0 /var/lib/mock/scl80fc32x/build.log:Tests failed : 0 /var/lib/mock/scl80fc33x/build.log:Tests failed : 0 +el7x: + 1 Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt] el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] @@ -1514,7 +1514,7 @@ zend.assertions = -1 ; http input encoding. ; mbstring.encoding_translation = On is needed to use this setting. ; If empty, default_charset or input_encoding or mbstring.input is used. -; The precedence is: default_charset < input_encoding < mbsting.http_input +; The precedence is: default_charset < input_encoding < mbstring.http_input ; http://php.net/mbstring.http-input ;mbstring.http_input = @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.0 -%global rcver RC5 -%global lower rc5 +#global rcver RC5 +#global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 38%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1804,6 +1804,9 @@ fi %changelog +* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 8.0.0-1 +- update to 8.0.0 GA + * Wed Nov 18 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc5-38 - update to 8.0.0RC5 - use oracle client library version 19.9 |