diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php70.spec | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -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 :( @@ -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 <remi@fedoraproject.org> - 7.0.19-1 +- Update to 7.0.19 - http://www.php.net/releases/7_0_19.php + * Thu Apr 27 2017 Remi Collet <remi@fedoraproject.org> - 7.0.19~RC1-2 - new sources from new tag |