summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-16 08:43:30 +0200
committerRemi Collet <remi@remirepo.net>2017-05-16 08:43:30 +0200
commite1a0145d9c045a57f99a87ff6abb9b225510efdb (patch)
tree3e8073c459b75dabeb20a57aa88a78cc155213c4
parent9cc056c2e4fb36775e96ce378f37bcaaa8441248 (diff)
new snapshot
-rw-r--r--failed.txt6
-rw-r--r--php.spec9
2 files changed, 8 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index b7c9590..4defe2f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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 :(
diff --git a/php.spec b/php.spec
index 0debd2f..c22d919 100644
--- a/php.spec
+++ b/php.spec
@@ -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