[nodejs-mongodb] Update to version 1.4.2

tdawson tdawson at fedoraproject.org
Mon Apr 21 16:44:07 UTC 2014


commit 0d0dd1e60125a7eb5d52cb85459df9ad27a3d573
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Apr 21 11:43:57 2014 -0500

    Update to version 1.4.2

 .gitignore          |    1 +
 nodejs-mongodb.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 372557f..c94279c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mongodb-1.3.19.tgz
 /mongodb-1.3.23.tgz
+/mongodb-1.4.2.tgz
diff --git a/nodejs-mongodb.spec b/nodejs-mongodb.spec
index 9f98e78..044658c 100644
--- a/nodejs-mongodb.spec
+++ b/nodejs-mongodb.spec
@@ -4,7 +4,7 @@
 
 Summary:       A node driver for MongoDB
 Name:          nodejs-%{npm_name}
-Version:       1.3.23
+Version:       1.4.2
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -27,7 +27,7 @@ the library for ruby at http://github.com/mongodb/mongo-ruby-driver
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
-cp -pr index.js lib package.json t.js %{buildroot}%{nodejs_sitelib}/%{npm_name}
+cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
 
 #Cleanup permissions
 chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.js
@@ -38,6 +38,9 @@ chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.json
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Mon Apr 21 2014 Troy Dawson <tdawson at redhat.com> - 1.4.2-1
+- Update to version 1.4.2
+
 * Thu Feb 06 2014 Troy Dawson <tdawson at redhat.com> - 1.3.23-1
 - Update to version 1.3.23
 - add nodejs exclusive arch
diff --git a/sources b/sources
index dbb776a..185fa31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9fc266e423ab8fcf30201c29610aa63  mongodb-1.3.23.tgz
+0e75e9404a6995789bbc6387eddb0d69  mongodb-1.4.2.tgz


More information about the scm-commits mailing list