From 835220c60e117007daeccc6376c07e10028022f9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 1 Oct 2013 10:55:37 +0200 Subject: [PATCH] Add new BR --- perl-Pod-Spell.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index b861e73..08d1d1e 100644 --- a/perl-Pod-Spell.spec +++ b/perl-Pod-Spell.spec @@ -1,6 +1,6 @@ Name: perl-Pod-Spell Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A formatter for spell-checking POD Group: Development/Libraries License: Artistic 2.0 @@ -32,6 +32,7 @@ BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(utf8) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -71,6 +72,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Tue Oct 01 2013 Jitka Plesnikova - 1.10-2 +- Added test BR perl(utf8) + * Sat Sep 28 2013 Paul Howarth - 1.10-1 - 1.10 bump