[nodejs-bson] Update to 0.2.8

tdawson tdawson at fedoraproject.org
Fri May 16 16:43:27 UTC 2014


commit 4cff4f7c72dad6208f1dd36e74b507ecf3b52b62
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri May 16 11:43:19 2014 -0500

     Update to 0.2.8

 .gitignore       |    1 +
 nodejs-bson.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a43a701..e58baf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /bson-0.2.5.tgz
 /bson-0.2.6.tgz
 /bson-0.2.7.tgz
+/bson-0.2.8.tgz
diff --git a/nodejs-bson.spec b/nodejs-bson.spec
index 30117f6..7437f3f 100644
--- a/nodejs-bson.spec
+++ b/nodejs-bson.spec
@@ -7,7 +7,7 @@
 
 Summary:       A bson parser for node.js and the browser
 Name:          nodejs-%{npm_name}
-Version:       0.2.7
+Version:       0.2.8
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -22,7 +22,7 @@ Source1:       nodejs-bson-test-0.2.5.tar.gz
 %endif
 BuildRequires: node-gyp
 BuildRequires: nodejs-devel
-BuildRequires: npm(nan) >= 0.8.0
+BuildRequires: npm(nan) >= 1.0.0
 %if 0%{?enable_tests}
 BuildRequires: npm(gleak)
 BuildRequires: npm(nodeunit)
@@ -59,9 +59,13 @@ nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri May 16 2014 Troy Dawson <tdawson at redhat.com> - 0.2.8-1
+- Update to 0.2.8
+- nan 1.0.0 or greater required for building
+
 * Wed Mar 05 2014 Troy Dawson <tdawson at redhat.com> - 0.2.7-1
 - Update to 0.2.7
-- nan 0.8.0 or greated required for building
+- nan 0.8.0 or greater required for building
 
 * Wed Feb 19 2014 Troy Dawson <tdawson at redhat.com> - 0.2.6-1
 - Update to version 0.2.6
diff --git a/sources b/sources
index db07d1f..e14a971 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54bd2ff7184eeb0c21d756659d3ceabc  bson-0.2.7.tgz
+ef53c83fb3af6f10750ec0afe8d3e9d2  bson-0.2.8.tgz


More information about the scm-commits mailing list