Update to 1.001012
- New upstream release 1.001012 - Move test that was dropped in the wrong directory
This commit is contained in:
parent
aa0e424607
commit
8f8eff9b92
@ -1,10 +1,10 @@
|
||||
# For versioned provides
|
||||
%global T_T_Version 0.111
|
||||
%global T_u_o_Version 0.13
|
||||
%global T_T_Version 0.112
|
||||
%global T_u_o_Version 0.14
|
||||
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.001011
|
||||
Version: 1.001012
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-Simple
|
||||
@ -65,11 +65,6 @@ This package is the CPAN component of the dual-lifed core package Test-Simple.
|
||||
%prep
|
||||
%setup -q -n Test-Simple-%{version}
|
||||
|
||||
# lib/01-basic.t merged to wrong directory
|
||||
# https://github.com/Test-More/test-more/commit/ff91352
|
||||
mv lib/01-basic.t t/
|
||||
sed -i -e 's|^lib/01-basic.t$|t/01-basic.t|' MANIFEST
|
||||
|
||||
# Ensure version consistency for provides
|
||||
perl -Ilib -MTest::Tester -MTest::use::ok -e '
|
||||
die "Inconsistent Test::Tester version: expected %{T_T_Version} / got $Test::Tester::VERSION\n"
|
||||
@ -115,6 +110,10 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test::use::ok.3*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 1.001012-1
|
||||
- Update to 1.001012
|
||||
- Move test that was dropped in the wrong directory
|
||||
|
||||
* Tue Dec 23 2014 Paul Howarth <paul@city-fan.org> - 1.001011-1
|
||||
- Update to 1.001011
|
||||
- Fix windows test bug (GH#491)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user