From fe1316c42b0fbd06f6f4d979faf3eca7dfc7451e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 May 2017 11:33:58 +0200 Subject: new smapshot --- failed.txt | 14 ++++++++------ php.spec | 11 +++++++---- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 4defe2f..08d1838 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,15 @@ -===== 7.1.0-dev (20170516) +===== 7.1.0-dev (20170529) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log -/var/lib/mock/scl72el6x/build.log:Tests failed : 0 -/var/lib/mock/scl72el7x/build.log:Tests failed : 0 -/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 +/var/lib/mock/scl72el6x/build.log:Tests failed : 1 +/var/lib/mock/scl72el7x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc24x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc26x/build.log:Tests failed : 1 +all: + (2) Bug #74556 stream_socket_get_name() on unix socket returns "\0" [ext/standard/tests/streams/bug74556.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index a076511..50fcd61 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global db_devel libdb-devel %endif -%global gh_commit 0722a0188f24a68c18364e2a2bf1443ca2011763 +%global gh_commit 32d7fa6f74b56fed8124d4dea0f98f0f9964a64e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20170516 +%global gh_date 20170529 %global gh_owner php %global gh_project php-src -%global rcver alpha0 -%global rpmrel 5 +#global rcver alpha0 +%global rpmrel 6 Summary: PHP scripting language for creating dynamic web sites @@ -1801,6 +1801,9 @@ fi %changelog +* Mon May 29 2017 Remi Collet - 7.2.0-0.6.20170529.32d7fa6 +- new snapshot + * Mon May 29 2017 Remi Collet - 7.2.0-0.5.alpha0 - test build for release process test, 7.2.0alpha0 - dba: add --with-lmdb build option -- cgit