[nodejs-tilelive] Apply optimist patch

Tom Hughes tomh at fedoraproject.org
Wed May 29 15:36:28 UTC 2013


commit 8d4c1cb17dffe873bed7137339c5e06594faa0b9
Author: Tom Hughes <tom at compton.nu>
Date:   Wed May 29 16:36:16 2013 +0100

    Apply optimist patch

 nodejs-tilelive.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-tilelive.spec b/nodejs-tilelive.spec
index 93e638e..1b6e5a0 100644
--- a/nodejs-tilelive.spec
+++ b/nodejs-tilelive.spec
@@ -2,7 +2,7 @@
 
 Name:           nodejs-tilelive
 Version:        4.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Frontend for various tile backends, mapnik and mbtiles
 
 License:        BSD
@@ -33,6 +33,7 @@ an API to interact with implementations for a particular tile store.
 %prep
 %setup -q -n package
 %patch0 -p1 -b .underscore
+%patch1 -p1 -b .optimist
 rm -rf node_modules
 
 
@@ -61,9 +62,12 @@ ln -sf %{nodejs_sitelib}/tilelive/bin/copy %{buildroot}/%{_bindir}/tilelive-copy
 
 
 %changelog
+* Wed May 29 2013 Tom Hughes <tom at compton.nu> - 4.4.3-3
+- Apply optimist patch
+
 * Sun May 26 2013 Tom Hughes <tom at compton.nu> - 4.4.3-2
-- Correct path in tilelive-copy link.
-- Update optimist dependency.
+- Correct path in tilelive-copy link
+- Update optimist dependency
 
 * Mon Apr 29 2013 Tom Hughes <tom at compton.nu> - 4.4.3-1
 - Update to 4.4.3 upstream release


More information about the scm-commits mailing list