diff --git a/.gitignore b/.gitignore index e67dd3c..1ec75bb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /mapnik-vector-tile-0.3.1.tgz /mapnik-vector-tile-0.3.2.tgz /mapnik-vector-tile-0.3.3.tgz +/mapnik-vector-tile-0.3.4.tgz diff --git a/nodejs-mapnik-vector-tile.spec b/nodejs-mapnik-vector-tile.spec index cc795a5..65db4b9 100644 --- a/nodejs-mapnik-vector-tile.spec +++ b/nodejs-mapnik-vector-tile.spec @@ -1,7 +1,5 @@ -%global enable_tests 1 - Name: nodejs-mapnik-vector-tile -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Mapnik API for working with vector tiles @@ -14,7 +12,6 @@ ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging BuildRequires: protobuf-compiler -%if 0%{?enable_tests} BuildRequires: mapnik-devel >= 2.2.0 BuildRequires: boost-devel BuildRequires: cairo-devel @@ -23,7 +20,6 @@ BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: libicu-devel BuildRequires: protobuf-lite-devel -%endif %description A high performance library for working with vector tiles from the @@ -42,10 +38,8 @@ rm -rf node_modules make %{?_smp_mflags} -%if 0%{?enable_tests} %check make %{?_smp_mflags} test -%endif %install @@ -60,6 +54,9 @@ cp -pr package.json src %{buildroot}/%{nodejs_sitearch}/mapnik-vector-tile %changelog +* Wed Jan 8 2014 Tom Hughes - 0.3.4-1 +- Update to 0.3.4 upstream release + * Wed Nov 6 2013 Tom Hughes - 0.3.3-1 - Update to 0.3.3 upstream release diff --git a/sources b/sources index bdfb7a2..c41a340 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d3e983897ddfe199e22f5318f855481 mapnik-vector-tile-0.3.3.tgz +d3155c139f6b64d6e1f7da3ec62414e2 mapnik-vector-tile-0.3.4.tgz