From 8588709f69dcdabc221ea445351b2d3c347e12fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 11:35:11 +0200 Subject: update to 7.3.22RC1 use oracle client library version 19.8 (x86_64) --- failed.txt | 4 ++-- php.spec | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index e7169ae..bbe9408 100644 --- a/failed.txt +++ b/failed.txt @@ -1,10 +1,10 @@ -===== 7.3.21 (2020-08-06) +===== 7.3.22RC1 (2020-08-20) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl73el6x/build.log:Tests failed : 0 /var/lib/mock/scl73el7x/build.log:Tests failed : 0 -/var/lib/mock/scl73el8x/build.log:Tests failed : 15 +/var/lib/mock/scl73el8x/build.log:Tests failed : 14 /var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 /var/lib/mock/scl73fc32x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index f3ae136..d698639 100644 --- a/php.spec +++ b/php.spec @@ -62,8 +62,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 @@ -135,8 +140,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.21 -#global rcver RC1 +%global upver 7.3.22 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1913,6 +1918,10 @@ fi %changelog +* Tue Aug 18 2020 Remi Collet - 7.3.22~RC1-1 +- update to 7.3.22RC1 +- use oracle client library version 19.8 (x86_64) + * Tue Aug 4 2020 Remi Collet - 7.3.21-1 - Update to 7.3.21 - http://www.php.net/releases/7_3_21.php -- cgit