From 1e9228c821066c85d20b80d076bbf0b4ae450a17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 May 2018 12:37:46 +0200 Subject: v7.2.6RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 931093b..3e15b14 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.5 (2018-04-26) +===== 7.2.6RC1 (2018-04-10) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php.spec b/php.spec index 38bcae3..f83959d 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.5 -#global rcver RC1 +%global upver 7.2.6 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1862,6 +1862,9 @@ fi %changelog +* Sun May 13 2018 Remi Collet - 7.2.6~RC1-1 +- update to 7.2.6RC1 + * Tue Apr 24 2018 Remi Collet - 7.2.5-1 - Update to 7.2.5 - http://www.php.net/releases/7_2_5.php -- cgit