diff --git a/perl-String-Format.spec b/perl-String-Format.spec index b5df5a3..baaaca3 100644 --- a/perl-String-Format.spec +++ b/perl-String-Format.spec @@ -1,6 +1,6 @@ Name: perl-String-Format Version: 1.14 -Release: 1%{?dist}.1 +Release: 1%{?dist}.2 Summary: Sprintf-like string formatting capabilities with arbitrary format definitions Group: Development/Libraries @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 1.14-1.2 +- add BR: perl(Test::More) + * Tue Oct 16 2007 Tom "spot" Callaway - 1.14-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)