From 0f6ac12f11f474fc665d04dac44588863c613652 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2020 16:23:35 +0100 Subject: update to 7.3.15RC1 --- failed.txt | 6 ++++-- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 7c59ba1..b8b42e3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.3.14 (2020-01-23) +===== 7.3.15RC1 (2020-02-06) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log -/var/lib/mock/scl73el6x/build.log:Tests failed : 0 +/var/lib/mock/scl73el6x/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/scl73fc29x/build.log:Tests failed : 0 @@ -10,6 +10,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 +el6x: + 1 Bug #76705: unusable ssl => peer_fingerprint in stream_context_create() [ext/openssl/tests/bug76705.phpt] el8x 5 buildroot issue (openssl) diff --git a/php.spec b/php.spec index de6705a..074426a 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.14 -#global rcver RC1 +%global upver 7.3.15 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1903,6 +1903,9 @@ fi %changelog +* Tue Feb 4 2020 Remi Collet - 7.3.15~RC1-1 +- update to 7.3.15RC1 + * Tue Jan 21 2020 Remi Collet - 7.3.14-1 - Update to 7.3.14 - http://www.php.net/releases/7_3_14.php -- cgit