summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-08 10:00:53 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-08 10:00:53 +0100
commit3500292d647d9641d28e98dfcc0a2d7695fda194 (patch)
treed8146025944c5bfaf8d3d7a2ea27a6d96e461f69 /php.spec
parentf566b0afd966bf582a4e3d7ad0592e633076833b (diff)
PHP 5.6.29
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 7 insertions, 2 deletions
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 <remi@fedoraproject.org> 5.6.29-1
+- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php
+
* Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-0.1.RC1
- update to 5.6.29RC1