From 651448813c6b73bc7726112dd667865b0b51b8ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jan 2016 13:14:26 +0100 Subject: PHP 7.0.3RC1 --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 1f2d50b..2a5101b 100644 --- a/php.spec +++ b/php.spec @@ -125,13 +125,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.2 +Version: 7.0.3 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1817,6 +1817,9 @@ fi %changelog +* Wed Jan 20 2016 Remi Collet 7.0.3-0.1.0RC1 +- Update to 7.0.3RC1 + * Wed Jan 6 2016 Remi Collet 7.0.2-1 - Update to 7.0.2 http://www.php.net/releases/7_0_2.php -- cgit