From 031609a462816301a82ff822012965f240087eb9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 09:39:46 +0200 Subject: update to 7.4.10RC1 use oracle client library version 19.8 (x86_64) --- failed.txt | 2 +- php.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 7d628f1..42d4313 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.9 (2020-08-06) +===== 7.4.10RC1 (2020-08-20) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index c871fac..dfdd9d0 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,11 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) +%ifarch x86_64 +%global oraclever 19.8 +%else %global oraclever 19.6 +%endif %global oraclelib 19.1 # Build for LiteSpeed Web Server (LSAPI) @@ -101,8 +105,8 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.9 -#global rcver RC1 +%global upver 7.4.10 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1805,6 +1809,10 @@ fi %changelog +* Tue Aug 18 2020 Remi Collet - 7.4.10~RC1-1 +- update to 7.4.10RC1 +- use oracle client library version 19.8 (x86_64) + * Tue Aug 4 2020 Remi Collet - 7.4.9-1 - Update to 7.4.9 - http://www.php.net/releases/7_4_9.php -- cgit