From 92fa8d3ecee8f0f48af73baa3a72b745e06da137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 May 2016 18:43:39 +0200 Subject: PHP 7.0.7 --- failed.txt | 6 ++---- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index ab424d0..fd706a0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,9 +1,9 @@ -===== 7.0.7RC1 (2016-05-12) +===== 7.0.7 (2016-05-26) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el6x/build.log:Tests failed : 2 -/var/lib/mock/scl70el7x/build.log:Tests failed : 3 +/var/lib/mock/scl70el7x/build.log:Tests failed : 2 /var/lib/mock/scl70fc21x/build.log:Tests failed : 0 /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 @@ -12,8 +12,6 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log el6x, el7x 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] -el7x: - * 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 :( diff --git a/php.spec b/php.spec index f23362b..2c9d802 100644 --- a/php.spec +++ b/php.spec @@ -125,7 +125,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 @@ -1827,6 +1827,9 @@ fi %changelog +* Wed May 25 2016 Remi Collet 7.0.7-1 +- Update to 7.0.7 - http://www.php.net/releases/7_0_7.php + * Thu May 12 2016 Remi Collet 7.0.7-0.1.RC1 - Update to 7.0.7RC1 - oci8 version is now 2.1.1 -- cgit