[nodejs-mongodb] update to latest release

tdawson tdawson at fedoraproject.org
Thu Feb 6 23:20:36 UTC 2014


commit b72463f461e79be5d260b533b5ce47e379797729
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Feb 6 17:21:10 2014 -0600

    update to latest release

 .gitignore          |    1 +
 nodejs-mongodb.spec |   16 +++++++++++++---
 sources             |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d86db6b..372557f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mongodb-1.3.19.tgz
+/mongodb-1.3.23.tgz
diff --git a/nodejs-mongodb.spec b/nodejs-mongodb.spec
index 9fff2b8..9f98e78 100644
--- a/nodejs-mongodb.spec
+++ b/nodejs-mongodb.spec
@@ -1,15 +1,18 @@
 %global npm_name mongodb
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       A node driver for MongoDB
 Name:          nodejs-%{npm_name}
-Version:       1.3.19
-Release:       2%{?dist}
+Version:       1.3.23
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           https://github.com/mongodb/node-mongodb-native
 Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
 BuildRequires: nodejs-devel
 BuildArch:     noarch
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 
 %description
 This is a node driver for MongoDB. It's a port (or close to a port) of
@@ -35,9 +38,16 @@ chmod 644 %{buildroot}%{nodejs_sitelib}/%{npm_name}/*.json
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
-* Wed Jan 08 2014 Troy Dawson <tdawson at redhat.com> - 1.3.19-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
+
+* Wed Jan 08 2014 Troy Dawson <tdawson at redhat.com> - 1.3.19-3
 - Fix bson dependancy
 
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.19-2
+- add macro to invoke dependency generator on EL6
+
 * Thu Oct 03 2013 Troy Dawson <tdawson at redhat.com> - 1.3.19-1
 - Updated to version 1.3.19
 
diff --git a/sources b/sources
index 0e7c102..dbb776a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df7ef5e3aa5b23c618288d4550e417ce  mongodb-1.3.19.tgz
+f9fc266e423ab8fcf30201c29610aa63  mongodb-1.3.23.tgz


More information about the scm-commits mailing list