Update to 0.35
- New upstream release 0.35 - Added Specio::Subs, a module that allows you to turn one or more library's types into subroutines like is_Int() and to_Int() - Added an inline_coercion method to Specio constraints
This commit is contained in:
parent
c34057c873
commit
2c00eaf8b5
@ -1,6 +1,6 @@
|
||||
Name: perl-Specio
|
||||
Version: 0.34
|
||||
Release: 2%{?dist}
|
||||
Version: 0.35
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
URL: http://search.cpan.org/dist/Specio/
|
||||
@ -20,6 +20,7 @@ BuildRequires: perl(Eval::Closure)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(MRO::Compat)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
@ -30,6 +31,7 @@ BuildRequires: perl(Role::Tiny::With)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Sub::Util) >= 1.40
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(version) >= 0.83
|
||||
@ -54,6 +56,7 @@ BuildRequires: perl(namespace::autoclean)
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Ref::Util) >= 0.112
|
||||
Requires: perl(Sub::Util) >= 1.40
|
||||
|
||||
# Avoid provides for private packages
|
||||
%global __provides_exclude ^perl\\(_T::.*\\)
|
||||
@ -135,6 +138,7 @@ make test
|
||||
%{_mandir}/man3/Specio::PartialDump.3*
|
||||
%{_mandir}/man3/Specio::Registry.3*
|
||||
%{_mandir}/man3/Specio::Role::Inlinable.3*
|
||||
%{_mandir}/man3/Specio::Subs.3*
|
||||
%{_mandir}/man3/Specio::TypeChecks.3*
|
||||
|
||||
%files -n perl-Test-Specio
|
||||
@ -142,6 +146,12 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 0.35-1
|
||||
- Update to 0.35
|
||||
- Added Specio::Subs, a module that allows you to turn one or more library's
|
||||
types into subroutines like is_Int() and to_Int()
|
||||
- Added an inline_coercion method to Specio constraints
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.34.tar.gz) = 55c00843a7d9699be8943ecd914e24d8249d4c96088caf70d7b41b4a3f3603d2835640c4b6e54ba37bc080da740ed3d3d791c231f54040b674be22fe05d0d50d
|
||||
SHA512 (Specio-0.35.tar.gz) = 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
|
||||
|
Loading…
Reference in New Issue
Block a user