From 1d31eea35b790572b09169fd3953755e92786cd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Dec 2018 14:40:49 +0100 Subject: Update to 7.0.33 - http://www.php.net/releases/7_0_33.php use oracle client library version 18.3 --- failed.txt | 4 +--- php70.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 3d33d6b..969bdf0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,10 @@ -===== 7.0.32 (2018-09-13) +===== 7.0.33 (2018-12-06) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc25i/build.log:Tests failed : 0 -/var/lib/mock/fc25x/build.log:Tests failed : 0 diff --git a/php70.spec b/php70.spec index f815850..260af42 100644 --- a/php70.spec +++ b/php70.spec @@ -29,7 +29,7 @@ %ifarch ppc ppc64 %global oraclever 10.2.0.2 %else -%global oraclever 12.2 +%global oraclever 18.3 %endif # Build for LiteSpeed Web Server (LSAPI) @@ -107,8 +107,7 @@ %global db_devel libdb-devel %endif -%global upver 7.0.32 -#global rcver RC1 +%global upver 7.0.33 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2027,6 +2026,10 @@ fi %changelog +* Wed Dec 5 2018 Remi Collet - 7.0.33-1 +- Update to 7.0.33 - http://www.php.net/releases/7_0_33.php +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet - 7.0.32-1 - Update to 7.0.32 - http://www.php.net/releases/7_0_32.php -- cgit