From 3e9f10edd74fdc2f829915b402eb83c74f6251b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jul 2016 12:56:12 +0200 Subject: PHP 7.1.0beta1 --- failed.txt | 14 ++++++-------- php.spec | 10 +++++----- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/failed.txt b/failed.txt index 908bae3..8d8014b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,20 +1,18 @@ -===== 7.1.0alpha3 (2016-07-08) +===== 7.1.0beta1 (2016-07-21) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 2 -/var/lib/mock/scl70el7x/build.log:Tests failed : 2 +/var/lib/mock/scl70el6x/build.log:Tests failed : 3 +/var/lib/mock/scl70el7x/build.log:Tests failed : 3 /var/lib/mock/scl70fc22x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 /var/lib/mock/scl70fc24x/build.log:Tests failed : 1 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] -fc22x - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -fc24x - Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] +el6x, el7x, fc22x, fc23x, fc24x + gzfile() with various invalid params [ext/zlib/tests/004-mb.phpt] * proc_open give erratic test results :( diff --git a/php.spec b/php.spec index f74e51c..8e351d4 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global rcver alpha3 -%global rpmrel 5 +%global rcver beta1 +%global rpmrel 6 Summary: PHP scripting language for creating dynamic web sites @@ -874,9 +874,6 @@ support for JavaScript Object Notation (JSON) to PHP. %setup -q -n php-%{version}%{?rcver} %endif -# Temporary -sed -e 's/-alpha3/alpha3/' -i ./configure ./configure.in ./main/php_version.h - %patch5 -p1 -b .includedir %patch6 -p1 -b .embed %patch7 -p1 -b .recode @@ -1827,6 +1824,9 @@ fi %changelog +* Thu Jul 21 2016 Remi Collet 7.1.0-0.6.beta1 +- Update to 7.1.0beta1 + * Wed Jul 6 2016 Remi Collet 7.1.0-0.5.alpha3 - Update to 7.1.0alpha3 -- cgit