From cefdf7e92e0532e8abff8e76a84a66204c3040cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Dec 2015 09:24:00 +0100 Subject: PHP 7.0.2RC1 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b613ca6..7444d1e 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.1 +Version: 7.0.2 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -169,7 +169,7 @@ Source52: 20-oci8.ini Patch5: php-7.0.0-includedir.patch Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch -Patch8: php-7.0.0-libdb.patch +Patch8: php-7.0.2-libdb.patch Patch9: php-5.5.30-curl.patch # Fixes for extension modules @@ -1817,7 +1817,8 @@ fi %changelog -* Thu Dec 17 2015 Remi Collet 7.0.1-1.1 +* Sun Dec 27 2015 Remi Collet 7.0.2-0.1.0RC1 +- Update to 7.0.2RC1 - opcache: build with --disable-huge-code-pages on EL-6 * Wed Dec 16 2015 Remi Collet 7.0.1-1 -- cgit