From 31a802e49ba8641e692dc3f750ca71a4e3ae96a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 09:45:25 +0200 Subject: update to 7.4.10RC1 use oracle client library version 19.8 (x86_64) --- failed.txt | 2 +- php74.spec | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index d4de68b..cb60ef8 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/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index 23c1369..4a005cd 100644 --- a/php74.spec +++ b/php74.spec @@ -24,7 +24,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) @@ -95,9 +99,9 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.9 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.10 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2157,6 +2161,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