From 06abef4eb207ad562eba2e8b0be30c782a56af24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Apr 2017 10:13:35 +0200 Subject: refresh 20170424.eb68c0d --- failed.txt | 10 +++++++--- php.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index bc80dbb..230fba3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,17 @@ -===== 7.1.0-dev (20170412) +===== 7.1.0-dev (20170424) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log -/var/lib/mock/scl72el7x/build.log:Tests failed : 1 +/var/lib/mock/scl72el6x/build.log:Tests failed : 1 +/var/lib/mock/scl72el7x/build.log:Tests failed : 2 +/var/lib/mock/scl70fc24x/build.log:Tests failed : 0 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 /var/lib/mock/scl70fc26x/build.log:Tests failed : 0 +el6x, el7x + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] el7x - Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] + (1) Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 1129baa..6ff4cd9 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global db_devel libdb-devel %endif -%global gh_commit efeab78535008a4640896624a1ceb8af8615535d +%global gh_commit eb68c0d525f21fd2f81e2c0833a75cc30df095ce %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20170412 +%global gh_date 20170424 %global gh_owner php %global gh_project php-src #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -1798,6 +1798,9 @@ fi %changelog +* Tue Apr 25 2017 Remi Collet - 7.2.0-0.2.20170424.eb68c0d +- refresh + * Wed Apr 12 2017 Remi Collet - 7.2.0-0.1.20170412.efeab78 - update to 7.2.0-dev - drop mcrypt subpackage (removed upstream) -- cgit