From 8b9b57bd0eaa33bd402546fd03d44513e85ab2ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 13:43:46 +0100 Subject: Update to 7.4.4 - http://www.php.net/releases/7_4_4.php use oracle client library version 19.6 (18.5 on EL-6) --- failed.txt | 14 +++++++------- php74.spec | 10 +++++++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index c2404f9..73e6017 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -===== 7.4.4RC1 (2020-03-05) +===== 7.4.4 (2020-03-19) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 1 -/var/lib/mock/el8x74/build.log:Tests failed : 17 -/var/lib/mock/fc30i/build.log:Tests failed : 1 -/var/lib/mock/fc30x/build.log:Tests failed : 1 -/var/lib/mock/fc31x/build.log:Tests failed : 1 -/var/lib/mock/fc32x/build.log:Tests failed : 1 +/var/lib/mock/el7x/build.log:Tests failed : 0 +/var/lib/mock/el8x74/build.log:Tests failed : 16 +/var/lib/mock/fc30i/build.log:Tests failed : 0 +/var/lib/mock/fc30x/build.log:Tests failed : 0 +/var/lib/mock/fc31x/build.log:Tests failed : 0 +/var/lib/mock/fc32x/build.log:Tests failed : 0 all diff --git a/php74.spec b/php74.spec index 04faee9..c53102b 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.5 +%global oraclever 19.6 %global oraclelib 19.1 # Build for LiteSpeed Web Server (LSAPI) @@ -97,8 +97,8 @@ %global with_zip 0 %global upver 7.4.4 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2155,6 +2155,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet - 7.4.4-1 +- Update to 7.4.4 - http://www.php.net/releases/7_4_4.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Mar 3 2020 Remi Collet - 7.4.4~RC1-1 - update to 7.4.4RC1 -- cgit