From a60e6d2e0cd1ea42fa2b568804080a4522cf98d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2017 17:25:41 +0200 Subject: 7.2.0alpha1 --- failed.txt | 6 ++++-- php.spec | 9 ++++++--- 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 - 7.2.0-0.8.alpha1 +- update to 7.2.0alpha1 + * Fri Jun 2 2017 Remi Collet - 7.2.0-0.7.20170602.a86c87d - new snapshot - use system oniguruma (F26) -- cgit