diff options
-rw-r--r-- | failed.txt | 15 | ||||
-rw-r--r-- | php-7.0.0-systzdata-v14.patch | 3 | ||||
-rw-r--r-- | php70.spec | 5 |
3 files changed, 14 insertions, 9 deletions
@@ -1,4 +1,4 @@ -===== 7.0.18RC1 (2017-03-30) +===== 7.0.18 (2017-04-13) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -7,16 +7,15 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 1 /var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 -/var/lib/mock/fc24i/build.log:Tests failed : 3 +/var/lib/mock/fc24i/build.log:Tests failed : 1 /var/lib/mock/fc24x/build.log:Tests failed : 1 -/var/lib/mock/fc25i/build.log:Tests failed : 1 -/var/lib/mock/fc25x/build.log:Tests failed : 1 +/var/lib/mock/fc25i/build.log:Tests failed : 0 +/var/lib/mock/fc25x/build.log:Tests failed : 0 -fc24i - (1) Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - (1) Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] -el6i, el6x, el7x, fc24i, fc24x, fc25i fc25x +el6i, el6x, el7x + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] +fc24i, fc24x (4) Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] diff --git a/php-7.0.0-systzdata-v14.patch b/php-7.0.0-systzdata-v14.patch index 8ff32c8..dd6b784 100644 --- a/php-7.0.0-systzdata-v14.patch +++ b/php-7.0.0-systzdata-v14.patch @@ -1,3 +1,6 @@ +# License: MIT +# http://opensource.org/licenses/MIT + Add support for use of the system timezone database, rather than embedding a copy. Discussed upstream but was not desired. @@ -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 @@ -2054,6 +2054,9 @@ fi %changelog +* Tue Apr 11 2017 Remi Collet <remi@fedoraproject.org> - 7.0.18-1 +- Update to 7.0.18 - http://www.php.net/releases/7_0_18.php + * Wed Mar 29 2017 Remi Collet <remi@fedoraproject.org> - 7.0.18-0.1.RC1 - Update to 7.0.18RC1 |