Accepting request 1239666 from devel:languages:perl:autoupdate

- updated to 2.2.5 (2.002005)
   see /usr/share/doc/packages/perl-Function-Parameters/Changes
  2.002005  2025-01-19
            - When debugging, skip over invisible (generated) parameter
              initialization code even if single-step mode is active.
            - Move repository and bugtracker to <https://codeberg.org>.

OBS-URL: https://build.opensuse.org/request/show/1239666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=21
This commit is contained in:
2025-01-26 01:37:32 +00:00
committed by Git OBS Bridge
parent 0c1d34a113
commit f9b4ea2738
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 22 21:21:22 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.2.5 (2.002005)
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.002005 2025-01-19
- When debugging, skip over invisible (generated) parameter
initialization code even if single-step mode is active.
- Move repository and bugtracker to <https://codeberg.org>.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 16 03:06:13 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sun Jul 16 03:06:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Function-Parameters # spec file for package perl-Function-Parameters
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Function-Parameters %define cpan_name Function-Parameters
Name: perl-Function-Parameters Name: perl-Function-Parameters
Version: 2.2.4 Version: 2.2.5
Release: 0 Release: 0
# 2.002004 -> normalize -> 2.2.4 # 2.002005 -> normalize -> 2.2.5
%define cpan_version 2.002004 %define cpan_version 2.002005
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Define functions and methods with parameter lists ("subroutine signatures") Summary: Define functions and methods with parameter lists ("subroutine signatures")
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -34,7 +34,6 @@ BuildRequires: perl(Hash::Util) >= 0.07
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
Provides: perl(Function::Parameters) = %{version} Provides: perl(Function::Parameters) = %{version}
Provides: perl(Function::Parameters::Info) = %{version} Provides: perl(Function::Parameters::Info) = %{version}
Provides: perl(Function::Parameters::Param)
%undefine __perllib_provides %undefine __perllib_provides
%{perl_requires} %{perl_requires}
@@ -51,7 +50,7 @@ install it from source, as it uses Perl's keyword plugin API in order to
work reliably without requiring a source filter. work reliably without requiring a source filter.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"