From 6503013c3ca6bb30b5df2bbf8d860ba6ab14a7f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Dec 2015 10:01:56 +0100 Subject: PHP 7.0.1RC1 (base packages) --- php70.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 59f3ee2..ee9f68d 100644 --- a/php70.spec +++ b/php70.spec @@ -132,13 +132,13 @@ %global db_devel libdb-devel %endif -#global rcver RC8 -%global rpmrel 3 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.0 -Release: %{rpmrel}%{?dist} +Version: 7.0.1 +Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1225,9 +1225,6 @@ build --libdir=%{_libdir}/php \ --enable-pcntl \ --enable-opcache \ --enable-opcache-file \ -%if 0%{?rhel} == 6 - --disable-huge-code-pages \ -%endif --enable-phpdbg \ --with-imap=shared --with-imap-ssl \ --enable-mbstring=shared \ @@ -1372,9 +1369,6 @@ build --includedir=%{_includedir}/php-zts \ --enable-pcntl \ --enable-opcache \ --enable-opcache-file \ -%if 0%{?rhel} == 6 - --disable-huge-code-pages \ -%endif --with-imap=shared --with-imap-ssl \ --enable-mbstring=shared \ --enable-mbregex \ @@ -2014,7 +2008,10 @@ fi %changelog -* +* Wed Dec 9 2015 Remi Collet 7.0.1-0.1.0RC1 +- Update to 7.0.1RC1 +- drop --disable-huge-code-pages build option on EL-6, + but keep it disabled in default configuration - php-devel obsoletes php-pecl-jsonc-devel * Sat Dec 5 2015 Remi Collet 7.0.0-3 -- cgit