From ca20abe9d2812f0c83bf0c1610992921470f0ace Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Dec 2015 09:24:00 +0100 Subject: PHP 7.0.2RC1 --- php70.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index b51394b..5521e70 100644 --- a/php70.spec +++ b/php70.spec @@ -120,12 +120,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: php -Version: 7.0.1 +Version: 7.0.2 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -158,7 +158,7 @@ Source99: php-fpm.init 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 @@ -1983,7 +1983,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