From 94ae11eaac4b679e685cbb09a7cbea6cf649982f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 13:38:41 +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 | 12 ++++++------ php.spec | 10 +++++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index a53168b..a2bb5e5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -===== 7.4.4RC1 (2020-03-05) +===== 7.4.4 (2020-03-19) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log -/var/lib/mock/scl74el7x/build.log:Tests failed : 1 -/var/lib/mock/scl74el8x/build.log:Tests failed : 17 -/var/lib/mock/scl74fc30x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc31x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc32x/build.log:Tests failed : 1 +/var/lib/mock/scl74el7x/build.log:Tests failed : 0 +/var/lib/mock/scl74el8x/build.log:Tests failed : 16 +/var/lib/mock/scl74fc30x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc31x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc32x/build.log:Tests failed : 0 all diff --git a/php.spec b/php.spec index 1851e6d..31851bd 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,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) @@ -103,8 +103,8 @@ %global gh_owner php %global gh_project php-src %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: %{?scl_prefix}php @@ -1810,6 +1810,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