[nodejs-nan] Updated to latest release

tdawson tdawson at fedoraproject.org
Fri Jan 23 22:41:27 UTC 2015


commit 01c6c9467317f711c5744cbd24a3c9d04f5047f4
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jan 23 16:41:56 2015 -0600

    Updated to latest release

 .gitignore      |    1 +
 nodejs-nan.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e50c6ad..e02c672 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /nan-1.0.0.tgz
 /nan-1.2.0.tgz
 /nan-1.3.0.tgz
+/nan-1.5.1.tgz
diff --git a/nodejs-nan.spec b/nodejs-nan.spec
index aebdb40..f709284 100644
--- a/nodejs-nan.spec
+++ b/nodejs-nan.spec
@@ -4,7 +4,7 @@
 
 Summary:       Native Abstractions for Node.js 
 Name:          nodejs-%{npm_name}
-Version:       1.3.0
+Version:       1.5.1
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
@@ -40,12 +40,12 @@ NODE_MODULE_VERSION and get yourself into a macro-tangle.
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}@1
-cp -pr include_dirs.js nan.h package.json  %{buildroot}%{nodejs_sitelib}/%{npm_name}@1
+cp -pr include_dirs.js nan*.h package.json  %{buildroot}%{nodejs_sitelib}/%{npm_name}@1
 
 ln -sf nan at 1 %{buildroot}%{nodejs_sitelib}/%{npm_name}
 
 %files
-%doc LICENSE README.md
+%doc CHANGELOG.md LICENSE.md README.md
 %{nodejs_sitelib}/%{npm_name}
 %{nodejs_sitelib}/%{npm_name}@1
 
@@ -67,6 +67,9 @@ if st and st.type == "directory" then
 end
 
 %changelog
+* Thu Jan 22 2015 Troy Dawson <tdawson at redhat.com> - 1.5.1-1
+- Updated to latest release
+
 * Fri Oct 24 2014 Troy Dawson <tdawson at redhat.com> - 1.3.0-1
 - Updated to latest release
 
diff --git a/sources b/sources
index 1063ea7..ce4b17a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0bd707e8317c16455f98080e457e490  nan-1.3.0.tgz
+374b1d900654ac7c72a43f88e45b903e  nan-1.5.1.tgz


More information about the scm-commits mailing list