From 7b09a675fe48c6ee62cc91faa43875cfb3c996ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Feb 2016 14:02:25 +0100 Subject: PHP 5.6.18 --- failed.txt | 6 ++---- php56.spec | 8 ++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 3aa6dde..a5d6f71 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.17 (2016-01-07) +===== 5.6.18 (2016-02-03) $ grep -r 'Tests failed' /var/lib/mock/56*/build.log @@ -6,7 +6,7 @@ $ grep -r 'Tests failed' /var/lib/mock/56*/build.log /var/lib/mock/el5x/build.log:Tests failed : 8 ( 0.0%) ( 0.0%) /var/lib/mock/el6i/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) /var/lib/mock/el6x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) -/var/lib/mock/el7x/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) +/var/lib/mock/el7x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) /var/lib/mock/fc20i/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) /var/lib/mock/fc20x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) /var/lib/mock/fc21i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) @@ -27,8 +27,6 @@ fc20i, fc21i, fc22i, fc23i Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] el6x, el7x, fc20x strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] -el7x - Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] el6x, el7x, fc20i, fc20x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] diff --git a/php56.spec b/php56.spec index 0b81f73..a60ce41 100644 --- a/php56.spec +++ b/php56.spec @@ -144,11 +144,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.17 +Version: 5.6.18 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 2%{?dist} +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1990,6 +1990,10 @@ fi %changelog +* Wed Feb 3 2016 Remi Collet 5.6.18-1 +- Update to 5.6.18 + http://www.php.net/releases/5_6_18.php + * Fri Jan 29 2016 Remi Collet 5.6.17-2 - FPM: test build for https://bugs.php.net/62172 -- cgit