[nodejs-millstone] Fix underscore dependency

Tom Hughes tomh at fedoraproject.org
Thu Apr 17 16:47:51 UTC 2014


commit d66611d6bc156aa0ed248b5b1b48710e86960833
Author: Tom Hughes <tom at compton.nu>
Date:   Thu Apr 17 17:47:35 2014 +0100

    Fix underscore dependency

 nodejs-millstone.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-millstone.spec b/nodejs-millstone.spec
index 4284afe..301b314 100644
--- a/nodejs-millstone.spec
+++ b/nodejs-millstone.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-millstone
 Version:        0.6.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Prepares data sources in an MML file for consumption in Mapnik
 
 License:        BSD
@@ -38,6 +38,7 @@ flush can be used to clear the cache of a specific resource.
 %setup -q -n package
 %nodejs_fixdep request "2.x"
 %nodejs_fixdep optimist "~0.4.0"
+%nodejs_fixdep underscore "~1.5.1"
 %nodejs_fixdep zipfile "~0.5.0"
 rm -rf node_modules
 
@@ -64,6 +65,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
 
 
 %changelog
+* Thu Apr 17 2014 Tom Hughes <tom at compton.nu> - 0.6.12-2
+- Fix underscore dependency
+
 * Wed Apr 16 2014 Tom Hughes <tom at compton.nu> - 0.6.12-1
 - Update to 0.6.12 upstream release
 


More information about the scm-commits mailing list