From 578d01c1cdf658c9cc94967a04f899aa455bb2e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jul 2015 13:02:48 +0200 Subject: php56-php: 5.6.12RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 20f64f4..40249b4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.11 +===== 5.6.12RC1 $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log diff --git a/php.spec b/php.spec index 5136f21..8e11952 100644 --- a/php.spec +++ b/php.spec @@ -137,12 +137,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.11 +Version: 5.6.12 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1786,6 +1786,9 @@ fi %changelog +* Wed Jul 22 2015 Remi Collet 5.6.12-0.1.RC1 +- update to 5.6.12RC1 + * Sun Jul 12 2015 Remi Collet 5.6.11-1 - Update to 5.6.11 http://www.php.net/releases/5_6_11.php -- cgit