Update to 0.45
- New upstream release 0.45 - Made XString a prereq if installing with Perl 5.10+
This commit is contained in:
parent
62b9138893
commit
2693ce8a41
@ -8,7 +8,7 @@
|
||||
# TODO: Use perl(XString) in preference to perl(B) if it becomes available
|
||||
|
||||
Name: perl-Specio
|
||||
Version: 0.44
|
||||
Version: 0.45
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
@ -22,7 +22,6 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Devel::StackTrace)
|
||||
BuildRequires: perl(Eval::Closure)
|
||||
@ -47,8 +46,10 @@ BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(version) >= 0.83
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XString)
|
||||
# Test Suite
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(open)
|
||||
BuildRequires: perl(Test::Needs)
|
||||
@ -68,9 +69,9 @@ BuildRequires: perl(namespace::autoclean)
|
||||
%endif
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(B)
|
||||
Requires: perl(Ref::Util) >= 0.112
|
||||
Requires: perl(Sub::Util) >= 1.40
|
||||
Requires: perl(XString)
|
||||
|
||||
# Avoid provides for private packages
|
||||
%global __provides_exclude ^perl\\(_T::.*\\)
|
||||
@ -160,6 +161,10 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2019 Paul Howarth <paul@city-fan.org> - 0.45-1
|
||||
- Update to 0.45
|
||||
- Made XString a prereq if installing with Perl 5.10+
|
||||
|
||||
* Thu Aug 15 2019 Paul Howarth <paul@city-fan.org> - 0.44-1
|
||||
- Update to 0.44
|
||||
- Replaced the use of B with XString if it is installed; the latter is much
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.44.tar.gz) = 5292927383ff3eef3c32a81188a108c009367644117af23b31665550cc4b51d47f0bc0c6791dce3caebb27cd7a92307370f41afe62b65682205cd91b7e99cd43
|
||||
SHA512 (Specio-0.45.tar.gz) = 28c32b155ddd1537e2ed2e634b667c4010903a4c68e4684f07f4bb74414eeaf5f5ef05f4ed898c830751abfacc51280b00970250db1b2e1219acc23e834994d7
|
||||
|
Loading…
Reference in New Issue
Block a user