[nodejs-bindings] Update to upstream release 1.2.0

Jamie Nguyen jamielinux at fedoraproject.org
Sun Apr 20 13:27:26 UTC 2014


commit cc8de95d05e79d4a3a58553adf748aa642ea8173
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Apr 20 14:27:11 2014 +0100

    Update to upstream release 1.2.0

 .gitignore           |    1 +
 nodejs-bindings.spec |   12 ++++++++++--
 sources              |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed5767b..4b41c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /bindings-1.0.0.tgz
 /bindings-1.1.0.tgz
 /bindings-1.1.1.tgz
+/bindings-1.2.0.tgz
diff --git a/nodejs-bindings.spec b/nodejs-bindings.spec
index 06f8bea..404304e 100644
--- a/nodejs-bindings.spec
+++ b/nodejs-bindings.spec
@@ -1,7 +1,7 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:       nodejs-bindings
-Version:    1.1.1
+Version:    1.2.0
 Release:    1%{?dist}
 Summary:    Helper module for loading your native module's .node file
 # License text is included in README.md
@@ -9,10 +9,15 @@ License:    MIT
 Group:      System Environment/Libraries
 URL:        https://github.com/TooTallNate/node-bindings
 Source0:    http://registry.npmjs.org/bindings/-/bindings-%{version}.tgz
+
 BuildArch:  noarch
+%if 0%{?fedora} >= 19
 ExclusiveArch: %{nodejs_arches} noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
+%endif
 
-BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 
 %description
 This is a helper module for authors of Node.js native addon modules.
@@ -51,6 +56,9 @@ cp -pr package.json bindings.js \
 
 
 %changelog
+* Sun Apr 20 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.2.0-1
+- update to upstream release 1.2.0
+
 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.1-1
 - new upstream release 1.1.1
 
diff --git a/sources b/sources
index e58cd5f..439a6ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeff908749cb6d9952b073bbcc74ea7c  bindings-1.1.1.tgz
+b517a3c65318fd5e26bd7e0034124d19  bindings-1.2.0.tgz


More information about the scm-commits mailing list