From 7c198cf48fe35c6023c3b743cf32893553d11810 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2020 14:22:33 +0100 Subject: update to 7.3.16RC1 --- failed.txt | 8 +++++--- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index efe07c5..9c356f1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,18 @@ -===== 7.3.15 (2020-02-20) +===== 7.3.16RC1 (2020-03-05) $ 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/scl73el7x/build.log:Tests failed : 1 /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 (openssl) + 5 buildroot issue with openssl under investigation (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 487131e..1e413d2 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.15 -#global rcver RC1 +%global upver 7.3.16 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1903,6 +1903,9 @@ fi %changelog +* Tue Mar 3 2020 Remi Collet - 7.3.16~RC1-1 +- update to 7.3.16RC1 + * Tue Feb 18 2020 Remi Collet - 7.3.15-1 - Update to 7.3.15 - http://www.php.net/releases/7_3_15.php -- cgit