From 4c2e2426f00d352c219bcbcc9fd406eecdf42df1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jan 2017 08:40:24 +0100 Subject: PHP 7.1.1 --- failed.txt | 6 ++---- php71.spec | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 812c406..1229404 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.1RC1 (2017-01-05) +===== 7.1.1 (2017-01-19) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -6,14 +6,12 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /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 : 0 -/var/lib/mock/fc23x/build.log:Tests failed : 1 +/var/lib/mock/fc23x/build.log:Tests failed : 0 /var/lib/mock/fc24i/build.log:Tests failed : 0 /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 -fc23x - * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] * proc_open give erratic test results :( diff --git a/php71.spec b/php71.spec index 84eb4e4..3b30942 100644 --- a/php71.spec +++ b/php71.spec @@ -120,7 +120,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -2051,6 +2051,9 @@ fi %changelog +* Wed Jan 18 2017 Remi Collet 7.1.1-1 +- Update to 7.1.1 - http://www.php.net/releases/7_1_1.php + * Thu Jan 5 2017 Remi Collet 7.1.1-0.1.RC1 - Update to 7.1.1RC1 -- cgit