[nodejs-async/f18] new upstream release 0.2.4

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 9 01:14:44 UTC 2013


commit b2effe8175aa59036fc4a7ac44d3f82e8f028b29
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Feb 8 18:14:20 2013 -0700

    new upstream release 0.2.4

 .gitignore        |    1 +
 nodejs-async.spec |    9 ++++++---
 sources           |    1 +
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48e8215..a0c6083 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /async-0.1.22.tgz
+/async-0.2.4.tgz
diff --git a/nodejs-async.spec b/nodejs-async.spec
index 1609838..e617721 100644
--- a/nodejs-async.spec
+++ b/nodejs-async.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-async
-Version:        0.1.22
-Release:        3%{?dist}
+Version:        0.2.4
+Release:        1%{?dist}
 Summary:        Higher-order functions and common patterns for asynchronous code
 BuildArch:      noarch
 
@@ -32,7 +32,7 @@ callback as the last argument of your async function.
 %install
 rm -rf %buildroot
 mkdir -p %{buildroot}%{nodejs_sitelib}/async
-cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/async
+cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/async
 
 #has commands for testing in Makefile and package.json but no actual tests??
 #also requires nodeunit which isn't packaged yet
@@ -48,6 +48,9 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.4-1
+- new upstream release 0.2.4
+
 * Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.22-3
 - add missing build section
 
diff --git a/sources b/sources
index 5d03185..72fae90 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 5189fe6248a510d600c25e7d4b49ddba  async-0.1.22.tgz
+d9dc4f1324c9d3f405d2ce79612d511c  async-0.2.4.tgz


More information about the scm-commits mailing list