From 4deea6e0091c459216379c9c4602f0a6fa8f94c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Dec 2017 07:23:33 +0100 Subject: 7.2.1RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index ea67ddf..f76b7e8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.0 (2017-11-30) +===== 7.2.1RC1 (2017-12-14) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index 7aa713f..29ae7b8 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.0 -#global rcver RC1 +%global upver 7.2.1 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1839,6 +1839,9 @@ fi %changelog +* Wed Dec 13 2017 Remi Collet - 7.2.1~RC1-1 +- update to 7.2.1RC1 + * Tue Nov 28 2017 Remi Collet - 7.2.0-1 - update to 7.2.0 GA -- cgit