Update to 0.14

- New upstream release 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
This commit is contained in:
Paul Howarth 2015-04-24 11:52:57 +01:00
parent 1632b68a4e
commit bf76d7e9e1
2 changed files with 9 additions and 3 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.13-1
- Update to 0.13
- Fix optional test of interaction with B::C that sometimes invalidly failed

View File

@ -1 +1 @@
7e4881f8b2f00a4ff31f6b54061bd5cc Sub-Name-0.13.tar.gz
211ca38767145b6c362da3b821a5abca Sub-Name-0.14.tar.gz