diff options
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php80.spec | 13 |
2 files changed, 12 insertions, 11 deletions
@@ -1,18 +1,14 @@ -===== 8.0.0 (2020-11-26) +===== 8.0.1RC1 (2020-12-17) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/el8x80/build.log:Tests failed : 1 +/var/lib/mock/el8x80/build.log:Tests failed : 0 /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: - 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] 1 proc_open give erratic test results :( @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.0.0 -%global zipver 1.19.1 +%global zipver 1.19.2 # Adds -z now to the linker flags %global _hardened_build 1 @@ -89,9 +89,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.0 -#global rcver RC5 -#global lower rc5 +%global upver 8.0.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -191,6 +191,7 @@ BuildRequires: bzip2 BuildRequires: perl BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: libtool @@ -425,6 +426,7 @@ Requires: php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -2140,6 +2142,9 @@ fi %changelog +* Tue Dec 15 2020 Remi Collet <remi@remirepo.net> - 8.0.1~RC1-1 +- update to 8.0.1RC1 + * Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 8.0.0-1 - update to 8.0.0 GA |