[nodejs-bson] Update to 0.2.9

tdawson tdawson at fedoraproject.org
Fri Jun 13 15:15:02 UTC 2014


commit 849b0db081ea1d5379e6e3e44941f73736baebf1
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jun 13 10:14:58 2014 -0500

    Update to 0.2.9

 .gitignore       |    1 +
 nodejs-bson.spec |    7 +++++--
 sources          |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e58baf2..ed722ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /bson-0.2.6.tgz
 /bson-0.2.7.tgz
 /bson-0.2.8.tgz
+/bson-0.2.9.tgz
diff --git a/nodejs-bson.spec b/nodejs-bson.spec
index f6e5ec6..a60d732 100644
--- a/nodejs-bson.spec
+++ b/nodejs-bson.spec
@@ -7,8 +7,8 @@
 
 Summary:       A bson parser for node.js and the browser
 Name:          nodejs-%{npm_name}
-Version:       0.2.8
-Release:       3%{?dist}
+Version:       0.2.9
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           https://github.com/mongodb/js-bson
@@ -60,6 +60,9 @@ nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri Jun 13 2014 Troy Dawson <tdawson at redhat.com> - 0.2.9-1
+- Update to 0.2.9
+
 * Mon Jun 09 2014 Troy Dawson <tdawson at redhat.com> - 0.2.8-3
 - Fix for nan dependency
 
diff --git a/sources b/sources
index e14a971..b431169 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef53c83fb3af6f10750ec0afe8d3e9d2  bson-0.2.8.tgz
+737856391d21da0db5c6bd806610ca9a  bson-0.2.9.tgz


More information about the scm-commits mailing list