diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-09 10:01:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-09 10:01:56 +0100 |
commit | 6503013c3ca6bb30b5df2bbf8d860ba6ab14a7f4 (patch) | |
tree | 13c4abcec15af75ddaf704ea1c9700f55f57bc32 | |
parent | cbc8bfb55466667c0f0a9ea6190e26ea711f6982 (diff) |
PHP 7.0.1RC1 (base packages)
-rw-r--r-- | php70.spec | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -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 <remi@fedoraproject.org> 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 <remi@fedoraproject.org> 7.0.0-3 |