summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-06 17:25:41 +0200
committerRemi Collet <remi@remirepo.net>2017-06-06 17:25:41 +0200
commita60e6d2e0cd1ea42fa2b568804080a4522cf98d3 (patch)
tree16a9030969188d542ec1ce180f1212b737e882da
parent95ddd5c7879b1ce6a689dbc4b0c35723fb401256 (diff)
7.2.0alpha1
-rw-r--r--failed.txt6
-rw-r--r--php.spec9
2 files changed, 10 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 7f09309..e4438bb 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,13 +1,15 @@
-===== 7.1.0-dev (20170602.a86c87d)
+===== 7.1.0alpha1 (20170608)
$ 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/scl70fc25x/build.log:Tests failed : 1
/var/lib/mock/scl70fc26x/build.log:Tests failed : 0
+fc25x
+ (3) ext/date/tests/bug73837.phpt
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 99dc946..d994696 100644
--- a/php.spec
+++ b/php.spec
@@ -130,11 +130,11 @@
%global gh_commit a86c87df2dc2d3bf82bd87cddd888f899306a451
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20170602
+#global gh_date 20170602
%global gh_owner php
%global gh_project php-src
-#global rcver alpha0
-%global rpmrel 7
+%global rcver alpha1
+%global rpmrel 8
Summary: PHP scripting language for creating dynamic web sites
@@ -1821,6 +1821,9 @@ fi
%changelog
+* Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.8.alpha1
+- update to 7.2.0alpha1
+
* Fri Jun 2 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.7.20170602.a86c87d
- new snapshot
- use system oniguruma (F26)