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:
parent
20ffc7428c
commit
d1a2b77066
@ -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
3
Specio-0.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7668e3480e607b93b4fe6e0774066a492cabdfca47a04a3d3958e0b38cad144f
|
||||||
|
size 100989
|
@ -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
|
Thu Aug 3 06:12:28 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Specio
|
Name: perl-Specio
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Specio
|
%define cpan_name Specio
|
||||||
Summary: Type constraints and coercions for Perl
|
Summary: Type constraints and coercions for Perl
|
||||||
@ -37,9 +37,11 @@ BuildRequires: perl(MRO::Compat)
|
|||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Role::Tiny) >= 1.003003
|
BuildRequires: perl(Role::Tiny) >= 1.003003
|
||||||
BuildRequires: perl(Role::Tiny::With)
|
BuildRequires: perl(Role::Tiny::With)
|
||||||
|
BuildRequires: perl(Sub::Quote)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Needs)
|
BuildRequires: perl(Test::Needs)
|
||||||
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
BuildRequires: perl(version) >= 0.83
|
BuildRequires: perl(version) >= 0.83
|
||||||
Requires: perl(Devel::StackTrace)
|
Requires: perl(Devel::StackTrace)
|
||||||
@ -49,8 +51,10 @@ Requires: perl(MRO::Compat)
|
|||||||
Requires: perl(Module::Runtime)
|
Requires: perl(Module::Runtime)
|
||||||
Requires: perl(Role::Tiny) >= 1.003003
|
Requires: perl(Role::Tiny) >= 1.003003
|
||||||
Requires: perl(Role::Tiny::With)
|
Requires: perl(Role::Tiny::With)
|
||||||
|
Requires: perl(Sub::Quote)
|
||||||
Requires: perl(Test::Fatal)
|
Requires: perl(Test::Fatal)
|
||||||
Requires: perl(Test::More) >= 0.96
|
Requires: perl(Test::More) >= 0.96
|
||||||
|
Requires: perl(Try::Tiny)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Requires: perl(version) >= 0.83
|
Requires: perl(version) >= 0.83
|
||||||
Recommends: perl(Ref::Util) >= 0.112
|
Recommends: perl(Ref::Util) >= 0.112
|
||||||
|
Loading…
Reference in New Issue
Block a user