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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93afa19066d66dc53b6ef2e3faca50ab5c236904b0e51a6c40f28a60c763776c
size 12628

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beef542b925c4eec0cc50008caa16b01224e3d40e463619a1bf36910ed2837bf
size 13589

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 27 05:31:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

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