From 21778ef59e73e3576c1dcf7ff532243f7a092608 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 10:58:24 +0200 Subject: PHP 5.6.27RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 6932fec..f9ccc8b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.26 (2016-09-15) +===== 5.6.27RC1 (2016-09-29) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log diff --git a/php.spec b/php.spec index 6fee2ed..acc5698 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.26 +Version: 5.6.27 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1814,6 +1814,9 @@ fi %changelog +* Thu Sep 29 2016 Remi Collet 5.6.27-0.1.RC1 +- update to 5.6.27RC1 + * Thu Sep 15 2016 Remi Collet 5.6.26-1 - Update to 5.6.26 - http://www.php.net/releases/5_6_26.php -- cgit