Accepting request 838282 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/838282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PadWalker?expand=0&rev=18
This commit is contained in:
2020-09-29 17:01:53 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 12 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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

View File

@@ -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