diff options
-rw-r--r-- | failed.txt | 7 | ||||
-rw-r--r-- | php81.spec | 12 |
2 files changed, 12 insertions, 7 deletions
@@ -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] @@ -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 <remi@remirepo.net> - 8.1.0~RC2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC1-1 - update to 8.1.0RC1 - bump API version |