From eead9496284145d7f2ef63a2ed498fd236efeb16 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 24 Jul 2020 10:36:34 +0200 Subject: [PATCH] Using the patch, mod_tile compiles on Fedora 32 --- fedora/SPECS/mod_tile.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fedora/SPECS/mod_tile.spec b/fedora/SPECS/mod_tile.spec index 88c0c5e..5d6bdc7 100644 --- a/fedora/SPECS/mod_tile.spec +++ b/fedora/SPECS/mod_tile.spec @@ -1,12 +1,13 @@ Name: mod_tile Version: 0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A program to efficiently render and serve map tiles for www.openstreetmap.org map using Apache and Mapnik. License: GPLv2 URL: https://github.com/openstreetmap/mod_tile Source0: %{name}-%{version}.tgz Source1: 10-tile.conf +Patch0: mod_tile-move-variables-to-prevent-duplicates.patch BuildRequires: httpd-devel, apr BuildRequires: mapnik-devel @@ -32,6 +33,7 @@ at compile time, see: render_config.h %prep %setup -q -n %{name}-%{version} +%patch0 -p1 -b duplicated-variables %build %configure \ @@ -69,6 +71,9 @@ fi %{_mandir}/man8/* %changelog +* Fri Jul 23 2020 Daniel Steiner +- Patch for duplicated variables definition added, this compiles now on Fedora 32 and gcc 10. + * Sat Nov 9 2019 Daniel Steiner - Fix for modules config path.