diff --git a/perl-URI.spec b/perl-URI.spec index 42ba9b2..b2ca3f0 100644 --- a/perl-URI.spec +++ b/perl-URI.spec @@ -1,6 +1,6 @@ Name: perl-URI Version: 1.69 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Perl module implementing URI parsing and manipulation Group: Development/Libraries License: GPL+ or Artistic @@ -38,6 +38,7 @@ BuildRequires: perl(Config) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(Storable) +BuildRequires: perl(Test) BuildRequires: perl(Test::More) >= 0.96 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -86,6 +87,9 @@ make test %{_mandir}/man3/URI::ldap.3* %changelog +* Wed Oct 14 2015 Paul Howarth - 1.69-2 +- BR: perl(Test) + * Sat Jul 25 2015 Paul Howarth - 1.69-1 - 1.69 bump