[nodejs-npm-registry-client/f18] fix request dep

T.C. Hollingsworth patches at fedoraproject.org
Wed Mar 13 07:40:37 UTC 2013


commit c8e8dfe330a07f6c07ac6a52d98e208a727b52e8
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Mar 13 00:40:21 2013 -0700

    fix request dep

 .gitignore                      |    1 +
 nodejs-npm-registry-client.spec |   12 +++++++++---
 sources                         |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9155d0..e3b4fdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /npm-registry-client-0.2.11.tgz
 /npm-registry-client-0.2.13.tgz
 /npm-registry-client-0.2.15.tgz
+/npm-registry-client-0.2.18.tgz
diff --git a/nodejs-npm-registry-client.spec b/nodejs-npm-registry-client.spec
index 692e542..f3731f1 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.15
-Release:        1%{?dist}
+Version:        0.2.18
+Release:        2%{?dist}
 Summary:        Client for the npm registry
 BuildArch:      noarch
 
@@ -18,7 +18,7 @@ Client for the npm registry, or private servers using the npm registry software.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep request '2.12.x'
+%nodejs_fixdep request '2.x'
 
 %build
 #nothing to do
@@ -39,6 +39,12 @@ rm -rf %buildroot
 %doc README.md LICENSE
 
 %changelog
+* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.18-2
+- fix request dep
+
+* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.18-1
+- new upstream release 0.2.18
+
 * Wed Feb 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.15-1
 - new upstream release 0.2.15
 - graceful-fs dep good now
diff --git a/sources b/sources
index 37632c2..2ec3672 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 d02b062e6b45058c95ee50e6bba27a09  npm-registry-client-0.2.11.tgz
 ce84e22e14a0d706d537f9fd21f0c85b  npm-registry-client-0.2.13.tgz
 99f8e8871ffefd4f8fd7d1c1091e5bf5  npm-registry-client-0.2.15.tgz
+abb6717b1ef92dfcdb1208a9b6f6e3b1  npm-registry-client-0.2.18.tgz


More information about the scm-commits mailing list