From 8fa572283163699aa8a905b396029808718e51d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jun 2015 14:36:36 +0200 Subject: php55-php: 5.5.27RC1 --- failed.txt | 2 +- php.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index e4a8f04..7cb4cc8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -==== PHP 5.5.26 +==== PHP 5.5.27RC1 $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log diff --git a/php.spec b/php.spec index 780cf8e..4f28cf2 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.5.26 +Version: 5.5.27 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1764,6 +1764,8 @@ fi %changelog +* Wed Jun 24 2015 Remi Collet 5.5.27-0.1.RC1 +- update to 5.5.27RC1 - the phar link is now correctly created * Wed Jun 10 2015 Remi Collet 5.5.26-1 -- cgit