From 2414f9ae88f079b2f85cdfa6a49d991ac172569e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Dec 2016 10:47:49 +0100 Subject: PHP 7.0.14 --- php.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 573b953..8f3d121 100644 --- a/php.spec +++ b/php.spec @@ -124,7 +124,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 @@ -883,7 +883,7 @@ support for JavaScript Object Notation (JSON) to PHP. %endif %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -1117,7 +1117,9 @@ ln -sf ../configure --with-layout=GNU \ --with-kerberos \ --with-libxml-dir=%{_root_prefix} \ +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 --with-system-tzdata \ +%endif --with-mhash \ %if %{with_dtrace} --enable-dtrace \ @@ -1820,6 +1822,8 @@ fi %changelog +* Wed Dec 7 2016 Remi Collet 7.0.14-1 +- Update to 7.0.14 - http://www.php.net/releases/7_0_14.php - disable pcre.jit everywhere as it raise AVC #1398474 * Wed Nov 23 2016 Remi Collet 7.0.14-0.1.RC1 -- cgit