diff --git a/Function-Parameters-2.001003.tar.gz b/Function-Parameters-2.001003.tar.gz deleted file mode 100644 index 51ea904..0000000 --- a/Function-Parameters-2.001003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa22c6b43c02499ec7db0758c2dd218a3b2ab47a714b2bdf8010b5ee113c242 -size 91273 diff --git a/Function-Parameters-2.001005.tar.gz b/Function-Parameters-2.001005.tar.gz new file mode 100644 index 0000000..c34a179 --- /dev/null +++ b/Function-Parameters-2.001005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231cee398311aa24d88b0881b36eedc9322bcb7d244187b03df4c3d79f333277 +size 88688 diff --git a/perl-Function-Parameters.changes b/perl-Function-Parameters.changes index 4c941d7..0950c2f 100644 --- a/perl-Function-Parameters.changes +++ b/perl-Function-Parameters.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jan 28 03:07:42 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-Function-Parameters.spec b/perl-Function-Parameters.spec index 3d01cd2..382feca 100644 --- a/perl-Function-Parameters.spec +++ b/perl-Function-Parameters.spec @@ -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