diff options
-rw-r--r-- | failed.txt | 4 | ||||
-rw-r--r-- | php80.spec | 17 |
2 files changed, 12 insertions, 9 deletions
@@ -1,12 +1,12 @@ -===== 8.0.10 (2021-08-26) +===== 8.0.11RC1 (2021-09-09) $ 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 : 0 -/var/lib/mock/fc32x/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 @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.0.1 -%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 @@ -85,14 +85,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.10 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Version: %{upver}%{?rcver:~%{rcver}} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2152,6 +2151,10 @@ fi %changelog +* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 8.0.11~RC1-1 +- update to 8.0.11RC1 +- use oracle client library version 21.3 + * Tue Aug 24 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1 - Update to 8.0.10 - http://www.php.net/releases/8_0_10.php |