From dea2a5037c05b13ac6a5015fa8427ba55256c44d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Sep 2021 18:19:21 +0200 Subject: update to 8.0.11RC1 use oracle client library version 21.3 --- failed.txt | 2 +- php.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 53a41fd..a65f414 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.10 (2021-08-26) +===== 8.0.11RC1 (2021-09-09) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index a022c46..c1247c8 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,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 @@ -98,8 +98,8 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.10 -#global rcver RC1 +%global upver 8.0.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1816,6 +1816,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