From cd6ebf77ce29a444455b3fc1945d9dee211bbd28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Nov 2016 09:23:49 +0100 Subject: PHP 7.0.14RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 9af525f..8501d4e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.13 (2016-11-10) +===== 7.0.14RC1 (2016-11-24) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log diff --git a/php.spec b/php.spec index 640c46f..3d414f0 100644 --- a/php.spec +++ b/php.spec @@ -124,13 +124,13 @@ %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: 7.0.13 +Version: 7.0.14 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1826,6 +1826,9 @@ fi %changelog +* Wed Nov 23 2016 Remi Collet 7.0.14-0.1.RC1 +- Update to 7.0.14RC1 + * Tue Nov 8 2016 Remi Collet 7.0.13-1 - Update to 7.0.13 - http://www.php.net/releases/7_0_13.php -- cgit