8
0

Accepting request 715732 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/715732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scope-Upper?expand=0&rev=23
This commit is contained in:
2019-07-16 16:28:33 +00:00
committed by Git OBS Bridge
parent ec0e4403a5
commit 80ab3e8952
4 changed files with 22 additions and 10 deletions

View File

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

3
Scope-Upper-0.32.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 16 10:03:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.32
see /usr/share/doc/packages/perl-Scope-Upper/Changes
0.32 2019-07-08 12:50 UTC
+ Fix : [RT #129539] : fails with v5.27.3 and later with DEBUGGING
The module has been amended to accomodate with a change of
behaviour of a core macro.
+ Upd : Contact info.
-------------------------------------------------------------------
Mon Aug 27 06:02:36 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Scope-Upper
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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-Scope-Upper
Version: 0.31
Version: 0.32
Release: 0
%define cpan_name Scope-Upper
Summary: Act on upper scopes
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Scope-Upper/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,11 +53,11 @@ uplevel ;
%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