From 9329d62d2c3a172f2d2a44f2028a1fd95bc07d17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 11:49:25 +0100 Subject: Update to 7.2.29 - http://www.php.net/releases/7_2_29.php use oracle client library version 19.6 (18.5 on EL-6) --- failed.txt | 2 +- php72.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index fef1522..df16789 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.28 (2020-02-20) +===== 7.2.29 (2020-03-17) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php72.spec b/php72.spec index c18ceef..94a53f4 100644 --- a/php72.spec +++ b/php72.spec @@ -33,7 +33,7 @@ %endif %global oraclelib 18.1 %else -%global oraclever 19.5 +%global oraclever 19.6 %global oraclelib 19.1 %endif @@ -120,7 +120,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.28 +%global upver 7.2.29 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -2215,6 +2215,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet - 7.2.29-1 +- Update to 7.2.29 - http://www.php.net/releases/7_2_29.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Feb 18 2020 Remi Collet - 7.2.28-1 - Update to 7.2.28 - http://www.php.net/releases/7_2_28.php -- cgit