From d118e7bfcf0b07434e5e3a4decd1fcb29945f7f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Nov 2020 13:52:20 +0100 Subject: Update to 7.4.13 - http://www.php.net/releases/7_4_13.php use oracle client library version 19.9 (x86_64) --- failed.txt | 2 +- php74.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index c6c4375..5fd952b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.13RC1 (2020-11-12) +===== 7.4.13 (2020-11-26) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index dc64b61..3546098 100644 --- a/php74.spec +++ b/php74.spec @@ -25,7 +25,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch x86_64 -%global oraclever 19.8 +%global oraclever 19.9 %else %global oraclever 19.6 %endif @@ -95,7 +95,7 @@ %global with_zip 0 %global upver 7.4.13 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2161,6 +2161,10 @@ fi %changelog +* Tue Nov 24 2020 Remi Collet - 7.4.13-1 +- Update to 7.4.13 - http://www.php.net/releases/7_4_13.php +- use oracle client library version 19.9 (x86_64) + * Wed Nov 11 2020 Remi Collet - 7.4.13~RC1-1 - update to 7.4.13RC1 -- cgit