diff --git a/nodejs-request.spec b/nodejs-request.spec index 372d514..2953fe9 100644 --- a/nodejs-request.spec +++ b/nodejs-request.spec @@ -1,6 +1,6 @@ Name: nodejs-request Version: 2.16.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified HTTP request client License: ASL 2.0 Group: Development/Libraries @@ -24,6 +24,9 @@ PUT or POST request. It also supports a few simple server and proxy functions. #remove bundled modules rm -rf node_modules +%nodejs_fixdep hawk '~0.12.1' +%nodejs_fixdep json-stringify-safe 4.x + %build #nothing to do @@ -44,6 +47,9 @@ rm -rf %{buildroot} %doc README.md LICENSE %changelog +* Wed Apr 10 2013 T.C. Hollingsworth - 2.16.6-2 +- fix versions for newly added dependencies + * Wed Apr 03 2013 T.C. Hollingsworth - 2.16.6-1 - new upstream release 2.16.6 - cookie library now unbundled upstream