summaryrefslogtreecommitdiffstats
path: root/php56.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
commit3be546796a6785af1deb2b210fffaed24c5aa2ea (patch)
tree01b7c0bc18231c330dd5d363aa5036ae814eca3d /php56.spec
parentf3b1a1b98f85561b2f2f7f3dc94e235effa064ec (diff)
PHP 5.6.29
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php56.spec b/php56.spec
index c694000..46165cd 100644
--- a/php56.spec
+++ b/php56.spec
@@ -143,7 +143,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
@@ -956,7 +956,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1
%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
@@ -1174,7 +1174,7 @@ ln -sf ../configure
--with-layout=GNU \
--with-kerberos \
--with-libxml-dir=%{_prefix} \
-%if 0%{?fedora} >= 19 || 0%{?rhel} >= 5
+%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
--with-system-tzdata \
%endif
--with-mhash \
@@ -1997,6 +1997,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