From ec91d97697852afe462bea602c9b1e780c10f021 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Nov 26 2015 13:47:20 +0000 Subject: fixdep npm(pinkie-promise) --- diff --git a/.gitignore b/.gitignore index 7e7a9ef..0acabf8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /got-f96498f.tar.gz /got-f677a3e.tar.gz /got-a707171.tar.gz +/got-0bf55bb.tar.gz diff --git a/nodejs-got.spec b/nodejs-got.spec index 9c63237..acba2ab 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -1,10 +1,10 @@ %global enable_tests 1 %global module_name got -%global commit0 a7071713f02dc286d7fb8cb7c7f0dfd7b2a8c7af +%global commit0 0bf55bbe547c4de4744277dbebdbe7522d87332c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{module_name} -Version: 4.1.1 +Version: 4.2.0 Release: 2%{?dist} Summary: Simplified HTTP/HTTPS requests @@ -45,6 +45,7 @@ rm -rf node_modules %nodejs_fixdep readable-stream ~2.x %nodejs_fixdep object-assign ~4.x +%nodejs_fixdep pinkie-promise "^2.0.0" %build # nothing to build @@ -71,6 +72,12 @@ tap test/test-*.js %{nodejs_sitelib}/%{module_name} %changelog +* Thu Nov 26 2015 Parag Nemade - 4.2.0-2 +- fixdep npm(pinkie-promise) + +* Fri Sep 11 2015 Parag Nemade - 4.2.0-1 +- Update to 4.2.0 + * Wed Aug 26 2015 Parag Nemade - 4.1.1-2 - fixdep npm(object-assign) diff --git a/sources b/sources index dac0a33..b1ee4f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -110e0a71bfac8324c167d9086cdc223f got-a707171.tar.gz +c05a3e86e7e4481b0de355013e01d62e got-0bf55bb.tar.gz