summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-25 10:13:35 +0200
committerRemi Collet <remi@remirepo.net>2017-04-25 10:13:35 +0200
commit06abef4eb207ad562eba2e8b0be30c782a56af24 (patch)
tree460e3494930c3bf48c08691fdaa15a77e91622b0
parenta329f115e0c91a49c83ac9baa5c2a63b9d9b3f13 (diff)
refresh 20170424.eb68c0d
-rw-r--r--failed.txt10
-rw-r--r--php.spec9
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 <remi@remirepo.net> - 7.2.0-0.2.20170424.eb68c0d
+- refresh
+
* Wed Apr 12 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.1.20170412.efeab78
- update to 7.2.0-dev
- drop mcrypt subpackage (removed upstream)