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:
parent
1632b68a4e
commit
bf76d7e9e1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user