[nodejs-form-data/f18] fix combined-stream dep for 0.0.4

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 9 19:42:51 UTC 2013


commit 0a73f0bb19d0d31f47a74acf807a39121082a857
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Feb 9 12:42:26 2013 -0700

    fix combined-stream dep for 0.0.4

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


More information about the scm-commits mailing list