From a556b85dae52f1783a56b379e4ccaa4ee6fe9695 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 13:02:32 +0100 Subject: Update to 7.3.16 - http://www.php.net/releases/7_3_16.php use oracle client library version 19.6 (18.5 on EL-6) --- failed.txt | 4 +--- php.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 9c356f1..ace0b92 100644 --- a/failed.txt +++ b/failed.txt @@ -3,14 +3,12 @@ $ 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 : 1 +/var/lib/mock/scl73el7x/build.log:Tests failed : 0 /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 -el7x - 1 Bug #73072: Invalid path SNI_server_certs causes segfault [ext/openssl/tests/bug73072.phpt] el8x 5 buildroot issue with openssl under investigation diff --git a/php.spec b/php.spec index 1e413d2..cf13c43 100644 --- a/php.spec +++ b/php.spec @@ -63,7 +63,7 @@ %endif %global oraclelib 18.1 %else -%global oraclever 19.5 +%global oraclever 19.6 %global oraclelib 19.1 %endif @@ -136,7 +136,7 @@ %endif %global upver 7.3.16 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1903,6 +1903,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet - 7.3.16-1 +- Update to 7.3.16 - http://www.php.net/releases/7_3_16.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Mar 3 2020 Remi Collet - 7.3.16~RC1-1 - update to 7.3.16RC1 -- cgit