diff --git a/Module-Extract-Namespaces-1.024.tar.gz b/Module-Extract-Namespaces-1.024.tar.gz deleted file mode 100644 index 4785768..0000000 --- a/Module-Extract-Namespaces-1.024.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93afa19066d66dc53b6ef2e3faca50ab5c236904b0e51a6c40f28a60c763776c -size 12628 diff --git a/Module-Extract-Namespaces-1.025.tar.gz b/Module-Extract-Namespaces-1.025.tar.gz new file mode 100644 index 0000000..77a0600 --- /dev/null +++ b/Module-Extract-Namespaces-1.025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beef542b925c4eec0cc50008caa16b01224e3d40e463619a1bf36910ed2837bf +size 13589 diff --git a/perl-Module-Extract-Namespaces.changes b/perl-Module-Extract-Namespaces.changes index acd2e23..2e04b52 100644 --- a/perl-Module-Extract-Namespaces.changes +++ b/perl-Module-Extract-Namespaces.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 27 05:31:21 UTC 2025 - Tina Müller + +- updated to 1.25.0 (1.025) + see /usr/share/doc/packages/perl-Module-Extract-Namespaces/Changes + + 1.025 2025-01-26T20:44:58Z + * refresh distro + ------------------------------------------------------------------- Fri Mar 8 22:43:27 UTC 2024 - Tina Müller diff --git a/perl-Module-Extract-Namespaces.spec b/perl-Module-Extract-Namespaces.spec index e072233..67c196e 100644 --- a/perl-Module-Extract-Namespaces.spec +++ b/perl-Module-Extract-Namespaces.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Extract-Namespaces # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,10 @@ %define cpan_name Module-Extract-Namespaces Name: perl-Module-Extract-Namespaces -Version: 1.24.0 +Version: 1.25.0 Release: 0 -%define cpan_version 1.024 +# 1.025 -> normalize -> 1.25.0 +%define cpan_version 1.025 License: Artistic-2.0 Summary: Extract the package declarations from a module URL: https://metacpan.org/release/%{cpan_name} @@ -48,7 +49,7 @@ It does not extract: * * packages created as part of a fully qualified variable name %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -63,7 +64,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes examples +%doc Changes examples SECURITY.md %license LICENSE %changelog