From f13f6ef9f08b2686a50c40c2bae9b2726af53f86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Feb 2016 11:57:14 +0100 Subject: 7.0.3 --- failed.txt | 21 ++++++++------------- php.spec | 13 ++++++------- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/failed.txt b/failed.txt index 3438423..ed254a9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,23 +1,18 @@ -===== 7.0.3RC1 (2016-01-21) +===== 7.0.3 (2016-02-03) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) /var/lib/mock/scl70el7x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc20x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc21x/build.log:Tests failed : 1 ( 0.0%) ( 0.0% -/var/lib/mock/scl70fc22x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70fc20x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0% +/var/lib/mock/scl70fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) el6x, el7x, fc20x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] -el6x, el7x, fc20x, fc21x, fc22x: - mixed stream_socket_enable_crypto(resource $stream , bool $enable [, int $crypto_type [, resource $session_stream ]] ) ; [ext/standard/tests/streams/stream_socket_enable_crypto.phpt] - => fixed upstream -fc22x: - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -fc22x, fc23x - Backtracking limit [ext/pcre/tests/backtrack_limit.phpt] +el7x + Test session_set_save_handler() function : test lazy_write [ext/session/tests/session_set_save_handler_variation6.phpt] * proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 43e751e..6859e8b 100644 --- a/php.spec +++ b/php.spec @@ -125,13 +125,8 @@ %global db_devel libdb-devel %endif -%global gh_commit dd3d10cef16be8ee59e379a49841e581245cc5ba -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20160129 -%global gh_owner php -%global gh_project php-src -%global rcver RC1 -%global rpmrel 3 +#global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1833,6 +1828,10 @@ fi %changelog +* Wed Feb 3 2016 Remi Collet 7.0.3-1 +- Update to 7.0.3 + http://www.php.net/releases/7_0_3.php + * Fri Jan 29 2016 Remi Collet 7.0.3-0.3.20160129gitdd3d10c - test build -- cgit