[nodejs-npm-registry-client/f18] fix graceful-fs dep for 1.2.0

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 9 01:18:57 UTC 2013


commit 75f89b5f0ea51face1f7f3b685045a89692def19
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Feb 8 18:18:41 2013 -0700

    fix graceful-fs dep for 1.2.0

 nodejs-npm-registry-client.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-npm-registry-client.spec b/nodejs-npm-registry-client.spec
index 62b82bf..1900991 100644
--- a/nodejs-npm-registry-client.spec
+++ b/nodejs-npm-registry-client.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-npm-registry-client
 Version:        0.2.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Client for the npm registry
 BuildArch:      noarch
 
@@ -18,7 +18,8 @@ Client for the npm registry, or private servers using the npm registry software.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep request
+%nodejs_fixdep request 2.12
+%nodejs_fixdep graceful-fs 1.2
 
 %build
 #nothing to do
@@ -39,6 +40,9 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.13-2
+- fix graceful-fs dep for 1.2.0
+
 * Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.13-1
 - new upstream release 0.2.13
 


More information about the scm-commits mailing list