Accepting request 1065464 from devel:languages:perl:autoupdate

- updated to 2.001005
   see /usr/share/doc/packages/perl-Function-Parameters/Changes
  2.001005  2023-01-27
            - Fix failures with perl 5.37.5 .. 5.37.6 caused by new internal
              opcode structure for anonymous subs.
  2.001004  2023-01-20
            - Drop Dir::Self test dependency (use FindBin instead).

OBS-URL: https://build.opensuse.org/request/show/1065464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=16
This commit is contained in:
2023-02-15 17:15:39 +00:00
committed by Git OBS Bridge
parent 2f754ce1b7
commit 18a0f2328c
4 changed files with 28 additions and 19 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jan 28 03:07:42 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.001005
see /usr/share/doc/packages/perl-Function-Parameters/Changes
2.001005 2023-01-27
- Fix failures with perl 5.37.5 .. 5.37.6 caused by new internal
opcode structure for anonymous subs.
2.001004 2023-01-20
- Drop Dir::Self test dependency (use FindBin instead).
-------------------------------------------------------------------
Sun Dec 10 14:05:40 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Function-Parameters
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Function-Parameters
Version: 2.001003
Release: 0
%define cpan_name Function-Parameters
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Function-Parameters/
Name: perl-Function-Parameters
Version: 2.001005
Release: 0
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}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAUKE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dir::Self)
BuildRequires: perl(Hash::Util) >= 0.07
BuildRequires: perl(Test::Fatal)
%{perl_requires}
@@ -47,14 +44,14 @@ compiler if you want to install it from source, as it uses Perl's keyword
plugin API in order to work reliably without requiring a source filter.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -62,7 +59,6 @@ plugin API in order to work reliably without requiring a source filter.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Makefile_PL_settings.plx README
%changelog