[nodejs-tilejson] Update tiletype dependency

Tom Hughes tomh at fedoraproject.org
Mon Dec 8 10:59:13 UTC 2014


commit 32ce5414ac1a4829f8d2d86d2e4481c405b476c7
Author: Tom Hughes <tom at compton.nu>
Date:   Mon Dec 8 10:56:22 2014 +0000

    Update tiletype dependency

 nodejs-tilejson.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-tilejson.spec b/nodejs-tilejson.spec
index 2965e9e..85d4109 100644
--- a/nodejs-tilejson.spec
+++ b/nodejs-tilejson.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-tilejson
 Version:        0.12.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tile source backend for online tile sources
 
 License:        BSD
@@ -28,6 +28,7 @@ BuildRequires:  npm(tiletype) >= 0.1.0
 %prep
 %setup -q -n package
 %patch0 -p1
+%nodejs_fixdep tiletype "^0.2.0"
 rm -rf node_modules
 
 
@@ -53,6 +54,9 @@ cp -pr package.json lib %{buildroot}/%{nodejs_sitelib}/tilejson
 
 
 %changelog
+* Mon Dec  8 2014 Tom Hughes <tom at compton.nu> - 0.12.0-2
+- Update tiletype dependency
+
 * Fri Dec  5 2014 Tom Hughes <tom at compton.nu> - 0.12.0-1
 - Update to 0.12.0 upstream release
 


More information about the scm-commits mailing list