From cc5cf8b9c6c8856ba37db18f5b8224f9fc9444bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 09:58:03 +0200 Subject: update to 8.1.0RC2 use oracle client library version 21.3 --- failed.txt | 7 ++++--- php81.spec | 12 ++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 77c7e51..1b3d3b7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,15 @@ -===== 8.1.0RC1 (2021-09-02) +===== 8.1.0RC2 (2021-09-16) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el7x/build.log:Tests failed : 1 -/var/lib/mock/el8x80/build.log:Tests failed : 0 +/var/lib/mock/el8x81/build.log:Tests failed : 1 /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 -el7x: +el7x, el8x: 4 Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt] diff --git a/php81.spec b/php81.spec index 188ace0..a33003e 100644 --- a/php81.spec +++ b/php81.spec @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.1.0 -%global zipver 1.19.3 +%global zipver 1.19.4 # Adds -z now to the linker flags %global _hardened_build 1 @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.1 +%global oraclever 21.3 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -93,8 +93,8 @@ %bcond_with zip %global upver 8.1.0 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 +%global lower RC2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2151,6 +2151,10 @@ fi %changelog +* Sat Sep 18 2021 Remi Collet - 8.1.0~RC2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Thu Sep 2 2021 Remi Collet - 8.1.0~RC1-1 - update to 8.1.0RC1 - bump API version -- cgit