From 80ab3e89528ba876749d13a428c23b2d06c33ad2bc775db89f0f0405c038f12c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Jul 2019 16:28:33 +0000 Subject: [PATCH] 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 --- Scope-Upper-0.31.tar.gz | 3 --- Scope-Upper-0.32.tar.gz | 3 +++ perl-Scope-Upper.changes | 12 ++++++++++++ perl-Scope-Upper.spec | 14 +++++++------- 4 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 Scope-Upper-0.31.tar.gz create mode 100644 Scope-Upper-0.32.tar.gz diff --git a/Scope-Upper-0.31.tar.gz b/Scope-Upper-0.31.tar.gz deleted file mode 100644 index 8f8dda9..0000000 --- a/Scope-Upper-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4d2ce0f185b4867d73b4083991117052a523fd409debf15bdd7e374cc16d8c -size 99136 diff --git a/Scope-Upper-0.32.tar.gz b/Scope-Upper-0.32.tar.gz new file mode 100644 index 0000000..a54d446 --- /dev/null +++ b/Scope-Upper-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaff3251c092f2af8b5ad840b76655c4bc4ccf504ff7bde233811822a40abcf +size 95563 diff --git a/perl-Scope-Upper.changes b/perl-Scope-Upper.changes index e778e78..3392508 100644 --- a/perl-Scope-Upper.changes +++ b/perl-Scope-Upper.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 16 10:03:44 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec index 536f564..c01cc91 100644 --- a/perl-Scope-Upper.spec +++ b/perl-Scope-Upper.spec @@ -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