diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-05 20:26:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-05 20:26:44 +0100 |
commit | a86c56258cd846b3a1d88aef35e9ca6d660769f2 (patch) | |
tree | 29355e5a916a443f7fcf7086f6eb19154fdec353 | |
parent | d03e845705915f4b5a902b83415e08362fa9da26 (diff) |
PHP 7.1.1RC1
-rw-r--r-- | failed.txt | 7 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -===== 7.1.0 (2016-12-01) +===== 7.1.1RC1 (2017-01-05) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,11 +7,8 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc25x/build.log:Tests failed : 2 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -fc25x - * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - * 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 :( @@ -124,13 +124,13 @@ %global db_devel libdb-devel %endif -#global rcver RC6 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 7.1.0 +Version: 7.1.1 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1808,6 +1808,9 @@ fi %changelog +* Thu Jan 5 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-0.1.RC1 +- Update to 7.1.1RC1 + * Mon Dec 26 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-2 - test optimized build using GCC 6.2 |