Update to 1.001012

- New upstream release 1.001012
  - Move test that was dropped in the wrong directory
This commit is contained in:
Paul Howarth 2014-12-24 10:19:42 +00:00
parent aa0e424607
commit 8f8eff9b92
2 changed files with 8 additions and 9 deletions

View File

@ -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)

View File

@ -1 +1 @@
38c925dc6b427cdc3831aaed685f952a Test-Simple-1.001011.tar.gz
6782dbc93e7eb267e81e14aa0f3b8fa7 Test-Simple-1.001012.tar.gz