Update to 0.39
- New upstream release 0.39 - Many bug fixes and improvements to the types created by {any,object}_{can,does,isa}_type; in some cases, an invalid value could cause an exception in type check itself, and in other cases, a value that failed a type check would cause an exception when generating a message describing the failure - The messages describing a failure for all of these types have been improved - You can now create anonymous *_does and *_isa types using the exports from Specio::Declare
This commit is contained in:
parent
c27d337865
commit
4edb746252
@ -1,6 +1,6 @@
|
||||
Name: perl-Specio
|
||||
Version: 0.38
|
||||
Release: 2%{?dist}
|
||||
Version: 0.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
URL: http://search.cpan.org/dist/Specio/
|
||||
@ -9,8 +9,8 @@ BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
BuildRequires: perl(B)
|
||||
@ -146,6 +146,17 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 3 2017 Paul Howarth <paul@city-fan.org> - 0.39-1
|
||||
- Update to 0.39
|
||||
- Many bug fixes and improvements to the types created by
|
||||
{any,object}_{can,does,isa}_type; in some cases, an invalid value could
|
||||
cause an exception in type check itself, and in other cases, a value that
|
||||
failed a type check would cause an exception when generating a message
|
||||
describing the failure
|
||||
- The messages describing a failure for all of these types have been improved
|
||||
- You can now create anonymous *_does and *_isa types using the exports from
|
||||
Specio::Declare
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.38.tar.gz) = 7374b9188ad1704ff35f6de45f4cfe2c63ed009bf12de0d03c8a2a628259e5d27cd17a69f24816624e569efe096b43a4784e9d0e14a1037f8ce2b4c00c6c7d8d
|
||||
SHA512 (Specio-0.39.tar.gz) = 93cb970f02031c3ed58e7535e651adf9aff51377a686ce3426c9a5df0610f6f9fc523e852e47fcfe9a97ca52c19c4edd2821d84f9467bfdc91b2d27db94effb4
|
||||
|
Loading…
Reference in New Issue
Block a user