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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28abea58e0c09ce32799a08cbd7af70da1e299777c299119429ca069a71883e8
|
||||
size 72690
|
3
Function-Parameters-2.002005.tar.gz
Normal file
3
Function-Parameters-2.002005.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8c9e116db2b551b8eb19aa8452aee6a26ad052886dffcd8e544616dd4cd5ab8
|
||||
size 73067
|
@@ -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>
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user