[nodejs-millstone] Fix srs dependency

Tom Hughes tomh at fedoraproject.org
Fri May 2 14:25:29 UTC 2014


commit cf953e1eb6d429ed48c0e6c0a2d013a36d35fc42
Author: Tom Hughes <tom at compton.nu>
Date:   Fri May 2 14:07:41 2014 +0100

    Fix srs dependency

 nodejs-millstone.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-millstone.spec b/nodejs-millstone.spec
index 3e330d6..288eeb0 100644
--- a/nodejs-millstone.spec
+++ b/nodejs-millstone.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-millstone
 Version:        0.6.12
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Prepares data sources in an MML file for consumption in Mapnik
 
 License:        BSD
@@ -38,7 +38,12 @@ 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"
+<<<<<<< HEAD
 %nodejs_fixdep underscore "~1.6"
+=======
+%nodejs_fixdep srs "~0.4.0"
+%nodejs_fixdep underscore "~1.5.1"
+>>>>>>> Fix srs dependency
 %nodejs_fixdep zipfile "~0.5.0"
 rm -rf node_modules
 
@@ -65,6 +70,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
 
 
 %changelog
+* Fri May  2 2014 Tom Hughes <tom at compton.nu> - 0.6.12-4
+- Fix srs dependency
+
 * Fri Apr 18 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.6.12-3
 - fix version of npm(underscore) dependency
 


More information about the scm-commits mailing list