[nodejs-form-data/f18] fix async dep for new version

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 9 01:16:27 UTC 2013


commit 57fe37b097085c071f5c4c9fbfdda508e3ae731b
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Feb 8 18:16:11 2013 -0700

    fix async dep for new version

 nodejs-form-data.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-form-data.spec b/nodejs-form-data.spec
index c8ec50c..7665858 100644
--- a/nodejs-form-data.spec
+++ b/nodejs-form-data.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-form-data
 Version:        0.0.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A module to create readable "multipart/form-data" streams
 BuildArch:      noarch
 
@@ -19,6 +19,8 @@ submit forms and file uploads to other web applications.
 %prep
 %setup -q -n package
 
+%nodejs_fixdep async '~0.2.4'
+
 %build
 #nothing to do
 
@@ -36,6 +38,9 @@ rm -rf %buildroot
 %doc License Readme.md
 
 %changelog
+* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-3
+- fix async dep for new version
+
 * Mon Jan 14 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-2
 - add missing dist macro to Release
 


More information about the scm-commits mailing list