diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index 223419f..ca3856f 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,7 +1,7 @@ # TODO: BR: perl(B::C) when available Name: perl-Sub-Name -Version: 0.13 +Version: 0.14 Release: 1%{?dist} Summary: Name - or rename - a sub License: GPL+ or Artistic @@ -17,11 +17,11 @@ BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) # Test Suite BuildRequires: perl(B::Deparse) -BuildRequires: perl(Devel::CheckBin) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.88 # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 +BuildRequires: perl(Devel::CheckBin) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -63,6 +63,12 @@ make test %{_mandir}/man3/Sub::Name.3* %changelog +* Fri Apr 24 2015 Paul Howarth - 0.14-1 +- Update to 0.14 + - Remove mandatory dependencies for optional test + - Mark the test with B::C as TODO, as it seems to fail frequently and should + not block normal installations + * Sun Mar 29 2015 Paul Howarth - 0.13-1 - Update to 0.13 - Fix optional test of interaction with B::C that sometimes invalidly failed diff --git a/sources b/sources index 9dccc62..9463e90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e4881f8b2f00a4ff31f6b54061bd5cc Sub-Name-0.13.tar.gz +211ca38767145b6c362da3b821a5abca Sub-Name-0.14.tar.gz