Balint Cristian 242a816
Name:      mapnik
14eee82
Version:   3.1.0
969b087
Release:   35%{?dist}
Balint Cristian 242a816
Summary:   Free Toolkit for developing mapping applications
b461b8e
License:   LGPL-2.1-only
Balint Cristian 242a816
URL:       http://mapnik.org/
7b20854
Source0:   https://github.com/mapnik/mapnik/releases/download/v%{version}/mapnik-v%{version}.tar.bz2
7b20854
Source1:   https://github.com/mapnik/test-data/archive/v%{version}/test-data-v%{version}.tar.gz
7b20854
Source2:   https://github.com/mapnik/test-data-visual/archive/v%{version}/test-data-visual-v%{version}.tar.gz
7b20854
Source3:   mapnik-data.license
7b20854
Source4:   viewer.desktop
b1e7894
# Allow the viewer to be built against uninstalled libraries
273d5e6
Patch0:    mapnik-build-viewer.patch
b1e7894
# Build against the system version of sparsehash
273d5e6
Patch1:    mapnik-system-sparsehash.patch
b1e7894
# Allow some minor differences in the visual tests
273d5e6
Patch2:    mapnik-visual-compare.patch
273d5e6
# Patch out attempt to set rpath
89ae5ae
Patch3:    mapnik-rpath.patch
54c87e1
# https://github.com/mapnik/mapnik/pull/4202
fcf8184
Patch4:    mapnik-proj.patch
f4f14db
# https://github.com/mapnik/mapnik/pull/4159
c6cb3c8
Patch5:    mapnik-scons4.patch
df38c53
# https://github.com/mapnik/mapnik/pull/4378
df38c53
Patch6:    mapnik-stdint.patch
7076c88
# https://github.com/boostorg/phoenix/issues/115
7076c88
Patch7:    mapnik-boost181.patch
b87bc71
# boost 1.83 compatibility
c80f537
Patch8:    mapnik-boost183.patch
b87bc71
# gcc 14 compatibility
b87bc71
Patch9:    mapnik-gcc14.patch
b87bc71
# libxml2 2.12.0 compatibility
b87bc71
Patch10:   mapnik-libxml2.patch
Balint Cristian 18653a8
a8c84bc
# Exclude big endian architectures as mapnik does not support them
a8c84bc
# https://github.com/mapnik/mapnik/issues/2313
a8c84bc
# https://bugzilla.redhat.com/show_bug.cgi?id=1395208
f3810fe
ExcludeArch: ppc ppc64 s390 s390x
a8c84bc
500383a
Requires: dejavu-serif-fonts dejavu-sans-fonts dejavu-sans-mono-fonts dejavu-lgc-serif-fonts dejavu-lgc-sans-fonts dejavu-lgc-sans-mono-fonts
fa4f81f
Requires: proj
Alex Lancaster f6795d0
07356af
BuildRequires: libpq-devel pkgconfig
b1e7894
BuildRequires: gdal-devel proj-devel
88196f7
BuildRequires: scons make desktop-file-utils gcc-c++
c417f66
BuildRequires: qt5-qtbase-devel
Balint Cristian a74146a
BuildRequires: libxml2-devel boost-devel libicu-devel
b1e7894
BuildRequires: libtiff-devel libjpeg-devel libpng-devel libwebp-devel
6aab92e
BuildRequires: cairo-devel freetype-devel harfbuzz-devel
b1e7894
BuildRequires: sqlite-devel
b1e7894
BuildRequires: sparsehash-devel
b62a35c
BuildRequires: mapbox-variant-devel mapbox-variant-static
fa4f81f
BuildRequires: dejavu-sans-fonts
07356af
BuildRequires: postgresql-test-rpm-macros postgis
Balint Cristian 242a816
b1e7894
# Bundled version has many local patches and upstream is essentially dead
b1e7894
Provides: bundled(agg) = 2.4
Balint Cristian 242a816
244c6c2
# Bundles a couple of files from the unreleased "toolbox" extension
244c6c2
# of the boost GIL library. Attempts are being made to establish the
244c6c2
# status of these files (https://svn.boost.org/trac/boost/ticket/11819)
244c6c2
# in the hope of unbundling them
244c6c2
Provides: bundled(boost)
244c6c2
b880538
%global __provides_exclude_from ^%{_libdir}/%{name}/input/.*$
a59a004
Balint Cristian 242a816
%description
Balint Cristian 242a816
Mapnik is a Free Toolkit for developing mapping applications.
Balint Cristian 242a816
It's written in C++ and there are Python bindings to
Balint Cristian 242a816
facilitate fast-paced agile development. It can comfortably
Balint Cristian 242a816
be used for both desktop and web development, which was something
Balint Cristian 242a816
I wanted from the beginning.
Balint Cristian 242a816
Balint Cristian 242a816
Mapnik is about making beautiful maps. It uses the AGG library
Balint Cristian 242a816
and offers world class anti-aliasing rendering with subpixel
Balint Cristian 242a816
accuracy for geographic data. It is written from scratch in
Balint Cristian 242a816
modern C++ and doesn't suffer from design decisions made a decade
Balint Cristian 242a816
ago. When it comes to handling common software tasks such as memory
Balint Cristian 242a816
management, filesystem access, regular expressions, parsing and so
Balint Cristian 242a816
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
Balint Cristian 242a816
industry standard libraries from boost.org 
Balint Cristian 242a816
b1e7894
Balint Cristian 242a816
%package devel
Balint Cristian 242a816
Summary: Mapnik is a Free toolkit for developing mapping applications
273d5e6
Requires: %{name}%{?_isa} = %{version}-%{release}
b37b612
Requires: proj-devel libxml2-devel
6aab92e
Requires: boost-devel libicu-devel
6aab92e
Requires: libtiff-devel libjpeg-devel libpng-devel libwebp-devel
6aab92e
Requires: cairo-devel freetype-devel harfbuzz-devel
6aab92e
Requires: sparsehash-devel
0074149
Requires: mapbox-variant-devel
Balint Cristian 242a816
Balint Cristian 242a816
%description devel
Balint Cristian 242a816
Mapnik is a Free Toolkit for developing mapping applications.
Balint Cristian 242a816
It's written in C++ and there are Python bindings to
Balint Cristian 242a816
facilitate fast-paced agile development. It can comfortably
Balint Cristian 242a816
be used for both desktop and web development, which was something
Balint Cristian 242a816
I wanted from the beginning.
Balint Cristian 242a816
Balint Cristian 242a816
Mapnik is about making beautiful maps. It uses the AGG library
Balint Cristian 242a816
and offers world class anti-aliasing rendering with subpixel
Balint Cristian 242a816
accuracy for geographic data. It is written from scratch in
Balint Cristian 242a816
modern C++ and doesn't suffer from design decisions made a decade
Balint Cristian 242a816
ago. When it comes to handling common software tasks such as memory
Balint Cristian 242a816
management, filesystem access, regular expressions, parsing and so
Balint Cristian 242a816
on, Mapnik doesn't re-invent the wheel, but utilises best of breed
Balint Cristian 242a816
industry standard libraries from boost.org
Balint Cristian 242a816
Balint Cristian 242a816
882f244
%package static
882f244
Summary: Static libraries for the Mapnik spatial visualization library
273d5e6
Requires: %{name}%{?_isa} = %{version}-%{release}
882f244
882f244
%description static
882f244
Static libraries for the Mapnik spatial visualization library.
882f244
882f244
Balint Cristian 242a816
%package utils
Balint Cristian 5c65ea7
License:  GPLv2+
Balint Cristian 242a816
Summary:  Utilities distributed with the Mapnik spatial visualization library
273d5e6
Requires: %{name}%{?_isa} = %{version}-%{release}
Balint Cristian 242a816
Balint Cristian 242a816
%description utils
Balint Cristian 242a816
Miscellaneous utilities distributed with the Mapnik spatial visualization
b1e7894
library.
b1e7894
Balint Cristian 242a816
Balint Cristian 242a816
%package demo
Balint Cristian 242a816
Summary:  Demo utility and some sample data distributed with mapnik
2a642d7
License:  GPLv2+ and GeoGratis
Balint Cristian 242a816
Requires: %{name}-devel = %{version}-%{release}
68b0114
Requires: python3-%{name}
Balint Cristian 242a816
Balint Cristian 242a816
%description demo
Balint Cristian 242a816
Demo application and sample vector datas distributed with the Mapnik
b1e7894
spatial visualization library.
b1e7894
Balint Cristian 242a816
Balint Cristian 242a816
%prep
7b20854
%setup -q -n mapnik-v%{version} -a 1 -a 2
7b20854
%autopatch -p1
59af822
rm -rf test/data test/data-visual
7b20854
mv test-data-%{version} test/data
7b20854
mv test-data-visual-%{version} test/data-visual
273d5e6
iconv -f iso8859-1 -t utf-8 demo/data/COPYRIGHT.txt > COPYRIGHT.conv && mv -f COPYRIGHT.conv demo/data/COPYRIGHT.txt
68b0114
sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|' demo/python/rundemo.py
68b0114
sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/python3|' demo/simple-renderer/render.py
54c87e1
sed -i -e 's|+init=||' test/data/*_maps/*.xml
54c87e1
sed -i -e 's|+init=||' test/data-visual/styles/*.xml
b62a35c
rm -rf deps/mapnik/sparsehash deps/mapbox/variant
b1e7894
Balint Cristian eb597ea
Balint Cristian 242a816
%build
Balint Cristian 242a816
e439edb
# start with default compiler flags
6d0840f
local_optflags="%{optflags}"
e439edb
a59a004
# configure mapnik
26024fc
PROJ_LIB=%{_datadir}/proj \
26024fc
GDAL_DATA=$(gdal-config --datadir) \
4fc5827
scons configure FAST=True \
4fc5827
                DESTDIR=%{buildroot} \
a59a004
                PREFIX=%{_prefix} \
b1e7894
                FULL_LIB_PATH=False \
273d5e6
                SYSTEM_FONTS=%{_datadir}/fonts \
31a6ba3
                LIBDIR_SCHEMA=%{_lib} \
e439edb
                CUSTOM_CFLAGS="${local_optflags}" \
e439edb
                CUSTOM_CXXFLAGS="${local_optflags}" \
4bf19b0
                OPTIMIZATION=2 \
4644eec
                SVG2PNG=True \
273d5e6
                DEMO=False \
5211dba
                XMLPARSER=libxml2 \
b1e7894
                INPUT_PLUGINS=csv,gdal,geojson,ogr,pgraster,postgis,raster,shape,sqlite,topojson
a59a004
a59a004
# build mapnik
8de4ffe
scons
Balint Cristian 242a816
Balint Cristian 5c65ea7
# build mapnik viewer app
Balint Cristian 5c65ea7
pushd demo/viewer
c417f66
  %qmake_qt5 viewer.pro
e439edb
  %make_build
Balint Cristian 5c65ea7
popd
Balint Cristian 5c65ea7
b1e7894
Balint Cristian 242a816
%install
Balint Cristian 242a816
a59a004
# install mapnik
a59a004
scons install
Balint Cristian 242a816
Balint Cristian 242a816
# get rid of fonts use external instead
Balint Cristian 242a816
rm -rf %{buildroot}%{_libdir}/%{name}/fonts
Balint Cristian 242a816
Balint Cristian 242a816
# install more utils
Balint Cristian 242a816
mkdir -p %{buildroot}%{_bindir}
Balint Cristian 5c65ea7
install -p -m 755 demo/viewer/viewer %{buildroot}%{_bindir}/
7b20854
install -p -m 644 %{SOURCE3} demo/data/
Balint Cristian 242a816
Balint Cristian eb597ea
# install pkgconfig file
Balint Cristian eb597ea
cat > %{name}.pc <
Balint Cristian eb597ea
prefix=%{_prefix}
Balint Cristian eb597ea
exec_prefix=%{_prefix}
Balint Cristian eb597ea
includedir=%{_includedir}
Balint Cristian eb597ea
Balint Cristian eb597ea
Name: %{name}
b1e7894
Description: %{summary}
Balint Cristian eb597ea
Version: %{version}
Balint Cristian eb597ea
Libs: -lmapnik
576fc0d
Cflags: -I\${includedir}/%{name}
Balint Cristian eb597ea
EOF
Balint Cristian eb597ea
b1e7894
mkdir -p %{buildroot}%{_datadir}/pkgconfig
b1e7894
install -p -m 644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig
Balint Cristian eb597ea
Balint Cristian 5c65ea7
# install desktop file
7b20854
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
Balint Cristian 5c65ea7
Balint Cristian 242a816
b1e7894
%check
4644eec
cd47585
# create and start a postgres instance
9a9e058
PGTESTS_LOCALE="C.UTF-8" %postgresql_tests_run
07356af
createdb template_postgis
07356af
psql -c "CREATE EXTENSION postgis" template_postgis
cd47585
31a6ba3
# run tests
9a9e058
LANG="C.UTF-8" make test
Balint Cristian 242a816
273d5e6
Balint Cristian 242a816
%files
b1e7894
%doc AUTHORS.md CHANGELOG.md README.md
b1e7894
%license COPYING
a59a004
%dir %{_libdir}/%{name}
a59a004
%dir %{_libdir}/%{name}/input
a59a004
%{_libdir}/%{name}/input/*.input
b1e7894
%{_libdir}/lib%{name}*.so.*
b1e7894
Balint Cristian 242a816
Balint Cristian 242a816
%files devel
Christopher Brown f289074
%doc docs/
Balint Cristian 242a816
%dir %{_includedir}/%{name}
Balint Cristian 242a816
%{_includedir}/%{name}/*
b1e7894
%{_libdir}/lib%{name}*.so
Balint Cristian eb597ea
%{_datadir}/pkgconfig/%{name}.pc
273d5e6
%{_bindir}/mapnik-config
Balint Cristian 242a816
Balint Cristian 242a816
882f244
%files static
882f244
%{_libdir}/lib%{name}*.a
882f244
882f244
Balint Cristian 242a816
%files utils
b1e7894
%{_bindir}/mapnik-index
b1e7894
%{_bindir}/mapnik-render
Balint Cristian 242a816
%{_bindir}/shapeindex
a59a004
%{_bindir}/svg2png
Balint Cristian 5c65ea7
%{_bindir}/viewer
781f090
%{_datadir}/applications/viewer.desktop
Balint Cristian 242a816
b1e7894
Balint Cristian 242a816
%files demo
Balint Cristian 242a816
%doc demo/c++
Balint Cristian 242a816
%doc demo/data
b1e7894
%doc demo/python
b1e7894
%doc demo/simple-renderer
b1e7894
%license demo/data/mapnik-data.license
b1e7894
Balint Cristian 242a816
Balint Cristian 242a816
%changelog
969b087
* Tue May 14 2024 Sandro Mani <manisandro@gmail.com> - 3.1.0-35
969b087
- Rebuild (gdal)
969b087
ffc3691
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 3.1.0-34
ffc3691
- Rebuild for ICU 74
ffc3691
534eb65
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-33
534eb65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
534eb65
287295a
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-32
287295a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
287295a
b87bc71
* Thu Jan 18 2024 Tom Hughes <tom@compton.nu> - 3.1.0-31
b87bc71
- Add patches for gcc 14 and libxml2 2.12.0
b87bc71
240acd4
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 3.1.0-30
240acd4
- Rebuilt for Boost 1.83
240acd4
59bf147
* Wed Nov 15 2023 Sandro Mani <manisandro@gmail.com> - 3.1.0-29
59bf147
- Rebuild (gdal)
59bf147
85c7f55
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-28
85c7f55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
85c7f55
9b1a292
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 3.1.0-27
9b1a292
- Rebuilt for ICU 73.2
9b1a292
83d44cb
* Thu May 11 2023 Sandro Mani <manisandro@gmail.com> - 3.1.0-26
83d44cb
- Rebuild (gdal)
83d44cb
27461f9
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 3.1.0-25
27461f9
- Rebuilt for Boost 1.81
27461f9
df38c53
* Mon Jan 23 2023 Tom Hughes <tom@compton.nu> - 3.1.0-24
df38c53
- Add missing cstdint include
df38c53
6448a8b
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-23
6448a8b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
6448a8b
7140000
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.1.0-22
7140000
- Rebuild for ICU 72
7140000
87cdb8b
* Sat Nov 12 2022 Sandro Mani <manisandro@gmail.com> - 3.1.0-21
87cdb8b
- Rebuild (gdal)
87cdb8b
6c97f7c
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.1.0-20
6c97f7c
- Rebuilt for ICU 71.1
6c97f7c
a38f424
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-19
a38f424
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
a38f424
65dbcbe
* Sat May 21 2022 Sandro Mani <manisandro@gmail.com> - 3.1.0-18
65dbcbe
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
65dbcbe
146e316
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 3.1.0-17
146e316
- Rebuilt for Boost 1.78
146e316
7b7b999
* Thu Mar 10 2022 Sandro Mani <manisandro@gmail.com> - 3.1.0-16
7b7b999
- Rebuild for proj-9.0.0
7b7b999
2314697
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-15
2314697
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2314697
66da790
* Thu Nov 11 2021 Sandro Mani <manisandro@gmail.com> - 3.1.0-14
66da790
- Rebuild (gdal)
66da790
1e4bcc3
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 3.1.0-13
1e4bcc3
- Rebuilt for Boost 1.76
1e4bcc3
6b99416
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-12
6b99416
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
6b99416
d8f73cd
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 3.1.0-11
d8f73cd
- Rebuild for ICU 69
d8f73cd
8f16f1b
* Fri May 07 2021 Sandro Mani <manisandro@gmail.com> - 3.1.0-10
8f16f1b
- Rebuild (gdal)
8f16f1b
df8716d
* Wed Mar 31 2021 Jonathan Wakely <jwakely@redhat.com> - 3.1.0-9
df8716d
- Rebuilt for removed libstdc++ symbols (#1937698)
df8716d
5506cd6
* Wed Mar 24 2021 Tom Hughes <tom@compton.nu> - 3.1.0-8
5506cd6
- Update proj API patch with latest upstream changes
5506cd6
9359870
* Thu Mar 18 2021 Tom Hughes <tom@compton.nu> - 3.1.0-7
9359870
- Update proj API patch with latest upstream changes
9359870
c417f66
* Tue Mar  9 2021 Tom Hughes <tom@compton.nu> - 3.1.0-6
c417f66
- Update proj API patch with latest upstream changes
c417f66
59bec9d
* Sun Mar 07 2021 Sandro Mani <manisandro@gmail.com> - 3.1.0-5
59bec9d
- Rebuild (proj)
59bec9d
fb67ba9
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 3.1.0-4
fb67ba9
- rebuild for libpq ABI fix rhbz#1908268
fb67ba9
414728c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-3
414728c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
414728c
df7246b
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 3.1.0-2
df7246b
- Rebuilt for Boost 1.75
df7246b
14eee82
* Fri Jan  8 2021 Tom Hughes <tom@compton.nu> - 3.1.0-1
14eee82
- Update to 3.1.0 upstream release
14eee82
c6cb3c8
* Tue Jan  5 2021 Tom Hughes <tom@compton.nu> - 3.0.24-1
c6cb3c8
- Update to 3.0.24 upstream release
c6cb3c8
7e98737
* Fri Nov  6 22:44:58 CET 2020 Sandro Mani <manisandro@gmail.com> - 3.0.23-7
7e98737
- Rebuild (proj, gdal)
7e98737
26981ab
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.23-6
26981ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
26981ab
5aa07a2
* Tue Jun  2 2020 Tom Hughes <tom@compton.nu> - 3.0.23-5
5aa07a2
- Add patch for boost 1.73 support
5aa07a2
ea28270
* Thu May 21 2020 Sandro Mani <manisandro@gmail.com> - 3.0.23-4
ea28270
- Rebuild (gdal)
ea28270
85bd430
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 3.0.23-3
85bd430
- Rebuild for ICU 67
85bd430
3b97825
* Tue Mar 03 2020 Sandro Mani <manisandro@gmail.com> - 3.0.23-2
3b97825
- Rebuild (gdal)
3b97825
605d216
* Mon Mar  2 2020 Tom Hughes <tom@compton.nu> - 3.0.23-1
605d216
- Update to 3.0.23 upstream release
605d216
fa4f81f
* Fri Jan 31 2020 Tom Hughes <tom@compton.nu> - 3.0.22-8
ffa62bd
- Enable use of legacy proj API
fa4f81f
- Drop proj-epsg requires
fa4f81f
2033252
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.22-7
2033252
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2033252
fc1e368
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.22-6
fc1e368
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fc1e368
4fc5827
* Mon Jun 24 2019 Tom Hughes <tom@compton.nu> - 3.0.22-5
4fc5827
- Workaround build breaking change in scons 3.0.5
4fc5827
39b2028
* Tue Feb  5 2019 Tom Hughes <tom@compton.nu> - 3.0.22-4
39b2028
- Rebuilt for proj 5
39b2028
b42e687
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.22-3
b42e687
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b42e687
6ffb67b
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 3.0.22-2
6ffb67b
- Rebuilt for Boost 1.69
6ffb67b
cc9bd26
* Tue Jan 22 2019 Tom Hughes <tom@compton.nu> - 3.0.22-1
cc9bd26
- Update to 3.0.22 upstream release
cc9bd26
9a9e058
* Tue Nov  6 2018 Tom Hughes <tom@compton.nu> - 3.0.21-2
9a9e058
- Replace en_US.UTF-8 with C.UTF-8
9a9e058
de9c9b2
* Mon Oct  8 2018 Tom Hughes <tom@compton.nu> - 3.0.21-1
de9c9b2
- Update to 3.0.21 upstream release
de9c9b2
07356af
* Mon Aug 27 2018 Tom Hughes <tom@compton.nu> - 3.0.20-6
07356af
- Rebuild for GDAL 2.3
07356af
- Use new postgres test macro
07356af
7aa22c2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.20-5
7aa22c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7aa22c2
d47c180
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 3.0.20-4
d47c180
- Rebuild for ICU 62
d47c180
8018b1f
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 3.0.20-3
8018b1f
- Rebuild for ICU 61.1
8018b1f
59af822
* Sun Apr 15 2018 Tom Hughes <tom@compton.nu> - 3.0.20-1
59af822
- Update to 3.0.20 upstream release
59af822
4a478a1
* Tue Mar  6 2018 Tom Hughes <tom@compton.nu> - 3.0.19-1
4a478a1
- Update to 3.0.19 upstream release
4a478a1
6d0840f
* Mon Feb 26 2018 Tom Hughes <tom@compton.nu> - 3.0.18-5
6d0840f
- Re-enable tree-vrp optimisation
6d0840f
db3c7fb
* Tue Feb 13 2018 Tom Hughes <tom@compton.nu> - 3.0.18-4
b1e446d
- Define PROJ_LIB and GDAL_DATA
6d0840f
- Disable tree-vrp optimisation
db3c7fb
e4f0d0d
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.18-3
e4f0d0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e4f0d0d
5a4cc91
* Tue Jan 30 2018 Tom Hughes <tom@compton.nu> - 3.0.18-2
5a4cc91
- Drop ldconfig scriptlets
5a4cc91
dfd9403
* Sat Jan 27 2018 Tom Hughes <tom@compton.nu> - 3.0.18-1
dfd9403
- Update to 3.0.18 upstream release
dfd9403
2931776
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 3.0.17-3
2931776
- Rebuilt for Boost 1.66
2931776
133b394
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 3.0.17-2
133b394
- Rebuild for ICU 60.1
133b394
8dcf37d
* Thu Nov 30 2017 Tom Hughes <tom@compton.nu> - 3.0.17-1
8dcf37d
- Update to 3.0.17 upstream release
8dcf37d
9fecea1
* Mon Nov 20 2017 Tom Hughes <tom@compton.nu> - 3.0.16-2
9fecea1
- Drop libagg require from pkgconfig file
9fecea1
38534ab
* Mon Nov 20 2017 Tom Hughes <tom@compton.nu> - 3.0.16-1
38534ab
- Update to 3.0.16 upstream release
38534ab
4b54b77
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.15-4
4b54b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4b54b77
d1511bd
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.15-3
d1511bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d1511bd
46f887a
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 3.0.15-2
46f887a
- Rebuilt for Boost 1.64
46f887a
de814e9
* Fri Jun 16 2017 Tom Hughes <tom@compton.nu> - 3.0.15-1
de814e9
- Update to 3.0.15 upstream release
de814e9
0be4cbe
* Wed Jun 14 2017 Tom Hughes <tom@compton.nu> - 3.0.14-1
0be4cbe
- Update to 3.0.14 upstream release
0be4cbe
bfc2f4e
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.13-6
bfc2f4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
bfc2f4e
0074149
* Thu May  4 2017 Tom Hughes <tom@compton.nu> - 3.0.13-5
0074149
- Require mapbox-variant-devel
0074149
b62a35c
* Thu May  4 2017 Tom Hughes <tom@compton.nu> - 3.0.13-4
b62a35c
- Rebuild for ARM ABI fix
b62a35c
- Unbundle mapbox-variant
b62a35c
1f2e0e7
* Sat Apr  8 2017 Tom Hughes <tom@compton.nu> - 3.0.13-3
1f2e0e7
- Revert to default compiler flags on armv7hl
1f2e0e7
bb81ae9
* Wed Feb 15 2017 Tom Hughes <tom@compton.nu> - 3.0.13-2
bb81ae9
- Disable problematic optimisation on armv7hl
bb81ae9
12c0a7d
* Tue Feb 14 2017 Tom Hughes <tom@compton.nu> - 3.0.13-1
12c0a7d
- Update to 3.0.13 upstream release
12c0a7d
e5d4a92
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-6
e5d4a92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e5d4a92
372065d
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 3.0.12-5
372065d
- Rebuild (libwebp)
372065d
6f44b6b
* Wed Jan 25 2017 Tom Hughes <tom@compton.nu> - 3.0.12-4
6f44b6b
- Rebuild for proj 4.9.3
6f44b6b
a16032d
* Thu Nov 17 2016 Tom Hughes <tom@compton.nu> - 3.0.12-3
a16032d
- Add patch for postgis 2.3 support
a16032d
a8c84bc
* Tue Nov 15 2016 Tom Hughes <tom@compton.nu> - 3.0.12-2
a8c84bc
- Exclude big endian architectures as mapnik does not support them
6799f46
- Reduce debugging on 32 bit mips platforms to save memory
a8c84bc
7b20854
* Thu Sep  8 2016 Tom Hughes <tom@compton.nu> - 3.0.12-1
7b20854
- Update to 3.0.12 upstream release
7b20854
9649df2
* Tue May 17 2016 Jonathan Wakely <jwakely@redhat.com> - 3.0.10-4
9649df2
- Rebuilt for linker errors in boost (#1331983)
9649df2
9876c8c
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 3.0.10-3
9876c8c
- rebuild for ICU 57.1
9876c8c
b880538
* Thu Apr  7 2016 Tom Hughes <tom@compton.nu> - 3.0.10-2
b880538
- Add patch for regression round-tripping empty strings
b37b612
- Require libxml2-devel from mapnik-devel
b880538
d089fd4
* Wed Mar  2 2016 Tom Hughes <tom@compton.nu> - 3.0.10-1
d089fd4
- Add upstream patch to reduce compile time memory usage
134533b
- Re-enable debugging on x86 and arm
d089fd4
89ae5ae
* Sat Feb 27 2016 Tom Hughes <tom@compton.nu> - 3.0.10-1
89ae5ae
- Update to 3.0.10 upstream release
89ae5ae
8727cd1
* Sat Feb 13 2016 Tom Hughes <tom@compton.nu> - 3.0.9-13
8727cd1
- Build with -ffloat-store on x86
8727cd1
e439edb
* Tue Feb  2 2016 Tom Hughes <tom@compton.nu> - 3.0.9-12
134533b
- Disable debugging on x86 and arm to stop koji running out of memory
e439edb
Rex Dieter cf6163d
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.0.9-12
e439edb
- Use %%qmake_qt4 macro to ensure proper build flags
Rex Dieter cf6163d
4bf19b0
* Sat Jan 30 2016 Tom Hughes <tom@compton.nu> - 3.0.9-11
4bf19b0
- Rebuild with correct compiler flags
4bf19b0
680ef69
* Thu Jan 28 2016 Tom Hughes <tom@compton.nu> - 3.0.9-10
680ef69
- Rebuild for gcc 6
680ef69
273d5e6
* Tue Jan 26 2016 Tom Hughes <tom@compton.nu> - 3.0.9-9
273d5e6
- Remove %%defattr and fix various rpmlint issues
273d5e6
3bf52e8
* Fri Jan 22 2016 Tom Hughes <tom@compton.nu> - 3.0.9-8
3bf52e8
- Rebuild for boost 1.60.0
3bf52e8
78ebc8d
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 3.0.9-7
78ebc8d
- Rebuilt for libwebp soname bump
78ebc8d
d88e1bc
* Fri Dec 11 2015 Tom Hughes <tom@compton.nu> - 3.0.9-6
d88e1bc
- Remove version from python-mapnik dependency
d88e1bc
8de4ffe
* Thu Dec 10 2015 Tom Hughes <tom@compton.nu> - 3.0.9-5
8de4ffe
- Don't do parallel builds as it uses too much memory on ARM builders
8de4ffe
- Correct mapnik-python require
8de4ffe
027e0c2
* Sun Dec  6 2015 Tom Hughes <tom@compton.nu> - 3.0.9-4
027e0c2
- Allow minor image differences
027e0c2
5211dba
* Mon Nov 30 2015 Tom Hughes <tom@compton.nu> - 3.0.9-3
5211dba
- Build with libxml2 as the XML parser so entities work
5211dba
cd47585
* Fri Nov 27 2015 Tom Hughes <tom@compton.nu> - 3.0.9-2
cd47585
- Provide a postgres instance for the tests
cd47585
b892b3c
* Fri Nov 27 2015 Tom Hughes <tom@compton.nu> - 3.0.9-1
b892b3c
- Update to 3.0.9 upstream release
b892b3c
6aab92e
* Tue Nov 24 2015 Tom Hughes <tom@compton.nu> - 3.0.8-4
6aab92e
- Update various dependencies
6aab92e
c452055
* Mon Nov 23 2015 Tom Hughes <tom@compton.nu> - 3.0.8-3
c452055
- Add patch to fix infinite loop in shapeindex
c452055
882f244
* Sun Nov 22 2015 Tom Hughes <tom@compton.nu> - 3.0.8-2
882f244
- Install bundled agg headers
882f244
- Package static libraries in a subpackage
882f244
- Disable all visual tests on non x86_64 machines
882f244
b1e7894
* Sun Nov 22 2015 Tom Hughes <tom@compton.nu> - 3.0.8-1
b1e7894
- Update to 3.0.8 upstream release
b1e7894
- Drop mapnik-python subpackage
b1e7894
- Enable geojson, pgraster and topojson input plugins
b1e7894
- Disable osm plugin
b1e7894
8008961
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 2.2.1-0.11.20150127git0639d54
8008961
- rebuild for ICU 56.1
8008961
cda21ef
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 2.2.1-0.10.20150127git0639d54
cda21ef
- Rebuilt for Boost 1.59
cda21ef
aa9eb46
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-0.9.20150127git0639d54
aa9eb46
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
aa9eb46
e72f698
* Mon Jul 27 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.8.20150127git0639d54
e72f698
- Rebuild for boost 1.58.0
e72f698
f7b423f
* Mon Jul 27 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.7.20150127git0639d54
f7b423f
- Rebuild for gdal 2.0.0
f7b423f
38ebbd6
* Fri Jul 24 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.6.20150127git0639d54
38ebbd6
- Rebuild for boost 1.58.0
38ebbd6
07c6182
* Sat Jul 18 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.5.20150127git0639d54
07c6182
- Rebuild for boost 1.58.0
07c6182
d5c3109
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-0.4.20150127git0639d54
d5c3109
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d5c3109
3b3167b
* Fri Apr 24 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.3.20150127git0639d54
3b3167b
- Rebuild for C++ ABI change
3b3167b
50eeb7a
* Thu Mar 12 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.2.20150127git0639d54
50eeb7a
- Rebuild for libproj soname change
50eeb7a
14409cf
* Tue Jan 27 2015 Tom Hughes <tom@compton.nu> - 2.2.1-0.1.20150127git0639d54
14409cf
- Update to 2.2.1 prerelease snapshot for boost 1.57 support
14409cf
Petr Machata 0abf737
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 2.2.0-14
Petr Machata 0abf737
- Rebuild for boost 1.57.0
Petr Machata 0abf737
02b8c1a
* Wed Oct 22 2014 Tom Hughes <tom@compton.nu> - 2.2.0-13
02b8c1a
- Rebuild for polyclipping 6.2.0
02b8c1a
47c9fc7
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 2.2.0-12
47c9fc7
- rebuild for ICU 53.1
47c9fc7
46443e2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-11
46443e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
46443e2
10ab763
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-10
10ab763
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
10ab763
Petr Machata 0485f28
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 2.2.0-9
Petr Machata 0485f28
- Rebuild for boost 1.55.0
Petr Machata 0485f28
c71bca5
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 2.2.0-8
c71bca5
- rebuild for boost 1.55.0
c71bca5
b4d7fe8
* Fri Mar  7 2014 Tom Hughes <tom@compton.nu> - 2.2.0-7
b4d7fe8
- Rebuild for polyclipping 6.1.3a
b4d7fe8
9a03666
* Thu Feb 13 2014 Tom Hughes <tom@compton.nu> - 2.2.0-6
9a03666
- Rebuild for icu 52.1
9a03666
daf5b7c
* Tue Aug 27 2013 Orion Poplawski <orion@cora.nwra.com> - 2.2.0-5
daf5b7c
- Rebuild for gdal 1.10.0
daf5b7c
c0ac660
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-4
c0ac660
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c0ac660
Petr Machata 960c0ec
* Sat Jul 27 2013 pmachata@redhat.com - 2.2.0-3
Petr Machata 960c0ec
- Rebuild for boost 1.54.0
Petr Machata 960c0ec
4644eec
* Thu Jun 27 2013 Tom Hughes <tom@compton.nu> - 2.2.0-2
4644eec
- Get the tests running properly
4644eec
- Enable osm input plugin
4644eec
- Compile with correct optimisation flags
4644eec
31a6ba3
* Wed Jun  5 2013 Tom Hughes <tom@compton.nu> - 2.2.0-1
31a6ba3
- Update to 2.2.0 upstream release
31a6ba3
a59a004
* Sun May 19 2013 Tom Hughes <tom@compton.nu> - 2.1.0-1
a59a004
- Update to 2.1.0 upstream release
a59a004
- BuildRequire libcurl-devel for the osm plugin
a59a004
- Filter out provides from the plugins
a59a004
b483ab9
* Fri May 17 2013 Tom Hughes <tom@compton.nu> - 2.0.0-14
b483ab9
- Rebuild for libpng 1.6.2
b483ab9
781f090
* Thu Feb 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.0-13
781f090
- Remove --vendor from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
781f090
0b47e91
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2.0.0-12
0b47e91
- Rebuild for Boost-1.53.0
0b47e91
ff0dae6
* Sun Feb 03 2013 Kevin Fenzi <kevin@scrye.com> - 2.0.0-11
ff0dae6
- Rebuild for broken deps in rawhide
ff0dae6
Adam Tkac 6c2abf9
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.0.0-10
Adam Tkac 6c2abf9
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 6c2abf9
ba99e61
* Wed Jan 02 2013 Dan Horák <dan[at]danny.cz> - 2.0.0-9
ba99e61
- fix build on big-endian arches and additional 64-bit arches
ba99e61
5fdea13
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.0.0-8
5fdea13
- rebuild against new libjpeg
5fdea13
17d29c0
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> - 2.0.0-7
17d29c0
- Rebuild for new boost
17d29c0
94d4f8d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-6
94d4f8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
94d4f8d
7d72d64
* Tue Jun 05 2012 Caolán McNamara <caolanm@redhat.com> - 2.0.0-5
7d72d64
- Rebuild for new icu soname bump
7d72d64
fdba4d8
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-4
fdba4d8
- Rebuilt for c++ ABI breakage
fdba4d8
2b09582
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
2b09582
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2b09582
500383a
* Fri Dec 23 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0.0-2
500383a
- Add proj-devel to devel package requires
500383a
- Drop ancient fedora 11 conditionals
500383a
Alex Lancaster f6795d0
* Tue Nov 22 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.0.0-1
Alex Lancaster f6795d0
- Update to upstream 2.0.0
Alex Lancaster f6795d0
- Namespace is "mapnik2".
Alex Lancaster f6795d0
- Add some new binaries to main package and python subpackage
Alex Lancaster f6795d0
- Add Requires for proj-epsg (#689201) so that tile rendering
Alex Lancaster f6795d0
  for OSM works out of the box
Alex Lancaster f6795d0
- Drop old patches
Alex Lancaster f6795d0
Alex Lancaster f6795d0
* Tue Nov 22 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.1-12
Alex Lancaster 0821ead
- Rebuild for new boost.
Alex Lancaster 0821ead
Alex Lancaster 550f831
* Mon Oct 17 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.1-11
Alex Lancaster 550f831
- Rebuild for new icu soname bump
Alex Lancaster 550f831
4341439
* Thu Jul 21 2011 Kevin Fenzi <kevin@scrye.com> - 0.7.1-10
4341439
- Rebuilt for boost 1.47.0 soname bump
4341439
Kalev Lember 6c08377
* Sun Apr 17 2011 Kalev Lember <kalev@smartlink.ee> - 0.7.1-9
Kalev Lember 6c08377
- Rebuilt for boost 1.46.1 soname bump
Kalev Lember 6c08377
31fa183
* Wed Feb  9 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.1-8
31fa183
- Backport and modify upstream changeset to build against newer boost (1.46)
31fa183
- Also modify demo/viewer patch accordingly
31fa183
48bd5e3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-7
48bd5e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
48bd5e3
Bill Nottingham a850bed
* Wed Jul 28 2010 Bill Nottingham <notting@redhat.com> - 0.7.1-6
Bill Nottingham a850bed
- Rebuilt for boost 1.44, again
Bill Nottingham a850bed
db903e5
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 0.7.1-5
db903e5
- Rebuilt for boost 1.44
db903e5
8ab190e
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.7.1-4
8ab190e
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
8ab190e
Christopher Brown a2774f5
* Sat Jul  3 2010 Christopher Brown <snecklifter@gmail.com> - 0.7.1-3
Christopher Brown a2774f5
- Update to 0.7.1
Christopher Brown a2774f5
Caolan McNamara f6a908c
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 0.7.0-3
Caolan McNamara f6a908c
- rebuild for icu 4.4
Caolan McNamara f6a908c
838dfb0
* Sat Feb 20 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.0-2
838dfb0
- Add patch to fix implicit linking fixes FTBFS #564720
838dfb0
  (http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking)
838dfb0
04a3d3c
* Sun Jan 24 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.0-1
04a3d3c
- Update to 0.7.0
04a3d3c
- Rebase mapnik-build-viewer patch against 0.7.0
04a3d3c
- aggdepends patch no longer seems necessary
04a3d3c
aee86dd
* Sat Jan 16 2010 Stepan Kasal <skasal@redhat.com> - 0.6.1-5
aee86dd
- rebuild against new boost
aee86dd
Christopher Brown fbceba1
* Sun Nov 29 2009 Christopher Brown <snecklifter@gmail.com> - 0.6.1-4
Christopher Brown fbceba1
- Add gcc-c++ BuildRequires and bump to build again
Christopher Brown fbceba1
576fc0d
* Sat Sep 12 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.1-3
576fc0d
- fix mapnik to properly link to libagg (caolanm)
576fc0d
- fix pkgconfig file (caolanm)
576fc0d
Christopher Brown f289074
* Fri Aug  7 2009 Christopher Brown <snecker[AT]fedoraproject.org> - 0.6.1-1
Christopher Brown f289074
- Update to 0.6.1
Christopher Brown f289074
- Add mapnik-build-viewer.patch
Christopher Brown f289074
- Drop use-system-fonts.patch as scons provides this
Christopher Brown f289074
- Drop mapnik-0.5.2-gcc44.patch as the code is now good for gcc44
e19156d
e202878
* Sat Jun 20 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.5.2-0.13.svn780
e202878
- Require individual dejavu font packages
e202878
07dcfb2
* Tue Mar 24 2009 Alex Lancaster <alexlan[AT] fedoraproject org> - 0.5.2-0.12.svn780
07dcfb2
- Add patch for compiling against GCC 4.4
07dcfb2
- Fix file list for Python
07dcfb2
- Fix font Requires: dejavu-fonts-compat and macro
07dcfb2
eb0c755
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-0.11.svn780
eb0c755
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
eb0c755
Balint Cristian 737c393
* Sat Jan 03 2009 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.10.svn780
Balint Cristian 737c393
- fix > fc11 fonts requirement
Balint Cristian 737c393
- new CVS
Balint Cristian 737c393
Balint Cristian 18653a8
* Sun Dec 07 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.9.svn738
Balint Cristian 18653a8
- fix fonts for F11
Balint Cristian 18653a8
840f9b2
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.5.2-0.8.svn738
840f9b2
- Rebuild for Python 2.6
840f9b2
Balint Cristian cab037e
* Thu Oct 09 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.7.svn738
Balint Cristian cab037e
- require desktop-utils in koji
Balint Cristian cab037e
Balint Cristian bde5302
* Wed Oct 08 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.6.svn738
Balint Cristian bde5302
- fix self dependency build for viewer
Balint Cristian bde5302
Balint Cristian 5c65ea7
* Wed Oct 08 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.5.svn738
Balint Cristian 5c65ea7
- enable viewer application for mapnik's xml templates
Balint Cristian 5c65ea7
- exclude viewer from demo than
Balint Cristian 5c65ea7
Balint Cristian eb597ea
* Wed Sep 24 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.4.svn738
Balint Cristian eb597ea
- use relative path in a demo file
Balint Cristian eb597ea
- enable mapnik.pc
Balint Cristian eb597ea
Balint Cristian a74146a
* Fri Sep 12 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.3.svn738
Balint Cristian a74146a
- enable libicu wrap
Balint Cristian a74146a
Balint Cristian 5f365b1
* Fri Sep 12 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.2.svn738
Balint Cristian 5f365b1
- fix koji build
Balint Cristian 5f365b1
- disable smp build with upstream scons
Balint Cristian 5f365b1
Balint Cristian 4f7850f
* Thu Sep 11 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.2-0.1.svn738
Balint Cristian 4f7850f
- new cvs snapshot, x86_64 should work for now
Balint Cristian 4f7850f
- new cairo dep added
Balint Cristian 4f7850f
Balint Cristian 242a816
* Mon Aug 25 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.1-4
Balint Cristian 242a816
- License of demo is GPLv2+ GeoGratis
Balint Cristian 242a816
Balint Cristian 242a816
* Fri Jul 25 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.1-3
Balint Cristian 242a816
- fix perms in -demo
Balint Cristian 242a816
- fix demo folder ownership
Balint Cristian 242a816
Balint Cristian 242a816
* Wed Jul 23 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.1-2
Balint Cristian 242a816
- new demo subpackage
Balint Cristian 242a816
- demo and python subpackages have GPLv2+ license
Balint Cristian 242a816
- fix dependency for python ogc server
Balint Cristian 242a816
- *.input plugins will stay in _libdir instead
Balint Cristian 242a816
- fix linkage over plugins
Balint Cristian 242a816
Balint Cristian 242a816
* Sun Jul 06 2008 Balint Cristian <rezso@rdsor.ro> - 0.5.1-1
Balint Cristian 242a816
- the license of mapnik is LGPLv2+
Balint Cristian 242a816
- release is now 0.5.1 from upstream stable
Balint Cristian 242a816
- fix explicit library dependency requirement
Balint Cristian 242a816
- fix library dependency for -devel requirement
Balint Cristian 242a816
- fix library dependency for -python requirement
Balint Cristian 242a816
- fix to use fedora specific compile flag
Balint Cristian 242a816
- fix to use external agg-devel library as shared
Balint Cristian 242a816
- make sure get rid of internal tinyxml and agg chunks
Balint Cristian 242a816
- use libxml2 by default instead of tinyxml
Balint Cristian 242a816
- use macros everywhere in specfile
Balint Cristian 242a816
- use external fedora dejavu fonts insted, get rid of local one
Balint Cristian 242a816
- place tool binaries in _bindir
Balint Cristian 242a816
- add check section and run testsuite, they should pass
Balint Cristian 242a816
- add one python tool
Balint Cristian 242a816
- build and add doxygen docs
Balint Cristian 242a816
- fix multilib issue
Balint Cristian 242a816
- fix UTF-8 and some spurious permission
Balint Cristian 242a816
- include local copied web license of some demo data
Balint Cristian 242a816
- rpmlint should print zarro bugs