diff --git a/PadWalker-2.3.tar.gz b/PadWalker-2.3.tar.gz deleted file mode 100644 index c1a6191..0000000 --- a/PadWalker-2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf -size 16177 diff --git a/PadWalker-2.5.tar.gz b/PadWalker-2.5.tar.gz new file mode 100644 index 0000000..32a2bf4 --- /dev/null +++ b/PadWalker-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0 +size 16342 diff --git a/perl-PadWalker.changes b/perl-PadWalker.changes index 8ef014d..18d31e3 100644 --- a/perl-PadWalker.changes +++ b/perl-PadWalker.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 28 03:16:09 UTC 2020 - Tina Müller + +- updated to 2.5 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 2.4 Sat 26 Sep 2020 18:39:17 BST + - Names of utf8 lexical vars not reported correctly + https://rt.cpan.org/Ticket/Display.html?id=133424 + + 2.5 Sun 27 Sep 2020 13:22:11 BST + - Make 2.4 compatible with older perl. + ------------------------------------------------------------------- Sat Nov 11 06:44:44 UTC 2017 - coolo@suse.com diff --git a/perl-PadWalker.spec b/perl-PadWalker.spec index 61f58de..be106ad 100644 --- a/perl-PadWalker.spec +++ b/perl-PadWalker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PadWalker # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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-PadWalker -Version: 2.3 +Version: 2.5 Release: 0 %define cpan_name PadWalker -Summary: Play with Other Peoples' Lexical Variables -License: GPL-1.0+ or Artistic-1.0 +Summary: Play with other peoples' lexical variables +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/PadWalker/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,11 +47,11 @@ safe for and useful in production. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install