[nodejs-millstone] Update to 0.6.11 upstream release

Tom Hughes tomh at fedoraproject.org
Sat Feb 8 10:53:53 UTC 2014


commit 5aefe11f879864de1c08596822ae1d6c3bc6642e
Author: Tom Hughes <tom at compton.nu>
Date:   Sat Feb 8 10:53:42 2014 +0000

    Update to 0.6.11 upstream release

 .gitignore                   |    1 +
 nodejs-millstone-tests.patch |   68 ------------------------------------------
 nodejs-millstone.spec        |    8 ++--
 sources                      |    2 +-
 4 files changed, 6 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b39704b..a5f14a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /millstone-0.6.5.tgz
 /millstone-0.6.8.tgz
 /millstone-0.6.10.tgz
+/millstone-0.6.11.tgz
diff --git a/nodejs-millstone.spec b/nodejs-millstone.spec
index b5e7446..17044c2 100644
--- a/nodejs-millstone.spec
+++ b/nodejs-millstone.spec
@@ -1,15 +1,13 @@
 %global enable_tests 0
 
 Name:           nodejs-millstone
-Version:        0.6.10
+Version:        0.6.11
 Release:        1%{?dist}
 Summary:        Prepares data sources in an MML file for consumption in Mapnik
 
 License:        BSD
 URL:            https://github.com/mapbox/millstone
 Source0:        http://registry.npmjs.org/millstone/-/millstone-%{version}.tgz
-# Reported upstrem - https://github.com/mapbox/millstone/pull/113
-Patch0:         nodejs-millstone-tests.patch
 BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
 
@@ -38,7 +36,6 @@ flush can be used to clear the cache of a specific resource.
 
 %prep
 %setup -q -n package
-%patch0 -p1
 %nodejs_fixdep request "2.x"
 %nodejs_fixdep optimist "~0.4.0"
 rm -rf node_modules
@@ -66,6 +63,9 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
 
 
 %changelog
+* Sat Feb  8 2014 Tom Hughes <tom at compton.nu> - 0.6.11-1
+- Update to 0.6.11 upstream release
+
 * Thu Feb  6 2014 Tom Hughes <tom at compton.nu> - 0.6.10-1
 - Update to 0.6.10 upstream release
 
diff --git a/sources b/sources
index c6a8539..017b250 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b09c94fbb283b09ee365e5c8ccde52a  millstone-0.6.10.tgz
+128104f46b20c3611212f6bea2e58a9e  millstone-0.6.11.tgz


More information about the scm-commits mailing list