diff --git a/nodejs-got.spec b/nodejs-got.spec index b530025..9c63237 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -5,7 +5,7 @@ Name: nodejs-%{module_name} Version: 4.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT @@ -44,6 +44,7 @@ It also supports following redirects and automagically handling gzip/deflate. rm -rf node_modules %nodejs_fixdep readable-stream ~2.x +%nodejs_fixdep object-assign ~4.x %build # nothing to build @@ -70,6 +71,9 @@ tap test/test-*.js %{nodejs_sitelib}/%{module_name} %changelog +* Wed Aug 26 2015 Parag Nemade - 4.1.1-2 +- fixdep npm(object-assign) + * Mon Aug 24 2015 Parag Nemade - 4.1.1-1 - Update to 4.1.1