diff --git a/Specio-0.38.tar.gz b/Specio-0.38.tar.gz deleted file mode 100644 index 2175a1b..0000000 --- a/Specio-0.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e84bc984e26d3a55cf8af34a391fa1606934ee53d6583d49ec67ce556abde8 -size 97865 diff --git a/Specio-0.39.tar.gz b/Specio-0.39.tar.gz new file mode 100644 index 0000000..f6760b9 --- /dev/null +++ b/Specio-0.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5a3a96a74880f4d1d20723ad7c5d05eb5bbcae947f8e42f4d65744da6250a6 +size 98503 diff --git a/perl-Specio.changes b/perl-Specio.changes index 26c9dc3..20c6ee8 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -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 diff --git a/perl-Specio.spec b/perl-Specio.spec index 1578464..d1a0229 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -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