Accepting request 516955 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/516955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2017-09-03 08:59:56 +00:00 committed by Git OBS Bridge
parent 20ffc7428c
commit d1a2b77066
4 changed files with 24 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7668e3480e607b93b4fe6e0774066a492cabdfca47a04a3d3958e0b38cad144f
size 100989

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 15 06:12:44 UTC 2017 - coolo@suse.com
- updated to 0.40
see /usr/share/doc/packages/perl-Specio/Changes
0.40 2017-08-03
- Fixed more bugs with {any,object}_{can,does,isa}_type. When passed a glob
(not a globref) they would die in their type check. On Perl 5.16 or earlier,
passing a number to an any_* type would also die.
- Fixed subification overloading. If Sub::Quote was loaded, this would be
used, but any environment variables needed for the closure would not be
included. This broke enums, among other things.
-------------------------------------------------------------------
Thu Aug 3 06:12:28 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Specio
Version: 0.39
Version: 0.40
Release: 0
%define cpan_name Specio
Summary: Type constraints and coercions for Perl
@ -37,9 +37,11 @@ BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Role::Tiny) >= 1.003003
BuildRequires: perl(Role::Tiny::With)
BuildRequires: perl(Sub::Quote)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Needs)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(parent)
BuildRequires: perl(version) >= 0.83
Requires: perl(Devel::StackTrace)
@ -49,8 +51,10 @@ Requires: perl(MRO::Compat)
Requires: perl(Module::Runtime)
Requires: perl(Role::Tiny) >= 1.003003
Requires: perl(Role::Tiny::With)
Requires: perl(Sub::Quote)
Requires: perl(Test::Fatal)
Requires: perl(Test::More) >= 0.96
Requires: perl(Try::Tiny)
Requires: perl(parent)
Requires: perl(version) >= 0.83
Recommends: perl(Ref::Util) >= 0.112