diff --git a/Function-Parameters-2.002004.tar.gz b/Function-Parameters-2.002004.tar.gz deleted file mode 100644 index 4a62100..0000000 --- a/Function-Parameters-2.002004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28abea58e0c09ce32799a08cbd7af70da1e299777c299119429ca069a71883e8 -size 72690 diff --git a/Function-Parameters-2.002005.tar.gz b/Function-Parameters-2.002005.tar.gz new file mode 100644 index 0000000..c892e8e --- /dev/null +++ b/Function-Parameters-2.002005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c9e116db2b551b8eb19aa8452aee6a26ad052886dffcd8e544616dd4cd5ab8 +size 73067 diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index eece01b..afb8218 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 22 21:21:22 UTC 2025 - Tina Müller + +- 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 . + ------------------------------------------------------------------- Sun Jul 16 03:06:13 UTC 2023 - Tina Müller diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index 36072ab..2f7f0b2 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Function-Parameters Name: perl-Function-Parameters -Version: 2.2.4 +Version: 2.2.5 Release: 0 -# 2.002004 -> normalize -> 2.2.4 -%define cpan_version 2.002004 +# 2.002005 -> normalize -> 2.2.5 +%define cpan_version 2.002005 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Define functions and methods with parameter lists ("subroutine signatures") URL: https://metacpan.org/release/%{cpan_name} @@ -34,7 +34,6 @@ BuildRequires: perl(Hash::Util) >= 0.07 BuildRequires: perl(Test::Fatal) Provides: perl(Function::Parameters) = %{version} Provides: perl(Function::Parameters::Info) = %{version} -Provides: perl(Function::Parameters::Param) %undefine __perllib_provides %{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. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"