diff --git a/.gitignore b/.gitignore index bcf27fa..edc694c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -Test-Output-0.12.tar.gz -/Test-Output-0.16.tar.gz -/Test-Output-1.01.tar.gz +/Test-Output-[0-9.]*.tar.gz diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index 6bfb576..01612ea 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,12 +1,13 @@ Name: perl-Test-Output -Version: 1.01 -Release: 9%{?dist} +Version: 1.02 +Release: 1%{?dist} Summary: Utilities to test STDOUT and STDERR messages License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Output/ Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl(Capture::Tiny) >= 0.17 BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Temp) >= 0.17 @@ -42,10 +43,15 @@ make test %files %doc Changes LICENSE README TODO -%{perl_vendorlib}/* -%{_mandir}/man3/* +%{perl_vendorlib}/Test/ +%{_mandir}/man3/Test::Output.3pm* %changelog +* Tue Oct 22 2013 Paul Howarth - 1.02-1 +- Update to 1.02 + - Re-do everything with Capture::Tiny rather than ties +- Make %%files list more explicit + * Sun Aug 04 2013 Fedora Release Engineering - 1.01-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 858cf0a..e6cfc2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bea1fe88e8725a5b3f7b66e69fc83dd2 Test-Output-1.01.tar.gz +d80890160737cdf4c3241d48428d33ab Test-Output-1.02.tar.gz