From bbdc8d330490ec3868243f7ad8fbcf5d09edde01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 11:37:45 +0200 Subject: update to 7.3.22RC1 use oracle client library version 19.8 (x86_64) --- failed.txt | 2 +- php73.spec | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 914d322..c424d22 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.21 (2020-08-06) +===== 7.3.22RC1 (2020-08-20) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php73.spec b/php73.spec index a2d7e75..e9eaa66 100644 --- a/php73.spec +++ b/php73.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 @@ -120,8 +125,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: php @@ -2259,6 +2264,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