From a45baeac6c774c1e3d61f323979d59d2888dc82b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 08:02:02 +0100 Subject: update to 8.0.0 GA --- failed.txt | 6 ++++-- php.ini | 2 +- php.spec | 9 ++++++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index c9c376a..b5c1fd6 100644 --- a/failed.txt +++ b/failed.txt @@ -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] diff --git a/php.ini b/php.ini index 6d5dd50..dae0741 100644 --- a/php.ini +++ b/php.ini @@ -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 = diff --git a/php.spec b/php.spec index 2a97d58..c9cb068 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.0.0-1 +- update to 8.0.0 GA + * Wed Nov 18 2020 Remi Collet - 8.0.0~rc5-38 - update to 8.0.0RC5 - use oracle client library version 19.9 -- cgit