From 8eab22c47d6eae038978d03515fdab823539533b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 2 Nov 2016 19:51:11 +0000 Subject: [PATCH] Update to 0.0301 - New upstream release 0.0301 - Skip "sample-data" in t/dogfood.t, which caused problems with parallel testing --- perl-Test-TrailingSpace.spec | 9 +++++++-- sources | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-Test-TrailingSpace.spec b/perl-Test-TrailingSpace.spec index 96a1d14..570e1d4 100644 --- a/perl-Test-TrailingSpace.spec +++ b/perl-Test-TrailingSpace.spec @@ -1,5 +1,5 @@ Name: perl-Test-TrailingSpace -Version: 0.0300 +Version: 0.0301 Release: 1%{?dist} Summary: Test for trailing space in source files License: MIT @@ -37,7 +37,7 @@ perl Build.PL --installdirs=vendor %install ./Build install --destdir=%{buildroot} --create_packlist=0 -%{_fixperms} %{buildroot} +%{_fixperms} -c %{buildroot} %check ./Build test @@ -49,6 +49,11 @@ perl Build.PL --installdirs=vendor %{_mandir}/man3/Test::TrailingSpace.3* %changelog +* Wed Nov 2 2016 Paul Howarth - 0.0301-1 +- Update to 0.0301 + - Skip "sample-data" in t/dogfood.t, which caused problems with parallel + testing + * Thu May 19 2016 Paul Howarth - 0.0300-1 - Update to 0.0300 - Made abs_path_prune_re affect files as well; this way one can skip files diff --git a/sources b/sources index 821c225..8727501 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc8732074c375bbaec4035f22d15488e Test-TrailingSpace-0.0300.tar.gz +ed7cea52688b019e9d9dbf92d7054cd5 Test-TrailingSpace-0.0301.tar.gz