From efd18017b0f5d29959f2e6bc85a450b8697780ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Dec 2019 08:23:40 +0100 Subject: - update to 7.4.1RC1 - use oracle client library version 19.5 --- failed.txt | 2 +- php74.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index e838625..5cc95e0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.0 (2019-11-28) +===== 7.4.1RC1 (2019-12-12) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index d3cb21b..1c8e244 100644 --- a/php74.spec +++ b/php74.spec @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 19.3 +%global oraclever 19.5 %global oraclelib 19.1 # Build for LiteSpeed Web Server (LSAPI) @@ -96,9 +96,9 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.0 -#global rcver RC6 -#global lower RC6 +%global upver 7.4.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2153,6 +2153,10 @@ fi %changelog +* Wed Dec 11 2019 Remi Collet - 7.4.1~RC1-1 +- update to 7.4.1RC1 +- use oracle client library version 19.5 + * Wed Nov 27 2019 Remi Collet - 7.4.0-1 - update to 7.4.0 GA -- cgit