[nodejs-methods] Update to upstream release 0.1.0

Jamie Nguyen jamielinux at fedoraproject.org
Mon Feb 24 21:03:08 UTC 2014


commit 3aa382f5904cf4006f5e280f9c4f6a258eee6a19
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Feb 24 21:03:51 2014 +0000

    Update to upstream release 0.1.0

 .gitignore          |    1 +
 nodejs-methods.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c425fbf..5961b07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /methods-0.0.1.tgz
+/methods-0.1.0.tgz
diff --git a/nodejs-methods.spec b/nodejs-methods.spec
index e943977..c95dcfa 100644
--- a/nodejs-methods.spec
+++ b/nodejs-methods.spec
@@ -1,8 +1,8 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:       nodejs-methods
-Version:    0.0.1
-Release:    4%{?dist}
+Version:    0.1.0
+Release:    1%{?dist}
 Summary:    HTTP methods that node supports
 License:    MIT
 Group:      System Environment/Libraries
@@ -43,11 +43,14 @@ cp -pr package.json index.js \
 
 
 %files
-%doc LICENSE
+%doc History.md LICENSE Readme.md
 %{nodejs_sitelib}/methods
 
 
 %changelog
+* Mon Feb 24 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.1.0-1
+- update to upstream release 0.1.0
+
 * Sat Jul 27 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.0.1-4
 - restrict to compatible arches
 
diff --git a/sources b/sources
index 5e4d918..95bddfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15b55b0ad554b3aea304f194113de89d  methods-0.0.1.tgz
+59c1c5a1644448f99d09f8a01e160b2f  methods-0.1.0.tgz


More information about the scm-commits mailing list