[nodejs-bson] Updated to latest release

tdawson tdawson at fedoraproject.org
Wed Feb 25 21:07:25 UTC 2015


commit df942c6234f990e6f119eea80c9502e17ff92707
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Feb 25 15:07:21 2015 -0600

    Updated to latest release

 .gitignore       | 1 +
 nodejs-bson.spec | 7 +++++--
 sources          | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a683c1..9056c09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /bson-0.2.9.tgz
 /bson-0.2.15.tgz
 /bson-0.2.18.tgz
+/bson-0.2.19.tgz
diff --git a/nodejs-bson.spec b/nodejs-bson.spec
index a0490b1..eb94360 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.18
+Version:       0.2.19
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -56,10 +56,13 @@ nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node
 %endif
 
 %files
-%doc README.md
+%doc HISTORY LICENSE README.md
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Wed Feb 25 2015 Troy Dawson <tdawson at redhat.com> - 0.2.19-1
+- Updated to latest release
+
 * Thu Jan 22 2015 Troy Dawson <tdawson at redhat.com> - 0.2.18-1
 - Updated to latest release
 
diff --git a/sources b/sources
index 19d589a..a4f9d07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df1f622561155d15bfc38bcc8980d3f9  bson-0.2.18.tgz
+abe2ad2b4e36e03903acf28b6a83e220  bson-0.2.19.tgz


More information about the scm-commits mailing list