From 4aa267eb9c72b046d05af254fbc5174d3d4c666e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Aug 24 2015 07:40:29 +0000 Subject: Update to 0.15.0 upstream release --- diff --git a/.gitignore b/.gitignore index 83d53a4..581bfe1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /carto-481a0fc4062946e521f35a0d1580d1c72b9bf688.tar.gz /carto-fe770630bbd429e70e0b99283f51f9d341613a09.tar.gz /carto-3629b2a0340acfc136b3381cb3af0b3e02d004ea.tar.gz +/carto-0.15.0.tar.gz diff --git a/carto.spec b/carto.spec index a8791c7..fca6da1 100644 --- a/carto.spec +++ b/carto.spec @@ -1,13 +1,11 @@ -%global commit 3629b2a0340acfc136b3381cb3af0b3e02d004ea - Name: carto -Version: 0.14.1 -Release: 3%{?dist} +Version: 0.15.0 +Release: 1%{?dist} Summary: Mapnik style sheet compiler License: ASL 2.0 URL: https://github.com/mapbox/carto -Source0: https://github.com/mapbox/carto/archive/%{commit}/carto-%{commit}.tar.gz +Source0: https://github.com/mapbox/carto/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -27,8 +25,7 @@ flexibility. %prep -%setup -q -n carto-%{commit} -%nodejs_fixdep mapnik-reference "^8.0.0" +%setup -q -n carto-%{version} %nodejs_fixdep optimist "~0.4.0" rm -rf node_modules @@ -61,6 +58,9 @@ cp -p man/*.1 %{buildroot}%{_mandir}/man1 %changelog +* Mon Aug 24 2015 Tom Hughes - 0.15.0-1 +- Update to 0.15.0 upstream release + * Wed Jun 17 2015 Fedora Release Engineering - 0.14.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 60a0896..81f47e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3d7e69d42b4620124d07b0a83aa66c2 carto-3629b2a0340acfc136b3381cb3af0b3e02d004ea.tar.gz +7df7e84ef5c0689acf5329c7f522e85c carto-0.15.0.tar.gz