[npm/f19] new upstream release 1.2.17

T.C. Hollingsworth patches at fedoraproject.org
Wed Apr 3 22:36:12 UTC 2013


commit d27b22a0855ffd3a373fb9e4c3f05f9cd16b446a
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Apr 3 15:35:08 2013 -0700

    new upstream release 1.2.17

 npm.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/npm.spec b/npm.spec
index a44554e..2139313 100644
--- a/npm.spec
+++ b/npm.spec
@@ -1,6 +1,6 @@
 Name:       npm
-Version:    1.2.14
-Release:    2%{?dist}
+Version:    1.2.17
+Release:    1%{?dist}
 Summary:    Node.js Package Manager
 License:    MITNFA
 Group:      Development/Tools
@@ -18,9 +18,12 @@ node programs. It manages dependencies and does other cool stuff.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep lru-cache 2.2.x
-%nodejs_fixdep init-package-json '~0.0.7'
-%nodejs_fixdep node-gyp '~0.9.1'
+%nodejs_fixdep lru-cache 2.3.x
+%nodejs_fixdep init-package-json 0.0.x
+%nodejs_fixdep read-package-json 0.3.x
+
+#this is only necessary on windows
+%nodejs_fixdep -r cmd-shim
 
 #remove bundled modules
 rm -rf node_modules
@@ -94,6 +97,9 @@ rm -rf %{buildroot}
 %doc AUTHORS doc/* html README.md LICENSE
 
 %changelog
+* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.17-1
+- new upstream release 1.2.17
+
 * Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.2.14-2
 - fix dependencies
 


More information about the scm-commits mailing list