diff --git a/perl-Text-WrapI18N.spec b/perl-Text-WrapI18N.spec index ceddbc2..f186ce1 100644 --- a/perl-Text-WrapI18N.spec +++ b/perl-Text-WrapI18N.spec @@ -1,7 +1,7 @@ Summary: Line wrapping with support for several locale setups Name: perl-Text-WrapI18N Version: 0.06 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-WrapI18N/ @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(Text::CharWidth) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Text::WrapI18N.3pm* %changelog +* Wed Oct 17 2007 Tom "spot" Callaway - 0.06-2.2 +- add BR: perl(Test::Simple) + * Wed Oct 17 2007 Tom "spot" Callaway - 0.06-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)