From 442fb5309514d6b9eea407b8b2bdb5583c10ad30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2017 16:20:41 +0200 Subject: v7.0.19 --- failed.txt | 6 ++++-- php70.spec | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index edabf19..fb2f7a9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.19RC1 (2017-04-27) +===== 7.0.19 (2017-05-11) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -9,10 +9,12 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /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/fc25i/build.log:Tests failed : 1 /var/lib/mock/fc25x/build.log:Tests failed : 0 +fc25i + (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/php70.spec b/php70.spec index 341cc96..1d0bbc2 100644 --- a/php70.spec +++ b/php70.spec @@ -121,12 +121,12 @@ %endif %global upver 7.0.19 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2043,6 +2043,9 @@ fi %changelog +* Tue May 9 2017 Remi Collet - 7.0.19-1 +- Update to 7.0.19 - http://www.php.net/releases/7_0_19.php + * Thu Apr 27 2017 Remi Collet - 7.0.19~RC1-2 - new sources from new tag -- cgit