From 3500292d647d9641d28e98dfcc0a2d7695fda194 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Dec 2016 10:00:53 +0100 Subject: PHP 5.6.29 --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2517a57..2788680 100644 --- a/php.spec +++ b/php.spec @@ -137,7 +137,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -882,7 +882,7 @@ support for using the enchant library 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 @@ -1102,7 +1102,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 \ @@ -1816,6 +1818,9 @@ fi %changelog +* Thu Dec 8 2016 Remi Collet 5.6.29-1 +- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php + * Thu Nov 24 2016 Remi Collet 5.6.29-0.1.RC1 - update to 5.6.29RC1 -- cgit