d5f7fce
%global mapnik_version 3.0.20
1761b53
%global mapnik_vector_tile_version 1.6.1
f6b04af
%global protozero_version 1.5.1
f6b04af
5a62c3c
Name:           nodejs-mapnik
d5f7fce
Version:        3.7.2
8300a9b
Release:        12%{?dist}
5a62c3c
Summary:        Bindings to Mapnik tile rendering library for Node.js
5a62c3c
5a62c3c
License:        BSD
5a62c3c
URL:            https://github.com/mapnik/node-mapnik
36df313
Source0:        https://github.com/mapnik/node-mapnik/archive/v%{version}/%{name}-%{version}.tar.gz
2168be5
# Disable use of binary builds via pre-gyp
eaef427
Patch0:         nodejs-mapnik-pregyp.patch
f6b04af
# Build against system libraries
f6b04af
Patch1:         nodejs-mapnik-system-libraries.patch
eaef427
# Relax some tests (https://github.com/mapnik/node-mapnik/issues/569)
824147d
Patch2:         nodejs-mapnik-relax-tests.patch
f6b04af
# Use modules from the global namespace
e9b3e44
Patch3:         nodejs-mapnik-global-namespace.patch
1761b53
# Patch some test differences for boost 1.66.0
1761b53
Patch4:         nodejs-mapnik-boost.patch
06a3880
# Patch for Node 10.x support
06a3880
#  https://github.com/mapnik/node-mapnik/commit/a8e9226a918eaaac0bf015274d638f3f3ebf68fb
06a3880
#  https://github.com/mapnik/node-mapnik/pull/878
06a3880
Patch5:         nodejs-mapnik-node10.patch
2efcf53
# Patch some test differences for gdal 2.3.x
2efcf53
Patch6:         nodejs-mapnik-gdal.patch
d621202
# Patch for Node 11.x support
d621202
#  https://github.com/mapnik/node-mapnik/pull/922
d621202
Patch7:         nodejs-mapnik-node12.patch
6dbd97d
# Patch for proj 6.x support
6dbd97d
Patch8:         nodejs-mapnik-proj6.patch
90fffbf
5a62c3c
ExclusiveArch:  %{nodejs_arches}
5a62c3c
a50022d
# Exclude big endian architectures as mapnik does not support them
a50022d
# https://github.com/mapnik/mapnik/issues/2313
a50022d
# https://bugzilla.redhat.com/show_bug.cgi?id=1395208
a50022d
ExcludeArch:    ppc64 s390x
a50022d
eaef427
# Bundled version is forked, and includes patches that only work
eaef427
# when it is compiled as part of another project with defines that
eaef427
# change types to match those in the surrounding project
eaef427
Provides:       bundled(polyclipping) = 6.4.0
eaef427
1761b53
BuildRequires:  git-core
5a62c3c
BuildRequires:  nodejs-devel
5a62c3c
BuildRequires:  node-gyp
f6b04af
BuildRequires:  mapnik-devel >= %{mapnik_version}
f6b04af
BuildRequires:  mapnik-static >= %{mapnik_version}
f6b04af
BuildRequires:  protozero-devel >= %{protozero_version}
f6b04af
BuildRequires:  protozero-static >= %{protozero_version}
5a62c3c
BuildRequires:  boost-devel
5a62c3c
BuildRequires:  libicu-devel
5a62c3c
BuildRequires:  freetype-devel
5a62c3c
BuildRequires:  sparsehash-devel
5a62c3c
BuildRequires:  cairo-devel
5a62c3c
BuildRequires:  polyclipping-devel
5a62c3c
BuildRequires:  protobuf-lite-devel
5a62c3c
BuildRequires:  libtool-ltdl-devel
1784b82
BuildRequires:  libxml2-devel
f6b04af
BuildRequires:  npm(mapnik-vector-tile) >= %{mapnik_vector_tile_version}
5a62c3c
eaef427
BuildRequires:  mapnik-utils
5a62c3c
BuildRequires:  npm(mocha)
5a62c3c
BuildRequires:  npm(sphericalmercator)
1761b53
BuildRequires:  npm(nan) >= 2.8.0
5a62c3c
1e66c68
%{?nodejs_default_filter}
1e66c68
5a62c3c
%description
5a62c3c
%summary
5a62c3c
5a62c3c
5a62c3c
%prep
1761b53
%autosetup -S git -p 1 -n node-mapnik-%{version}
e54ca5a
%nodejs_fixdep --remove protozero
6ab055d
%nodejs_fixdep --dev --move nan
6ab055d
%nodejs_fixdep --dev --move mapnik-vector-tile
f6b04af
rm -rf deps node_modules
4434a31
echo '{}' > common.gypi
5a62c3c
5a62c3c
5a62c3c
%build
78581f1
%nodejs_symlink_deps --build
824147d
ls -l node_modules
e9b3e44
%ifarch aarch64 ppc64le
cf18d9f
export CXXFLAGS="%{optflags} -O1"
cf18d9f
%else
6ab055d
export CXXFLAGS="%{optflags}"
cf18d9f
%endif
eaef427
export LDFLAGS="%{?__global_ldflags}"
1761b53
node-gyp configure -- -Denable_sse=false -Dmodule_name=mapnik -Dmodule_path=lib/binding
5ec76d3
node-gyp build
1761b53
mkdir -p lib/binding
f6b04af
cp -p build/lib/binding/mapnik.node lib/binding
1761b53
echo "
1761b53
module.exports.paths = {
1761b53
    'fonts':         '$(mapnik-config --fonts)',
1761b53
    'input_plugins': '$(mapnik-config --input-plugins)',
1761b53
    'mapnik_index':  '$(which mapnik-index)',
1761b53
    'shape_index':   '$(which shapeindex)'
1761b53
};
1761b53
module.exports.env = {
1761b53
    'ICU_DATA':      '$(mapnik-config --icu-data)',
1761b53
    'GDAL_DATA':     '$(mapnik-config --gdal-data)',
1761b53
    'PROJ_LIB':      '$(mapnik-config --proj-lib)'
1761b53
};
1761b53
" > lib/binding/mapnik_settings.js
5a62c3c
5a62c3c
5a62c3c
%install
5a62c3c
mkdir -p %{buildroot}/%{nodejs_sitearch}/mapnik
5a62c3c
cp -pr package.json bin lib %{buildroot}/%{nodejs_sitearch}/mapnik
5a62c3c
mkdir -p %{buildroot}/%{_bindir}
5a62c3c
ln -s  %{nodejs_sitelib}/mapnik/bin/mapnik-inspect.js %{buildroot}/%{_bindir}/mapnik-inspect
5a62c3c
%nodejs_symlink_deps
5a62c3c
5a62c3c
eaef427
%check
eaef427
%nodejs_symlink_deps --check
1761b53
cat lib/binding/mapnik_settings.js
e54ca5a
%{nodejs_sitelib}/mocha/bin/mocha -R spec -t 10000
b2e45cb
b2e45cb
5a62c3c
%files
824147d
%doc README.md CHANGELOG.md CONTRIBUTING.md docs
eaef427
%license LICENSE.txt
5a62c3c
%{nodejs_sitearch}/mapnik
5a62c3c
%{_bindir}/mapnik-*
5a62c3c
5a62c3c
5a62c3c
%changelog
8300a9b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-12
8300a9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8300a9b
c0c471f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-11
c0c471f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c0c471f
b5622d6
* Fri Jun 14 2019 Tom Hughes <tom@compton.nu> - 3.7.2-10
b5622d6
- Rebuild for Node.js 12.4.0
b5622d6
6f82a33
* Tue Feb  5 2019 Tom Hughes <tom@compton.nu> - 3.7.2-9
6f82a33
- Rebuilt for proj 5
6f82a33
d55ada4
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-8
d55ada4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d55ada4
2efcf53
* Tue Jan 29 2019 Tom Hughes <tom@compton.nu> - 3.7.2-7
2efcf53
- Rebuilt for Boost 1.69
2efcf53
c5db8ef
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.2-6
c5db8ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c5db8ef
a174a9b
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 3.7.2-5
a174a9b
- Rebuild for ICU 62
a174a9b
442cbc8
* Fri Jun 22 2018 Tom Hughes <tom@compton.nu> - 3.7.2-4
67971b8
- Rebuild for Node.js 10.5.0
442cbc8
fc3a4fe
* Mon Apr 30 2018 Tom Hughes <tom@compton.nu> - 3.7.2-3
6f7e767
- Relax test thresholds for libwebp 1.0.0 changes
6f7e767
4b4ff99
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 3.7.2-2
4b4ff99
- Rebuild for ICU 61.1
4b4ff99
d5f7fce
* Sun Apr 22 2018 Tom Hughes <tom@compton.nu> - 3.7.2-1
d5f7fce
- Update to 3.7.2 upstream release
d5f7fce
6974847
* Tue Mar  6 2018 Tom Hughes <tom@compton.nu> - 3.7.1-2
6974847
- Rebuild against mapnik 3.0.19
6974847
9e106b0
* Sat Mar  3 2018 Tom Hughes <tom@compton.nu> - 3.7.1-1
9e106b0
- Update to 3.7.1 upstream release
9e106b0
1761b53
* Tue Feb 27 2018 Tom Hughes <tom@compton.nu> - 3.7.0-1
1761b53
- Update to 3.7.0 upstream release
1761b53
ceb27ae
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-7.1
ceb27ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ceb27ae
959f450
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 3.6.2-6.1
959f450
- Rebuild for ICU 60.1
959f450
9a387a1
* Thu Aug 10 2017 Tom Hughes <tom@compton.nu> - 3.6.2-5.1
9a387a1
- Rebuild for Node.js 8.3.0
9a387a1
7977f2e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-4.1
7977f2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7977f2e
93e900e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-3.1
93e900e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
93e900e
603f89f
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 3.6.2-2.1
603f89f
- Rebuilt for Boost 1.64
603f89f
601692d
* Wed Jun 28 2017 Tom Hughes <tom@compton.nu> - 3.6.2-1.1
601692d
- Rebuild for Node.js 8.1.2
601692d
77c18f8
* Wed Jun 21 2017 Tom Hughes <tom@compton.nu> - 3.6.2-1.{?dist}
77c18f8
- Update to 3.6.2 upstream release
77c18f8
b658ed5
* Fri Jun 16 2017 Tom Hughes <tom@compton.nu> - 3.6.1-2
b658ed5
- Rebuild against mapnik 3.0.15
b658ed5
e9b3e44
* Wed Jun 14 2017 Tom Hughes <tom@compton.nu> - 3.6.1-1
e9b3e44
- Update to 3.6.1 upstream release
e9b3e44
1a636d8
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-2
1a636d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
1a636d8
f6b04af
* Thu May  4 2017 Tom Hughes <tom@compton.nu> - 3.6.0-1
f6b04af
- Update to 3.6.0 upstream release
f6b04af
8336ba5
* Wed Feb 15 2017 Tom Hughes <tom@compton.nu> - 3.5.14-4
8336ba5
- Patch tests for change in mapnik 3.0.13
8336ba5
1e6efd9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.14-3
1e6efd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1e6efd9
a50022d
* Wed Nov 16 2016 Tom Hughes <tom@compton.nu> - 3.5.14-2
a50022d
- Exclude big endian architectures as mapnik does not support them
9aa5dad
- Disable some tests that are failing on ppc64le
a50022d
824147d
* Sat Sep 10 2016 Tom Hughes <tom@compton.nu> - 3.5.14-1
824147d
- Update to 3.5.14 upstream release
824147d
2c42283
* Mon Aug 29 2016 Tom Hughes <tom@compton.nu> - 3.5.12-3
2c42283
- Rebuild for Node.js 6.5.0
2c42283
3ba0bf3
* Mon Aug 22 2016 Tom Hughes <tom@compton.nu> - 3.5.12-2
216c52b
- Rebuild for Node.js 6.1.0 upgrade
216c52b
36df313
* Tue Apr 19 2016 Tom Hughes <tom@compton.nu> - 3.5.12-1
36df313
- Update to 3.5.12 upstream release
36df313
641a009
* Sat Apr 16 2016 Tom Hughes <tom@compton.nu> - 3.5.11-1
641a009
- Update to 3.5.11 upstream release
641a009
194f141
* Thu Apr 14 2016 Tom Hughes <tom@compton.nu> - 3.5.10-1
194f141
- Update to 3.5.10 upstream release
194f141
65ca52d
* Sun Apr 10 2016 Tom Hughes <tom@compton.nu> - 3.5.8-1
65ca52d
- Update to 3.5.8 upstream release
65ca52d
8492055
* Tue Mar 29 2016 Tom Hughes <tom@compton.nu> - 3.5.6-2
8492055
- Rebuild for Node.js 5.x
8492055
ff6252a
* Tue Mar 29 2016 Tom Hughes <tom@compton.nu> - 3.5.6-1
ff6252a
- Update to 3.5.6 upstream release
ff6252a
a023eb1
* Thu Mar 24 2016 Tom Hughes <tom@compton.nu> - 3.5.5-1
a023eb1
- Update to 3.5.5 upstream release
a023eb1
6370973
* Wed Mar 23 2016 Tom Hughes <tom@compton.nu> - 3.5.4-2
6370973
- Rebuild for Node.js 4.4.x
6370973
933be03
* Tue Mar 22 2016 Tom Hughes <tom@compton.nu> - 3.5.4-1
933be03
- Update to 3.5.4 upstream release
933be03
74ce2ef
* Thu Mar  3 2016 Tom Hughes <tom@compton.nu> - 3.5.2-1
74ce2ef
- Update to 3.5.2 upstream release
74ce2ef
e54ca5a
* Wed Mar  2 2016 Tom Hughes <tom@compton.nu> - 3.5.1-1
e54ca5a
- Update to 3.5.1 upstream release
e54ca5a
7d2f64f
* Sat Feb 13 2016 Tom Hughes <tom@compton.nu> - 3.4.16-5
7d2f64f
- Remove architecture specific test disablements
7d2f64f
1e4c9ab
* Wed Feb 10 2016 Tom Hughes <tom@compton.nu> - 3.4.16-4
1e4c9ab
- Rebuild for Node.js 4.3.x
1e4c9ab
6ab055d
* Tue Feb  2 2016 Tom Hughes <tom@compton.nu> - 3.4.16-3
6ab055d
- Remove -fno-if-conversion and patch floating point comparisons
6ab055d
9ba3262
* Sat Jan 30 2016 Tom Hughes <tom@compton.nu> - 3.4.16-2
9ba3262
- Add -fno-if-conversion to avoid gcc 6 bug
9ba3262
3f717d5
* Sat Jan 23 2016 Tom Hughes <tom@compton.nu> - 3.4.16-1
3f717d5
- Update to 3.4.16 upstream release
3f717d5
973d958
* Fri Jan 22 2016 Tom Hughes <tom@compton.nu> - 3.4.15-1
973d958
- Update to 3.4.15 upstream release
973d958
01c4457
* Thu Jan 21 2016 Tom Hughes <tom@compton.nu> - 3.4.14-1
01c4457
- Update to 3.4.14 upstream release
01c4457
4537f64
* Wed Jan 20 2016 Tom Hughes <tom@compton.nu> - 3.4.13-3
4537f64
- Rebuild for nodejs 4
4537f64
7ae92d3
* Fri Jan  8 2016 Tom Hughes <tom@compton.nu> - 3.4.13-2
7ae92d3
- Patch out node-pre-gyp correctly
7ae92d3
d6f037b
* Fri Jan  8 2016 Tom Hughes <tom@compton.nu> - 3.4.13-1
d6f037b
- Update to 3.4.13 upstream release
d6f037b
57ea5f5
* Wed Dec 30 2015 Tom Hughes <tom@compton.nu> - 3.4.12-3
57ea5f5
- Update expected output for libwebp 0.5.x
57ea5f5
294e0c6
* Wed Dec 23 2015 Tom Hughes <tom@compton.nu> - 3.4.12-2
294e0c6
- Rebuild for mapnik-vector-tile 0.14.2
294e0c6
da3bb9b
* Sat Dec 19 2015 Tom Hughes <tom@compton.nu> - 3.4.12-1
da3bb9b
- Update to 3.4.12 upstream release
da3bb9b
a9d5936
* Sun Dec  6 2015 Tom Hughes <tom@compton.nu> - 3.4.11-2
a9d5936
- Drop mapnik-render from bindir as mapnik now provides it
a9d5936
eaef427
* Sun Dec  6 2015 Tom Hughes <tom@compton.nu> - 3.4.11-1
eaef427
- Update to 3.4.11 upstream release
eaef427
ff3a387
* Fri Oct 30 2015 Tom Hughes <tom@compton.nu> - 1.4.17-11
ff3a387
- Rebuild for ICU 56.1
ff3a387
9d28fa1
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-10
9d28fa1
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
9d28fa1
6334175
* Fri Jul 24 2015 Tom Hughes <tom@compton.nu> - 1.4.17-9
6334175
- Rebuild for boost 1.58.0
6334175
458a528
* Sat Jul 18 2015 Tom Hughes <tom@compton.nu> - 1.4.17-8
458a528
- Rebuild for boost 1.58.0
458a528
7bd2eda
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.17-7
7bd2eda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7bd2eda
76610d3
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.17-6
76610d3
- Rebuilt for protobuf soname bump
76610d3
c0ee43d
* Wed Jan 28 2015 Tom Hughes <tom@compton.nu> - 1.4.17-5
c0ee43d
- Fixed to build with nan 1.6
c0ee43d
e42d715
* Wed Jan 28 2015 Tom Hughes <tom@compton.nu> - 1.4.17-4
e42d715
- Rebuild for boost 1.57.0
e42d715
Petr Machata cb556dc
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.4.17-3
Petr Machata cb556dc
- Rebuild for boost 1.57.0
Petr Machata cb556dc
a7e44a3
* Tue Oct 28 2014 Tom Hughes <tom@compton.nu> - 1.4.17-2
a7e44a3
- Loosen mapnik-vector-tile dependency
a7e44a3
90fffbf
* Tue Sep 30 2014 Tom Hughes <tom@compton.nu> - 1.4.17-1
90fffbf
- Update to 1.4.17 upstream release
90fffbf
cea974f
* Tue Aug 26 2014 Tom Hughes <tom@compton.nu> - 1.4.13-1
cea974f
- Update to 1.4.13 upstream release
cea974f
2168be5
* Mon Aug 18 2014 Tom Hughes <tom@compton.nu> - 1.4.12-1
2168be5
- Update to 1.4.12 upstream release
2168be5
092a468
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.10-2
092a468
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
092a468
78581f1
* Sun Jun 22 2014 Tom Hughes <tom@compton.nu> - 1.4.10-1
78581f1
- Update to 1.4.10 upstream release
78581f1
524c1b1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-2
524c1b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
524c1b1
4e8f6b5
* Mon May 26 2014 Tom Hughes <tom@compton.nu> - 1.4.5-1
4e8f6b5
- Update to 1.4.5 upstream release
4e8f6b5
Petr Machata be7f0e9
* Sat May 24 2014 Petr Machata <pmachata@redhat.com> - 1.4.4-2
Petr Machata be7f0e9
- Rebuild for boost 1.55.0
Petr Machata be7f0e9
7bd038c
* Fri May 23 2014 Tom Hughes <tom@compton.nu> - 1.4.4-1
7bd038c
- Update to 1.4.4 upstream release
7bd038c
5ec76d3
* Fri May  9 2014 Tom Hughes <tom@compton.nu> - 1.4.3-1
5ec76d3
- Update to 1.4.3 upstream release
5ec76d3
4674f8f
* Thu Apr  3 2014 Tom Hughes <tom@compton.nu> - 1.4.2-1
4674f8f
- Update to 1.4.2 upstream release
4674f8f
9b99e2a
* Mon Mar  3 2014 Tom Hughes <tom@compton.nu> - 1.4.0-2
9b99e2a
- Remove nodejs-pre-gyp dependency
9b99e2a
1c51fd0
* Sun Mar  2 2014 Tom Hughes <tom@compton.nu> - 1.4.0-1
1c51fd0
- Update to 1.4.0 upstream release
1c51fd0
- Switch to source from github as npm no longer includes tests
1c51fd0
a7c5861
* Fri Feb 28 2014 Tom Hughes <tom@compton.nu> - 1.3.4-1
a7c5861
- Update to 1.3.4 upstream release
a7c5861
219ce92
* Wed Feb 26 2014 Tom Hughes <tom@compton.nu> - 1.3.2-1
219ce92
- Update to 1.3.2 upstream release
219ce92
ffdc4a2
* Sat Feb 22 2014 Tom Hughes <tom@compton.nu> - 1.3.1-1
ffdc4a2
- Update to 1.3.1 upstream release
ffdc4a2
08b04d5
* Wed Feb 19 2014 Tom Hughes <tom@compton.nu> - 1.3.0-1
08b04d5
- Update to 1.3.0 upstream release
08b04d5
T.C. Hollingsworth c44d8f9
* Fri Feb 14 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.2.3-2
T.C. Hollingsworth c44d8f9
- rebuild for icu-53 (via v8)
T.C. Hollingsworth c44d8f9
d1e4152
* Fri Jan 10 2014 Tom Hughes <tom@compton.nu> - 1.2.3-1
d1e4152
- Update to 1.2.3 upstream release
d1e4152
aa6a58d
* Fri Nov  8 2013 Tom Hughes <tom@compton.nu> - 1.2.2-1
aa6a58d
- Update to 1.2.2 upstream release
aa6a58d
e7416a0
* Fri Sep 27 2013 Tom Hughes <tom@compton.nu> - 1.2.1-1
e7416a0
- Update to 1.2.1 upstream release
e7416a0
1e66c68
* Tue Sep 10 2013 Tom Hughes <tom@compton.nu> - 1.2.0-1
1e66c68
- Update to 1.2.0 upstream release
1e66c68
4434a31
* Mon Aug 26 2013 Tom Hughes <tom@compton.nu> - 1.1.3-2
4434a31
- Don't strip the compiled extension module
4434a31
0cc1b7a
* Fri Aug 16 2013 Tom Hughes <tom@compton.nu> - 1.1.3-1
0cc1b7a
- Update to 1.1.3 upstream release
0cc1b7a
4895371
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
4895371
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4895371
4caf7fc
* Tue Jul 30 2013 Tom Hughes <tom@compton.nu> - 1.1.2-1
4caf7fc
- Update to 1.1.2 upstream release
4caf7fc
Petr Machata e9e4118
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.1.0-3
Petr Machata e9e4118
- Rebuild for boost 1.54.0
Petr Machata e9e4118
da93c96
* Tue Jul 16 2013 Tom Hughes <tom@compton.nu> - 1.1.0-2
da93c96
- Correct system font paths
da93c96
53c1bdf
* Mon Jul 15 2013 Tom Hughes <tom@compton.nu> - 1.1.0-1
53c1bdf
- Update to 1.1.0 upstream release
53c1bdf
- Remove mapnik-vector-tile from run time dependencies
53c1bdf
b2e45cb
* Tue Jul  9 2013 Tom Hughes <tom@compton.nu> - 1.0.0-2
b2e45cb
- Add upstream patch for numeric precision issue
b2e45cb
5a62c3c
* Fri Jul  5 2013 Tom Hughes <tom@compton.nu> - 1.0.0-1
5a62c3c
- Update to 1.0.0 upstream release
5a62c3c
5a62c3c
* Sun Feb 10 2013 Tom Hughes <tom@compton.nu> - 0.7.22-1
5a62c3c
- Initial build of 0.7.22