From 9fbaf72ddfc839eeeea4001fede89b10dfdc98db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2017 12:54:34 +0200 Subject: v7.1.8 --- failed.txt | 8 ++++---- php71.spec | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 8d23d07..1f85d60 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -===== 7.1.8RC1 (2017-07-20) +===== 7.1.8 (2017-08-03) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 1 +/var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 -/var/lib/mock/fc24i/build.log:Tests failed : 0 +/var/lib/mock/fc24i/build.log:Tests failed : 1 /var/lib/mock/fc24x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 @@ -15,7 +15,7 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc26x/build.log:Tests failed : 0 -fc23i +fc24i 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] diff --git a/php71.spec b/php71.spec index 1966d17..247fb3a 100644 --- a/php71.spec +++ b/php71.spec @@ -121,7 +121,7 @@ %endif %global upver 7.1.8 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2057,6 +2057,9 @@ fi %changelog +* Wed Aug 2 2017 Remi Collet - 7.1.8-1 +- Update to 7.1.8 - http://www.php.net/releases/7_1_8.php + * Tue Jul 18 2017 Remi Collet - 7.1.8~RC1-1 - Update to 7.1.8RC1 - oci8 version is now 2.1.6 -- cgit