From bed044ea2a18b9b04ac9108fef2040321ce34781 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 23 Jan 2008 18:19:53 +0000 Subject: [PATCH] BR: Test::More --- perl-Text-Autoformat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index f883a1d..db83078 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -1,6 +1,6 @@ Name: perl-Text-Autoformat Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatic text wrapping and reformatting License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Text-Autoformat/ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) BuildRequires: perl(Text::Reform) >= 1.11 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides} %{_mandir}/man3/* %changelog +* Wed Jan 23 2008 Tom "spot" Callaway 1.14.0-2 +- add BR: Test::More + * Sun Jan 20 2008 Tom "spot" Callaway 1.14.0-1 - rebuild for new perl - upstream changed license to GPL+ or Artistic