From f2a95a7f6ede6958f71a2e427ff3f697eb0adf78d6a9077d974fdc1e205e4424 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 16 Jun 2022 14:12:16 +0000 Subject: [PATCH] Accepting request 982417 from devel:languages:perl:autoupdate - updated to 0.48 see /usr/share/doc/packages/perl-Specio/Changes 0.48 2022-06-11 - Importing types into a class which inherited from another class that had imported types wouldn't work, leaving the child class with no `t()` sub. Patch by Kerin Millar. OBS-URL: https://build.opensuse.org/request/show/982417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=26 --- Specio-0.47.tar.gz | 3 --- Specio-0.48.tar.gz | 3 +++ perl-Specio.changes | 12 ++++++++++++ perl-Specio.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 Specio-0.47.tar.gz create mode 100644 Specio-0.48.tar.gz diff --git a/Specio-0.47.tar.gz b/Specio-0.47.tar.gz deleted file mode 100644 index e5f3377..0000000 --- a/Specio-0.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f41307f14444f8777e572f27eeb6a964084399e7e382c47c577827ad8a286a1c -size 108288 diff --git a/Specio-0.48.tar.gz b/Specio-0.48.tar.gz new file mode 100644 index 0000000..7f3e3c1 --- /dev/null +++ b/Specio-0.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2 +size 108298 diff --git a/perl-Specio.changes b/perl-Specio.changes index 03e71c0..1dad710 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 12 03:07:32 UTC 2022 - Tina Müller + +- updated to 0.48 + see /usr/share/doc/packages/perl-Specio/Changes + + 0.48 2022-06-11 + + - Importing types into a class which inherited from another class that had + imported types wouldn't work, leaving the child class with no `t()` + sub. Patch by Kerin Millar. + ------------------------------------------------------------------- Tue Feb 16 10:24:24 UTC 2021 - Dirk Stoecker diff --git a/perl-Specio.spec b/perl-Specio.spec index 28850b1..8c9040f 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Specio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Specio Name: perl-Specio -Version: 0.47 +Version: 0.48 Release: 0 -Summary: Type constraints and coercions for Perl License: Artistic-2.0 +Summary: Type constraints and coercions for Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml