[nodejs-millstone] fix underscore for 1.5.1

T.C. Hollingsworth patches at fedoraproject.org
Sun Jan 19 09:19:08 UTC 2014


commit 4fff3f7982fd3baabe8a5b4734f9edec098cd033
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 19 02:15:21 2014 -0700

    fix underscore for 1.5.1

 nodejs-millstone.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-millstone.spec b/nodejs-millstone.spec
index 8fd6194..5e52acc 100644
--- a/nodejs-millstone.spec
+++ b/nodejs-millstone.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-millstone
 Version:        0.6.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Prepares data sources in an MML file for consumption in Mapnik
 
 License:        BSD
@@ -38,7 +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.4.4"
+%nodejs_fixdep underscore "~1.5.1"
 rm -rf node_modules
 
 
@@ -64,6 +64,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
 
 
 %changelog
+* Sun Jan 19 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.6.8-2
+- fix underscore for 1.5.1
+
 * Wed Oct 30 2013 Tom Hughes <tom at compton.nu> - 0.6.8-1
 - Update to 0.6.8 upstream release
 


More information about the scm-commits mailing list