From 05adb0fb9da329941af1dcfc6d8a5c2450a68b1d8d5e6c26ab747c4204c6828a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jun 2018 06:45:09 +0000 Subject: [PATCH] Accepting request 615717 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/615717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warn?expand=0&rev=26 --- Test-Warn-0.32.tar.gz | 3 --- Test-Warn-0.34.tar.gz | 3 +++ perl-Test-Warn.changes | 18 ++++++++++++++++++ perl-Test-Warn.spec | 14 +++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 Test-Warn-0.32.tar.gz create mode 100644 Test-Warn-0.34.tar.gz diff --git a/Test-Warn-0.32.tar.gz b/Test-Warn-0.32.tar.gz deleted file mode 100644 index f9805c7..0000000 --- a/Test-Warn-0.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2 -size 11641 diff --git a/Test-Warn-0.34.tar.gz b/Test-Warn-0.34.tar.gz new file mode 100644 index 0000000..3b97f02 --- /dev/null +++ b/Test-Warn-0.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff +size 11787 diff --git a/perl-Test-Warn.changes b/perl-Test-Warn.changes index af72379..dffa1a9 100644 --- a/perl-Test-Warn.changes +++ b/perl-Test-Warn.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 10 06:09:13 UTC 2018 - coolo@suse.com + +- updated to 0.34 + see /usr/share/doc/packages/perl-Test-Warn/Changes + + 0.34 2018-05-31 + - Added a note that XS warnings might not be caught + https://rt.cpan.org/Ticket/Display.html?id=42070&results=3c71d1b101a730e185691657f3b02f21 + https://github.com/hanfried/test-warn/issues/1 + - Removed TODO section + - Updated Copyright section + + 0.33 2018-05-29 + - Patch from Era Eriksson to clean up some manpage language + Bug-Debian: #322351 + https://rt.cpan.org/Ticket/Display.html?id=49519 + ------------------------------------------------------------------- Sat Dec 24 07:12:01 UTC 2016 - coolo@suse.com diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec index 664f407..4b4c3a9 100644 --- a/perl-Test-Warn.spec +++ b/perl-Test-Warn.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warn # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,14 +17,14 @@ Name: perl-Test-Warn -Version: 0.32 +Version: 0.34 Release: 0 %define cpan_name Test-Warn Summary: Perl extension to test methods for warnings -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Warn/ -Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,10 +40,10 @@ Requires: perl(Sub::Uplevel) >= 0.12 A good style of Perl programming calls for a lot of diverse regression tests. -This module provides a few convenience methods for testing warning based -code. +This module provides a few convenience methods for testing warning +based-code. -If you are not already familiar with the Test::More manpage now would be +If you are not already familiar with the Test::More manpage, now would be the time to go take a look. %prep