Automatic update to v2.2.6 (2.002006) #1

Merged
tinita merged 1 commits from :autoupdate into main 2025-08-26 15:49:44 +02:00
4 changed files with 22 additions and 8 deletions
Showing only changes of commit 59d1ca450c - Show all commits

View File

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

BIN
Function-Parameters-2.002006.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 22 21:33:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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