Update to 0.0301

- New upstream release 0.0301
  - Skip "sample-data" in t/dogfood.t, which caused problems with parallel
    testing
epel9
Paul Howarth 8 years ago
parent 1171db7617
commit 8eab22c47d

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.0300-1
- Update to 0.0300
- Made abs_path_prune_re affect files as well; this way one can skip files

@ -1 +1 @@
fc8732074c375bbaec4035f22d15488e Test-TrailingSpace-0.0300.tar.gz
ed7cea52688b019e9d9dbf92d7054cd5 Test-TrailingSpace-0.0301.tar.gz

Loading…
Cancel
Save