summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2015-03-24 10:16:44 +0100
committerJan Kaluza <jkaluza@redhat.com>2015-03-24 10:16:44 +0100
commit571518a2a675954a83a859d24de7fe49e145dac4 (patch)
treed54e1d6778f5d69167a7f7dc9361d2920980b292 /httpd.spec
parent07b85b43f8136ed313d48202780f9222390bfb44 (diff)
downloadhttpd-571518a2a675954a83a859d24de7fe49e145dac4.tar.gz
httpd-571518a2a675954a83a859d24de7fe49e145dac4.tar.xz
httpd-571518a2a675954a83a859d24de7fe49e145dac4.zip
fix compilation with lua-5.3
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index 8bca0e4..9787cbf 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -8,7 +8,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.10
-Release: 16%{?dist}
+Release: 17%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -49,6 +49,7 @@ Patch2: httpd-2.4.9-apxs.patch
Patch3: httpd-2.4.1-deplibs.patch
Patch5: httpd-2.4.3-layout.patch
Patch6: httpd-2.4.3-apctl-systemd.patch
+Patch7: httpd-2.4.10-lua53.patch
# Needed for socket activation and mod_systemd patch
Patch19: httpd-2.4.10-detect-systemd.patch
# Features/functional changes
@@ -197,6 +198,7 @@ interface for storing and accessing per-user session data.
%patch3 -p1 -b .deplibs
%patch5 -p1 -b .layout
%patch6 -p1 -b .apctlsystemd
+%patch7 -p0 -b .lua53
%patch19 -p1 -b .detectsystemd
@@ -673,6 +675,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Tue Mar 24 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-17
+- fix compilation with lua-5.3
+
* Tue Mar 24 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-16
- remove filter for auto-provides of httpd modules, it is not needed since F20