From c83d58032f0e37b2e54089181d3fe24e128c3ff2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 07:46:05 +0200 Subject: Update to 7.2.34 - http://www.php.net/releases/7_2_34.php --- failed.txt | 2 +- php72.spec | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/failed.txt b/failed.txt index dea1a00..2db05f8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.33 (2020-08-06) +===== 7.2.34 (2020-10-01) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php72.spec b/php72.spec index 63bcbd8..d2d7090 100644 --- a/php72.spec +++ b/php72.spec @@ -32,8 +32,13 @@ %global oraclever 18.3 %endif %global oraclelib 18.1 + +%else +%ifarch x86_64 +%global oraclever 19.8 %else %global oraclever 19.6 +%endif %global oraclelib 19.1 %endif @@ -102,17 +107,11 @@ %global with_nginx 0 %endif -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_firebird 0 -%else %global with_firebird 1 -%endif - -%global with_dtrace 1 -%global with_libgd 1 -%global with_libzip 1 -%global with_zip 0 +%global with_dtrace 1 +%global with_libgd 1 +%global with_libzip 1 +%global with_zip 0 %if 0%{?fedora} < 18 && 0%{?rhel} < 7 %global db_devel db4-devel @@ -120,8 +119,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.33 -#global rcver RC1 +%global upver 7.2.34 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2225,6 +2223,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 7.2.34-1 +- Update to 7.2.34 - http://www.php.net/releases/7_2_34.php + * Tue Aug 4 2020 Remi Collet - 7.2.33-1 - Update to 7.2.33 - http://www.php.net/releases/7_2_33.php -- cgit