From 887548dbbc64eb97c4a9b32fc637819ce98ddf5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Mar 2020 12:07:45 +0100 Subject: Update to 7.2.29 - http://www.php.net/releases/7_2_29.php use oracle client library version 19.6 (18.5 on EL-6) --- failed.txt | 5 +++-- php.spec | 8 ++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index b6caf14..cb9ae7a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.28 (2020-02-20) +===== 7.2.29 (2020-03-17) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log @@ -7,9 +7,10 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el8x/build.log:Tests failed : 18 /var/lib/mock/scl72fc30x/build.log:Tests failed : 1 /var/lib/mock/scl72fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl72fc32x/build.log:Tests failed : 1 -fc30x, fc31x: +fc30x, fc31x, fc32x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] el8x: buildroot issue under investigation diff --git a/php.spec b/php.spec index 875d210..a6d0859 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 @@ -135,7 +135,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.28 +%global upver 7.2.29 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1905,6 +1905,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet - 7.2.29-1 +- Update to 7.2.29 - http://www.php.net/releases/7_2_29.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Feb 18 2020 Remi Collet - 7.2.28-1 - Update to 7.2.28 - http://www.php.net/releases/7_2_28.php -- cgit