diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 8 insertions, 7 deletions
@@ -1,15 +1,13 @@ -===== 7.1.0-dev (20170504) +===== 7.1.0-dev (20170516) $ 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 : 1 +/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 -el7x - (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 :( @@ -123,13 +123,13 @@ %global db_devel libdb-devel %endif -%global gh_commit 5af997ed81fc3e86544679d7a07b152ee13d1e04 +%global gh_commit 0722a0188f24a68c18364e2a2bf1443ca2011763 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20170504 +%global gh_date 20170516 %global gh_owner php %global gh_project php-src #global rcver RC1 -%global rpmrel 3 +%global rpmrel 4 Summary: PHP scripting language for creating dynamic web sites @@ -1798,6 +1798,9 @@ fi %changelog +* Tue May 16 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.4.20170516.0722a01 +- new snapshot + * Sat May 6 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.3.20170504.5af997e - new snapshot, May the 4th be with you - enable PHP execution of .phar files, see #1117140 |