From 065592fd236ef212d9a258543d916f4838d080f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Apr 2018 07:43:03 +0200 Subject: Update to 7.1.17 - http://www.php.net/releases/7_1_17.php --- failed.txt | 6 ++++-- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ddcd9ef..f064ecb 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.16 (2018-03-29) +===== 7.1.17 (2018-04-26) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,9 +7,11 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /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 : 0 -/var/lib/mock/scl71fc28x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc28x/build.log:Tests failed : 1 +f28x: + 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index ed75961..7e7c64a 100644 --- a/php.spec +++ b/php.spec @@ -120,7 +120,7 @@ %global db_devel libdb-devel %endif -%global upver 7.1.16 +%global upver 7.1.17 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1841,6 +1841,9 @@ fi %changelog +* Wed Apr 25 2018 Remi Collet - 7.1.17-1 +- Update to 7.1.17 - http://www.php.net/releases/7_1_17.php + * Wed Mar 28 2018 Remi Collet - 7.1.16-1 - Update to 7.1.16 - http://www.php.net/releases/7_1_16.php - FPM: update default pool configuration for process.dumpable -- cgit