From d1a2b7706681c1f02e17fd3b96f0ec8dfe9ce5eb9b4fa945c70b30b2483c23c4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 3 Sep 2017 08:59:56 +0000 Subject: [PATCH] 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 --- Specio-0.39.tar.gz | 3 --- Specio-0.40.tar.gz | 3 +++ perl-Specio.changes | 16 ++++++++++++++++ perl-Specio.spec | 6 +++++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 Specio-0.39.tar.gz create mode 100644 Specio-0.40.tar.gz diff --git a/Specio-0.39.tar.gz b/Specio-0.39.tar.gz deleted file mode 100644 index f6760b9..0000000 --- a/Specio-0.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d5a3a96a74880f4d1d20723ad7c5d05eb5bbcae947f8e42f4d65744da6250a6 -size 98503 diff --git a/Specio-0.40.tar.gz b/Specio-0.40.tar.gz new file mode 100644 index 0000000..778d517 --- /dev/null +++ b/Specio-0.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7668e3480e607b93b4fe6e0774066a492cabdfca47a04a3d3958e0b38cad144f +size 100989 diff --git a/perl-Specio.changes b/perl-Specio.changes index 20c6ee8..a2bbe85 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -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 diff --git a/perl-Specio.spec b/perl-Specio.spec index d1a0229..9e1d156 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -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