jkaluza pushed to httpd (f22). "fix compilation with lua-5.3"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 09:19:55 UTC 2015


>From 571518a2a675954a83a859d24de7fe49e145dac4 Mon Sep 17 00:00:00 2001
From: Jan Kaluza <jkaluza at redhat.com>
Date: Tue, 24 Mar 2015 10:16:44 +0100
Subject: fix compilation with lua-5.3


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/httpd.git/commit/?h=f22&id=571518a2a675954a83a859d24de7fe49e145dac4


More information about the scm-commits mailing list