diff --git a/CPAN-Meta-2.150010.tar.gz b/CPAN-Meta-2.150010.tar.gz deleted file mode 100644 index d4ec0b2..0000000 --- a/CPAN-Meta-2.150010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4f80f2ec73e0741455f957bbfc992b167ecbfa1c9e23ba358df3b37b86ba3d6 -size 115459 diff --git a/CPAN-Meta-2.150012.tar.gz b/CPAN-Meta-2.150012.tar.gz new file mode 100644 index 0000000..29b56f9 --- /dev/null +++ b/CPAN-Meta-2.150012.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a3fa587472e736edebf7cc0e4f12e5a275d827966b80c59fed3c870772291e +size 123071 diff --git a/perl-CPAN-Meta.changes b/perl-CPAN-Meta.changes index 003519a..d043e3b 100644 --- a/perl-CPAN-Meta.changes +++ b/perl-CPAN-Meta.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 26 05:50:20 UTC 2026 - Tina Müller + +- updated to 2.150012 + see /usr/share/doc/packages/perl-CPAN-Meta/Changes + + 2.150012 2026-01-25 16:20:37-05:00 America/New_York + [CHANGED] + - Only distribution metadata + 2.150011 2026-01-22 15:50:29-05:00 America/New_York + [CHANGED] + - Improved example of testing a minimum prerequisite version of a module. + - Remove some code meant to handle running on pre-v5.8 perl, even though v5.8 + was already a requirement + ------------------------------------------------------------------- Fri Aug 19 05:06:41 UTC 2016 - coolo@suse.com diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec index ebb8864..5bb927c 100644 --- a/perl-CPAN-Meta.spec +++ b/perl-CPAN-Meta.spec @@ -1,7 +1,7 @@ # # spec file for package perl-CPAN-Meta # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define cpan_name CPAN-Meta Name: perl-CPAN-Meta -Version: 2.150010 +Version: 2.150012 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: The distribution metadata for a CPAN dist URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch @@ -56,7 +56,7 @@ The documentation below is only for the methods of the CPAN::Meta object. For information on the meaning of individual fields, consult the spec. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor