From eefc9f4eac21129b5a11130e04b9612bbe2c2080 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Dec 2021 07:23:17 +0100 Subject: update to 7.4.27RC1 use oracle client library version 21.4 --- failed.txt | 4 ++-- php.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 100fa7b..66e2158 100644 --- a/failed.txt +++ b/failed.txt @@ -1,6 +1,6 @@ -===== 7.4.26 (2021-11-18) +===== 7.4.27RC1 (2021-12-02) -$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log +$ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index 7d56615..9496b5c 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.3 +%global oraclever 21.4 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI) @@ -108,8 +108,8 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.26 -#global rcver RC1 +%global upver 7.4.27 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1839,6 +1839,10 @@ fi %changelog +* Wed Dec 1 2021 Remi Collet - 7.4.27~RC1-1 +- update to 7.4.27RC1 +- use oracle client library version 21.4 + * Tue Nov 16 2021 Remi Collet - 7.4.26-1 - Update to 7.4.26 - http://www.php.net/releases/7_4_26.php -- cgit