From c2d5078ef54ca1b73ff5e73218a0bbd29a0a9faa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jun 2016 10:15:28 +0200 Subject: PHP 7.1.0 Alpha2 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 27eaa8e..a7a2d10 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.0alpha1 (2016-06-09) +===== 7.1.0alpha2 (2016-06-23) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log diff --git a/php.spec b/php.spec index dd58b2e..cbdbb46 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global rcver alpha1 -%global rpmrel 1 +%global rcver alpha2 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -1819,6 +1819,9 @@ fi %changelog +* Wed Jun 22 2016 Remi Collet 7.1.0-0.2.alpha2 +- Update to 7.1.0alpha2 + * Wed Jun 8 2016 Remi Collet 7.1.0-0.1.alpha1 - Update to 7.1.0alpha1 -- cgit