[nodejs-w3cjs] fix superagent-proxy dep

Parag Nemade pnemade at fedoraproject.org
Thu Sep 25 15:12:25 UTC 2014


commit 93bf735250c1b3cd1ed7d45b2589bb914346c629
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Sep 25 20:42:12 2014 +0530

    fix superagent-proxy dep

 nodejs-w3cjs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-w3cjs.spec b/nodejs-w3cjs.spec
index d7f85c9..cc74cab 100644
--- a/nodejs-w3cjs.spec
+++ b/nodejs-w3cjs.spec
@@ -5,7 +5,7 @@
 
 Name:               nodejs-w3cjs
 Version:            0.1.25
-Release:            2%{?dist}
+Release:            3%{?dist}
 Summary:            A node.js module for using the w3c validator
 
 Group:              Development/Libraries
@@ -42,6 +42,7 @@ rm -rf node_modules/
 %nodejs_fixdep argparse ~0.x
 %nodejs_fixdep superagent ~0.x
 %nodejs_fixdep commander ~2.x
+%nodejs_fixdep superagent-proxy ~0.x
 
 
 %build
@@ -59,6 +60,9 @@ cp -pr package.json lib \
 %{nodejs_sitelib}/w3cjs/
 
 %changelog
+* Thu Sep 25 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.1.25-3
+- fix superagent-proxy dep
+
 * Sun Sep 21 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.25-2
 - fix commander dep
 


More information about the scm-commits mailing list