From a367b5c47d950ef18e4a6ecfa45b10cf880333de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jun 2018 10:47:01 +0200 Subject: 7.1.19RC1 --- failed.txt | 6 ++---- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 9fdca08..1ee63a4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.18 (2018-05-24) +===== 7.1.19RC1 (2018-06-07) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -6,12 +6,10 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el7x/build.log:Tests failed : 0 /var/lib/mock/scl71fc25x/build.log:Tests failed : 0 /var/lib/mock/scl71fc26x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc27x/build.log:Tests failed : 1 +/var/lib/mock/scl71fc27x/build.log:Tests failed : 0 /var/lib/mock/scl71fc28x/build.log:Tests failed : 0 -fc27x - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index ae1f82d..6ec89ed 100644 --- a/php.spec +++ b/php.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.18 -#global rcver RC1 +%global upver 7.1.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1841,6 +1841,9 @@ fi %changelog +* Thu Jun 7 2018 Remi Collet - 7.1.19~RC1-1 +- update to 7.1.19RC1 + * Thu May 24 2018 Remi Collet - 7.1.18-1 - Update to 7.1.18 - http://www.php.net/releases/7_1_18.php -- cgit