From 53f6718a4833dcf535c4552bb1f5f11b440e7ccb Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Wed, 10 Dec 2008 17:30:53 +0000 Subject: [PATCH] Update to 0.12. BR Test::More. Fix typo in description. Include TODO in docs. --- .cvsignore | 2 +- perl-Test-Output.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index c2836ef..086a1c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Test-Output-0.10.tar.gz +Test-Output-0.12.tar.gz diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec index 9d28cb2..ac8725c 100644 --- a/perl-Test-Output.spec +++ b/perl-Test-Output.spec @@ -1,6 +1,6 @@ Name: perl-Test-Output -Version: 0.10 -Release: 4%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Utilities to test STDOUT and STDERR messages License: GPL+ or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Tester) >= 0.103 Requires: perl(Sub::Exporter) Requires: perl(Test::Tester) >= 0.103 @@ -19,7 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %description Test::Output provides a simple interface for testing output sent to STDOUT -or STDERR. A number of different utilies are included to try and be as +or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. %prep @@ -47,11 +48,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.12-1 +- Update to 0.12. +- BR Test::More. +- Fix typo in description. +- Include TODO in docs. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.10-4 - Rebuild for perl 5.10 (again) diff --git a/sources b/sources index 8999f98..2e5b09b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcf67296e04a41a9f73f70c10fe5f825 Test-Output-0.10.tar.gz +5b0a877a98f716af6cc150c1a1d6dc59 Test-Output-0.12.tar.gz