Accepting request 1240660 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/1240660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Extract-Namespaces?expand=0&rev=11
This commit is contained in:
2025-01-30 22:25:07 +00:00
committed by Git OBS Bridge
parent 5d52937ff0
commit f4e3f0c235
4 changed files with 18 additions and 8 deletions

View File

@@ -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