diff options
-rw-r--r-- | failed.txt | 12 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 12 insertions, 7 deletions
@@ -1,15 +1,17 @@ -===== 7.1.0RC4 (2016-10-19) +===== 7.1.0RC5 (2016-10-27) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 4 -/var/lib/mock/scl70el7x/build.log:Tests failed : 4 -/var/lib/mock/scl70fc22x/build.log:Tests failed : 0 +/var/lib/mock/scl70el6x/build.log:Tests failed : 0 +/var/lib/mock/scl70el7x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc22x/build.log:Tests failed : 1 /var/lib/mock/scl70fc23x/build.log:Tests failed : 4 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -el6x, el7x, fc23x +fc21x + * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +fc23x *** Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] *** Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] *** Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global rcver RC4 -%global rpmrel 11 +%global rcver RC5 +%global rpmrel 12 Summary: PHP scripting language for creating dynamic web sites @@ -1826,6 +1826,9 @@ fi %changelog +* Wed Oct 26 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.12.RC5 +- Update to 7.1.0RC5 + * Mon Oct 17 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.11.RC4 - Update to 7.1.0RC4 - update tzdata patch to v14, improve check for valid tz file |