[carto] Fix mapnik-reference dependency

Tom Hughes tomh at fedoraproject.org
Mon Apr 28 14:25:57 UTC 2014


commit 313efcc994e95a92e55887c9b003997c70ab001d
Author: Tom Hughes <tom at compton.nu>
Date:   Mon Apr 28 15:25:50 2014 +0100

    Fix mapnik-reference dependency

 carto.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/carto.spec b/carto.spec
index 5170152..5a35c29 100644
--- a/carto.spec
+++ b/carto.spec
@@ -2,7 +2,7 @@
 
 Name:           carto
 Version:        0.9.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Mapnik style sheet compiler
 
 License:        ASL 2.0
@@ -28,6 +28,7 @@ flexibility.
 
 %prep
 %setup -q -n carto-%{commit}
+%nodejs_fixdep carto "~5.0.8"
 %nodejs_fixdep optimist "~0.4.0"
 %nodejs_fixdep underscore "~1.6"
 rm -rf node_modules
@@ -60,6 +61,9 @@ cp -p man/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Mon Apr 28 2014 Tom Hughes <tom at compton.nu> - 0.9.6-3
+- Fix mapnik-reference dependency
+
 * Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.9.6-2
 - fix version of npm(underscore) dependency
 


More information about the scm-commits mailing list