From a3f9c466cb2efec9e99ccd358a1c65d56865917e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 14 Oct 2015 08:35:50 +0100 Subject: [PATCH] BR: perl(Test) --- perl-URI.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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