diff --git a/Parse-LocalDistribution-0.19.tar.gz b/Parse-LocalDistribution-0.19.tar.gz deleted file mode 100644 index 2ae1c2b..0000000 --- a/Parse-LocalDistribution-0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0bc32c4e8d9e81f3f2acc1d2a74c2a2f887a91c1522b31ce4c8d49a415e99e -size 8503 diff --git a/Parse-LocalDistribution-0.20.tar.gz b/Parse-LocalDistribution-0.20.tar.gz new file mode 100644 index 0000000..1c48ec6 --- /dev/null +++ b/Parse-LocalDistribution-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664f4351e55ee9473c9b012af87d2832f652979cb89ade7954e6f38cd126a859 +size 8776 diff --git a/perl-Parse-LocalDistribution.changes b/perl-Parse-LocalDistribution.changes index d5b2682..c498f54 100644 --- a/perl-Parse-LocalDistribution.changes +++ b/perl-Parse-LocalDistribution.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Oct 6 05:31:43 UTC 2024 - Tina Müller + +- updated to 0.200.0 (0.20) + see /usr/share/doc/packages/perl-Parse-LocalDistribution/Changes + + 0.20 2024/10/06 + - accept META_CONTENT as an arg to avoid reevaluation of a META file + ------------------------------------------------------------------- Mon Nov 9 09:10:19 UTC 2020 - Dirk Stoecker diff --git a/perl-Parse-LocalDistribution.spec b/perl-Parse-LocalDistribution.spec index 7bd4a17..4afefda 100644 --- a/perl-Parse-LocalDistribution.spec +++ b/perl-Parse-LocalDistribution.spec @@ -18,10 +18,10 @@ %define cpan_name Parse-LocalDistribution Name: perl-Parse-LocalDistribution -Version: 0.190.0 +Version: 0.200.0 Release: 0 -# 0.19 -> normalize -> 0.190.0 -%define cpan_version 0.19 +# 0.20 -> normalize -> 0.200.0 +%define cpan_version 0.20 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parses local .pm files as PAUSE does URL: https://metacpan.org/release/%{cpan_name} @@ -29,7 +29,7 @@ Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}- BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.07 +BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.09 BuildRequires: perl(Parse::CPAN::Meta) BuildRequires: perl(Parse::PMFile) >= 0.37 BuildRequires: perl(Test::More) >= 0.88