diff --git a/.gitignore b/.gitignore index 98a031f..9a03cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /set-immediate-shim-29ac611e181046f2cf8b61ed5d038c64733a1cbc.tar.gz +/set-immediate-shim-1.0.1.tar.gz diff --git a/nodejs-set-immediate-shim.spec b/nodejs-set-immediate-shim.spec index 04a8c23..532b786 100644 --- a/nodejs-set-immediate-shim.spec +++ b/nodejs-set-immediate-shim.spec @@ -4,15 +4,14 @@ # tests disabled due to circular dep, can be enabled later %global enable_tests 0 %global srcname set-immediate-shim -%global commit 29ac611e181046f2cf8b61ed5d038c64733a1cbc Name: nodejs-%{srcname} Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple setImmediate shim License: MIT URL: https://github.com/sindresorhus/set-immediate-shim -Source0: https://github.com/sindresorhus/%{srcname}/archive/%{commit}/%{srcname}-%{commit}.tar.gz +Source0: https://github.com/sindresorhus/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -29,7 +28,7 @@ BuildRequires: npm(require-uncached) %{summary}. %prep -%setup -q -n %{srcname}-%{commit} +%setup -q -n %{srcname}-%{version} rm -rf node_modules/ @@ -58,6 +57,9 @@ node test.js %changelog +* Mon Jun 27 2016 Tom Hughes - 1.0.1-4 +- Update source to actually be 1.0.1 not 1.0.0 + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 83c8a04..c02a631 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea53efb8bf84e395d10cae09ec553c2f set-immediate-shim-29ac611e181046f2cf8b61ed5d038c64733a1cbc.tar.gz +a21a178ad1502130d37c635edf556a7c set-immediate-shim-1.0.1.tar.gz