[nodejs-millstone] Update to 0.6.1 upstream release

Tom Hughes tomh at fedoraproject.org
Fri Sep 20 08:16:40 UTC 2013


commit 0d514cc0c5f19bad3beb863feda5c9fe40f6d01e
Author: Tom Hughes <tom at compton.nu>
Date:   Fri Sep 20 09:16:08 2013 +0100

    Update to 0.6.1 upstream release

 .gitignore            |    1 +
 nodejs-millstone.spec |   12 ++++++++----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fb92e6..a05f866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /millstone-0.5.15.tgz
 /millstone-0.6.0.tgz
+/millstone-0.6.1.tgz
diff --git a/nodejs-millstone.spec b/nodejs-millstone.spec
index 096046d..3f110bb 100644
--- a/nodejs-millstone.spec
+++ b/nodejs-millstone.spec
@@ -1,17 +1,17 @@
 %global enable_tests 0
 
 Name:           nodejs-millstone
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        Prepares data sources in an MML file for consumption in Mapnik
 
 License:        BSD
-URL:            https://npmjs.org/package/millstone
+URL:            https://github.com/mapbox/millstone
 Source0:        http://registry.npmjs.org/millstone/-/millstone-%{version}.tgz
 BuildArch:      noarch
 ExclusiveArch:  %{nodejs_arches} noarch
 
-BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
 BuildRequires:  npm(mocha)
@@ -64,6 +64,10 @@ NODE_PATH=lib %{nodejs_sitelib}/mocha/bin/mocha -R spec --timeout 10000
 
 
 %changelog
+* Fri Sep 20 2013 Tom Hughes <tom at compton.nu> - 0.6.1-1
+- Update to 0.6.1 upstream release
+- Update to latest nodejs packaging standards
+
 * Mon Aug 12 2013 Tom Hughes <tom at compton.nu> - 0.6.0-2
 - Fix dependencies
 
diff --git a/sources b/sources
index 403c80d..cd683e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66cdbc8e4d4baff9fb7757c5cf600db4  millstone-0.6.0.tgz
+8ffdc11e6fac36b103e4a1c26ebb24f8  millstone-0.6.1.tgz


More information about the scm-commits mailing list