Accepting request 514146 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/514146
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=12
This commit is contained in:
Dirk Stoecker 2017-08-14 13:11:46 +00:00 committed by Git OBS Bridge
parent f1352e87b3
commit 20ffc7428c
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14e84bc984e26d3a55cf8af34a391fa1606934ee53d6583d49ec67ce556abde8
size 97865

3
Specio-0.39.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d5a3a96a74880f4d1d20723ad7c5d05eb5bbcae947f8e42f4d65744da6250a6
size 98503

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Aug 3 06:12:28 UTC 2017 - coolo@suse.com
- updated to 0.39
see /usr/share/doc/packages/perl-Specio/Changes
0.39 2017-08-02
- Many bug fixes and improves 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. In other cases, a value which
failed a type check would cause an exception when generating a message
describing the failure. These cases have all been fixed.
- 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.
-------------------------------------------------------------------
Sun Jul 2 06:13:44 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Specio
Version: 0.38
Version: 0.39
Release: 0
%define cpan_name Specio
Summary: Type constraints and coercions for Perl
@ -89,7 +89,7 @@ with this module.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md TODO.md
%doc appveyor.yml Changes CONTRIBUTING.md README.md TODO.md
%license LICENSE
%changelog