[carto] Fix underscore version

Jamie Nguyen jamielinux at fedoraproject.org
Sun Apr 20 15:40:44 UTC 2014


commit c02900148e051d3158bdc8a568c023c13e115b4e
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Apr 20 16:40:26 2014 +0100

    Fix underscore version

 carto.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/carto.spec b/carto.spec
index 4127667..5170152 100644
--- a/carto.spec
+++ b/carto.spec
@@ -2,7 +2,7 @@
 
 Name:           carto
 Version:        0.9.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mapnik style sheet compiler
 
 License:        ASL 2.0
@@ -29,7 +29,7 @@ flexibility.
 %prep
 %setup -q -n carto-%{commit}
 %nodejs_fixdep optimist "~0.4.0"
-%nodejs_fixdep underscore "~1.5.1"
+%nodejs_fixdep underscore "~1.6"
 rm -rf node_modules
 
 
@@ -60,6 +60,9 @@ cp -p man/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.9.6-2
+- fix version of npm(underscore) dependency
+
 * Wed Apr 16 2014 Tom Hughes <tom at compton.nu> - 0.9.6-1
 - Update to 0.9.6 upstream release
 - Switch to source from github to get tests


More information about the scm-commits mailing list