[nodejs-nan] Update to version 1.0.0

tdawson tdawson at fedoraproject.org
Fri May 9 21:14:39 UTC 2014


commit b7ecaab7dad85ecfb15bca31bcaa59463f91e352
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri May 9 16:15:00 2014 -0500

    Update to version 1.0.0

 .gitignore      |    1 +
 nodejs-nan.spec |    5 ++++-
 sources         |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb5eeb6..ead7344 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nan-0.4.4.tgz
 /nan-0.8.0.tgz
+/nan-1.0.0.tgz
diff --git a/nodejs-nan.spec b/nodejs-nan.spec
index 738fdda..e6308ce 100644
--- a/nodejs-nan.spec
+++ b/nodejs-nan.spec
@@ -4,7 +4,7 @@
 
 Summary:       Native Abstractions for Node.js 
 Name:          nodejs-%{npm_name}
-Version:       0.8.0
+Version:       1.0.0
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       MIT
@@ -43,6 +43,9 @@ cp -pr include_dirs.js nan.h package.json  %{buildroot}%{nodejs_sitelib}/%{npm_n
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
+* Fri May 09 2014 Troy Dawson <tdawson at redhat.com> - 1.0.0-1
+- Update to version 1.0.0
+
 * Thu Feb 06 2014 Troy Dawson <tdawson at redhat.com> - 0.8.0-1
 - Update to version 0.8.0
 - add nodejs exclusive arch
diff --git a/sources b/sources
index 50dfc2d..e2846c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82ca5a957808d8bd33a1e60e37919eab  nan-0.8.0.tgz
+3eb52ff956a95641eaee61cd7a839517  nan-1.0.0.tgz


More information about the scm-commits mailing list