From 59d1ca450c6e44f21ed20ee651514f0e521eb4bd73b0e1842ecb67f360c928bf Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Fri, 22 Aug 2025 21:33:43 +0000 Subject: [PATCH] Automatic update to v2.2.6 (2.002006) --- Function-Parameters-2.002005.tar.gz | 3 --- Function-Parameters-2.002006.tar.gz | 3 +++ perl-Function-Parameters.changes | 13 +++++++++++++ perl-Function-Parameters.spec | 11 ++++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 Function-Parameters-2.002005.tar.gz create mode 100644 Function-Parameters-2.002006.tar.gz diff --git a/Function-Parameters-2.002005.tar.gz b/Function-Parameters-2.002005.tar.gz deleted file mode 100644 index c892e8e..0000000 --- a/Function-Parameters-2.002005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8c9e116db2b551b8eb19aa8452aee6a26ad052886dffcd8e544616dd4cd5ab8 -size 73067 diff --git a/Function-Parameters-2.002006.tar.gz b/Function-Parameters-2.002006.tar.gz new file mode 100644 index 0000000..e82be7a --- /dev/null +++ b/Function-Parameters-2.002006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec36c5d891f31a90a6b6d6198d983a5974603ad5eb4f9376af807ac37493f9a2 +size 73151 diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index afb8218..8ae9453 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Aug 22 21:33:42 UTC 2025 - Tina Müller + +- updated to 2.2.6 (2.002006) + see /usr/share/doc/packages/perl-Function-Parameters/Changes + + 2.002006 2025-08-16 + - Fix a parse-time memory leak with undef or default initializers + ('fun ($x = undef)' or 'fun ($ =)'). This leak mostly manifests as + noise from memory checkers because non-leaked ops aren't freed + anyway while perl is still running. + - Update bugtracker info in README. + ------------------------------------------------------------------- Wed Jan 22 21:21:22 UTC 2025 - Tina Müller diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index b749e56..f63b1ac 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Function-Parameters # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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.5 +Version: 2.2.6 Release: 0 -# 2.002005 -> normalize -> 2.2.5 -%define cpan_version 2.002005 +# 2.002006 -> normalize -> 2.2.6 +%define cpan_version 2.002006 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} @@ -35,6 +35,7 @@ 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 +52,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} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -- 2.49.0