diff --git a/nodejs-got.spec b/nodejs-got.spec index 839f930..25f4a67 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -3,7 +3,7 @@ Name: nodejs-%{module_name} Version: 6.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT @@ -41,6 +41,7 @@ It also supports following redirects and automagically handling gzip/deflate. %setup -q -n %{module_name}-%{version} rm -rf node_modules +%nodejs_fixdep get-stream ^2.0.0 %nodejs_fixdep readable-stream ~2.x %nodejs_fixdep object-assign ~4.x %nodejs_fixdep pinkie-promise "^2.0.0" @@ -70,6 +71,9 @@ tap test/test-*.js %{nodejs_sitelib}/%{module_name} %changelog +* Fri Mar 4 2016 Tom Hughes - 6.2.0-2 +- Update npm(get-stream) dependency + * Thu Mar 03 2016 Parag Nemade - 6.2.0-1 - Update to 6.2.0 release