Accepting request 838258 from devel:languages:perl:autoupdate
- 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. OBS-URL: https://build.opensuse.org/request/show/838258 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PadWalker?expand=0&rev=23
This commit is contained in:
parent
74d6da044f
commit
34d376f71b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf
|
||||
size 16177
|
BIN
PadWalker-2.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
PadWalker-2.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 03:16:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user