From 014f1d408d48cf65b8c7404607941ab00aa62e5a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Jan 17 2016 11:28:16 +0000 Subject: Update to 1.0.6 upstream release --- diff --git a/.gitignore b/.gitignore index 320a42e..d982b47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /process-nextick-args-2957076.tar.gz +/process-nextick-args-1.0.6.tar.gz diff --git a/nodejs-process-nextick-args.spec b/nodejs-process-nextick-args.spec index 9d2dac9..4b6e56f 100644 --- a/nodejs-process-nextick-args.spec +++ b/nodejs-process-nextick-args.spec @@ -1,20 +1,15 @@ %global enable_tests 1 %global module_name process-nextick-args -%global commit0 295707643b4ed6667c1afb71ffb6101669b5dac2 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{module_name} -Version: 1.0.2 +Version: 1.0.6 Release: 1%{?dist} Summary: The process.nextTick() but always with args License: MIT URL: https://github.com/calvinmetcalf/process-nextick-args -Source0: https://github.com/calvinmetcalf/%{module_name}/archive/%{commit0}.tar.gz#/%{module_name}-%{shortcommit0}.tar.gz -# Upstream forgot to tag this as 1.0.2 release -# Filed upstream issue https://github.com/calvinmetcalf/process-nextick-args/issues/2 -Source1: https://raw.githubusercontent.com/calvinmetcalf/process-nextick-args/master/license.md +Source0: https://github.com/calvinmetcalf/%{module_name}/archive/v%{version}/%{module_name}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -27,11 +22,9 @@ BuildRequires: npm(tap) Always be able to pass arguments to process.nextTick, no matter the platform. %prep -%setup -q -n %{module_name}-%{commit0} +%setup -q -n %{module_name}-%{version} rm -rf node_modules -cp -p %{SOURCE1} . - %build # nothing to build diff --git a/sources b/sources index bad7bc5..1598e28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f08a4cde343eebe689c86fcdeb3579f process-nextick-args-2957076.tar.gz +68fdc648076165ba28fcf95bf5e12a43 process-nextick-args-1.0.6.tar.gz