From 44041bd77517a27b56e73c976d8c55341eb57a25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 May 2016 11:09:44 +0200 Subject: PHP 5.6.22RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 7bea71f..b638bd3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.21 (2016-04-24) +===== 5.6.22RC1 (2016-05-12) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log diff --git a/php.spec b/php.spec index 4bd4914..fd5b57a 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.21 +Version: 5.6.22 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1807,6 +1807,9 @@ fi %changelog +* Thu May 12 2016 Remi Collet 5.6.22-0.1.RC1 +- update to 5.6.22RC1 + * Thu Apr 28 2016 Remi Collet 5.6.21-1 - Update to 5.6.21 http://www.php.net/releases/5_6_21.php -- cgit