[httpd] fix compilation with lua-5.3

Jan Kaluža jkaluza at fedoraproject.org
Tue Mar 24 09:16:47 UTC 2015


commit 571518a2a675954a83a859d24de7fe49e145dac4
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Tue Mar 24 10:16:44 2015 +0100

    fix compilation with lua-5.3

 httpd.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
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 at redhat.com> - 2.4.10-17
+- fix compilation with lua-5.3
+
 * Tue Mar 24 2015 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-16
 - remove filter for auto-provides of httpd modules, it is not needed since F20
 


More information about the scm-commits mailing list