diff --git a/.gitignore b/.gitignore index a1d4eb0..1a2b205 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /v2.2.0.tar.gz /v2.3.2.tar.gz /v3.3.0.tar.gz +/got-7bc82b8.tar.gz diff --git a/nodejs-got.spec b/nodejs-got.spec index 7dbce70..75b3281 100644 --- a/nodejs-got.spec +++ b/nodejs-got.spec @@ -1,15 +1,17 @@ # taper module not in fedora yet %global enable_tests 0 %global module_name got +%global commit0 7bc82b8eb63893f264d3c109abe1530ca74a3fb0 +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{module_name} -Version: 3.3.0 +Version: 3.3.1 Release: 1%{?dist} Summary: Simplified HTTP/HTTPS requests License: MIT URL: https://github.com/sindresorhus/got -Source0: https://github.com/sindresorhus/got/archive/v%{version}.tar.gz +Source0: https://github.com/sindresorhus/%{module_name}/archive/%{commit0}.tar.gz#/%{module_name}-%{shortcommit0}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -20,7 +22,7 @@ Simplified HTTP/HTTPS requests. A nicer interface to the built-in http module. It also supports following redirects and automagically handling gzip/deflate. %prep -%setup -q -n %{module_name}-%{version} +%setup -q -n %{module_name}-%{commit0} rm -rf node_modules %build @@ -31,8 +33,6 @@ mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name} cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name} %nodejs_symlink_deps -%nodejs_fixdep read-all-stream ~1.x - %if 0%{?enable_tests} %check %nodejs_symlink_deps --check @@ -45,6 +45,9 @@ taper test/test-*.js %{nodejs_sitelib}/%{module_name} %changelog +* Wed Jul 15 2015 Parag Nemade - 3.3.1-1 +- Update to 3.3.1 + * Fri Jul 03 2015 Parag Nemade - 3.3.0-1 - Update to 3.3.0 diff --git a/sources b/sources index dc26dd1..c204c59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37f6fb076f45ce6efe68760c9e8c798d v3.3.0.tar.gz +104c3bce7123cec2d2cd656649913690 got-7bc82b8.tar.gz