diff options
-rw-r--r-- | failed.txt | 16 | ||||
-rw-r--r-- | php81.spec | 20 |
2 files changed, 19 insertions, 17 deletions
@@ -1,17 +1,19 @@ -===== 8.1.0 (2021-11-25) +===== 8.1.1RC1 (2021-12-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 1 -/var/lib/mock/el8x81/build.log:Tests failed : 1 -/var/lib/mock/el9x81/build.log:Tests failed : 0 -/var/lib/mock/fc33x/build.log:Tests failed : 0 -/var/lib/mock/fc34x/build.log:Tests failed : 0 -/var/lib/mock/fc35x/build.log:Tests failed : 0 +/var/lib/mock/el7x81/build.log:Tests failed : 1 +/var/lib/mock/el8x81/build.log:Tests failed : 1 +/var/lib/mock/el9x81/build.log:Tests failed : 0 +/var/lib/mock/fc33x81/build.log:Tests failed : 1 +/var/lib/mock/fc34x81/build.log:Tests failed : 1 +/var/lib/mock/fc35x81/build.log:Tests failed : 0 el7x, el8x: 4 Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt] +fc33x, fc34x: + 2 Test file_get_contents() function : variation - obscure filenames [ext/standard/tests/file/file_get_contents_variation8.phpt] 1 proc_open give erratic test results :( @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.3 +%global oraclever 21.4 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -111,9 +111,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.0 -#global rcver RC6 -#global lower RC6 +%global upver 8.1.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -859,12 +859,7 @@ License: PHP and BSD %endif Requires: php-common%{?_isa} = %{version}-%{release} %if %{with libgd} -BuildRequires: pkgconfig(gdlib) >= 2.1.1 -%if 0%{?fedora} <= 19 && 0%{?rhel} <= 7 -Requires: gd-last%{?_isa} >= 2.1.1 -%else -Requires: gd%{?_isa} >= 2.1.1 -%endif +BuildRequires: pkgconfig(gdlib) >= 2.3 %else # Required to build the bundled GD library BuildRequires: pkgconfig(zlib) @@ -2182,6 +2177,11 @@ fi %changelog +* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 8.1.1~RC1-1 +- update to 8.1.1RC1 +- use oracle client library version 21.4 +- ensure libgd 2.3 is used + * Wed Nov 24 2021 Remi Collet <remi@remirepo.net> - 8.1.0-1 - update to 8.1.0 GA |