From 8d31a0e94e7f02e82017beedc04566a20ae41c61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Sep 2021 18:19:08 +0200 Subject: update to 8.0.11RC1 use oracle client library version 21.3 --- failed.txt | 4 ++-- php80.spec | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index 1bed4f1..8adcc15 100644 --- a/failed.txt +++ b/failed.txt @@ -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 diff --git a/php80.spec b/php80.spec index 76a487f..19ff4c3 100644 --- a/php80.spec +++ b/php80.spec @@ -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 - 8.0.11~RC1-1 +- update to 8.0.11RC1 +- use oracle client library version 21.3 + * Tue Aug 24 2021 Remi Collet - 8.0.10-1 - Update to 8.0.10 - http://www.php.net/releases/8_0_10.php -- cgit