Hello community, here is the log from the commit of package perl-Test-Warnings for openSUSE:Factory checked in at 2020-03-25 23:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Warnings (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Warnings.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Warnings" Wed Mar 25 23:44:25 2020 rev:14 rq:788062 version:0.030 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Warnings/perl-Test-Warnings.changes 2020-03-19 19:49:42.652163730 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Warnings.new.3160/perl-Test-Warnings.changes 2020-03-25 23:45:12.948031272 +0100 @@ -1,0 +2,10 @@ +Sun Mar 22 03:11:38 UTC 2020 - <[email protected]> + +- updated to 0.030 + see /usr/share/doc/packages/perl-Test-Warnings/Changes + + 0.030 2020-03-21 16:56:30Z + - fix tests that can fail when there is already an installed module + named Foo::Bar::Baz (RT#132140) + +------------------------------------------------------------------- Old: ---- Test-Warnings-0.029.tar.gz New: ---- Test-Warnings-0.030.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Warnings.spec ++++++ --- /var/tmp/diff_new_pack.sqygkU/_old 2020-03-25 23:45:13.756031536 +0100 +++ /var/tmp/diff_new_pack.sqygkU/_new 2020-03-25 23:45:13.756031536 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Warnings -Version: 0.029 +Version: 0.030 Release: 0 %define cpan_name Test-Warnings Summary: Test for warnings and the lack of them ++++++ Test-Warnings-0.029.tar.gz -> Test-Warnings-0.030.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/Changes new/Test-Warnings-0.030/Changes --- old/Test-Warnings-0.029/Changes 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/Changes 2020-03-21 17:56:35.000000000 +0100 @@ -1,5 +1,9 @@ Revision history for Test-Warnings +0.030 2020-03-21 16:56:30Z + - fix tests that can fail when there is already an installed module + named Foo::Bar::Baz (RT#132140) + 0.029 2020-03-14 05:27:59Z - new :report_warnings feature, for printing all of the (unexpected) warning content when had_no_warnings() is called (Tina Mueller, PR#10) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/META.json new/Test-Warnings-0.030/META.json --- old/Test-Warnings-0.029/META.json 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/META.json 2020-03-21 17:56:35.000000000 +0100 @@ -181,7 +181,7 @@ "provides" : { "Test::Warnings" : { "file" : "lib/Test/Warnings.pm", - "version" : "0.029" + "version" : "0.030" } }, "release_status" : "stable", @@ -199,7 +199,7 @@ "x_IRC" : "irc://irc.perl.org/#perl-qa", "x_MailingList" : "http://lists.perl.org/list/perl-qa.html" }, - "version" : "0.029", + "version" : "0.030", "x_Dist_Zilla" : { "perl" : { "version" : "5.031009" @@ -1070,7 +1070,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.029", + "tag" : "v0.030", "tag_format" : "v%V", "tag_message" : "v%v%t" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/META.yml new/Test-Warnings-0.030/META.yml --- old/Test-Warnings-0.029/META.yml 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/META.yml 2020-03-21 17:56:35.000000000 +0100 @@ -30,7 +30,7 @@ provides: Test::Warnings: file: lib/Test/Warnings.pm - version: '0.029' + version: '0.030' requires: Carp: '0' Exporter: '0' @@ -45,7 +45,7 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings homepage: https://github.com/karenetheridge/Test-Warnings repository: https://github.com/karenetheridge/Test-Warnings.git -version: '0.029' +version: '0.030' x_Dist_Zilla: perl: version: '5.031009' @@ -710,7 +710,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.029 + tag: v0.030 tag_format: v%V tag_message: v%v%t Dist::Zilla::Role::Git::Repo: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/Makefile.PL new/Test-Warnings-0.030/Makefile.PL --- old/Test-Warnings-0.029/Makefile.PL 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/Makefile.PL 2020-03-21 17:56:35.000000000 +0100 @@ -30,7 +30,7 @@ "Test::More" => "0.94", "if" => 0 }, - "VERSION" => "0.029", + "VERSION" => "0.030", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/README new/Test-Warnings-0.030/README --- old/Test-Warnings-0.029/README 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/README 2020-03-21 17:56:35.000000000 +0100 @@ -1,5 +1,5 @@ This archive contains the distribution Test-Warnings, -version 0.029: +version 0.030: Test for warnings and the lack of them diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/lib/Test/Warnings.pm new/Test-Warnings-0.030/lib/Test/Warnings.pm --- old/Test-Warnings-0.029/lib/Test/Warnings.pm 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/lib/Test/Warnings.pm 2020-03-21 17:56:35.000000000 +0100 @@ -1,11 +1,11 @@ use strict; use warnings; -package Test::Warnings; # git description: v0.028-5-ged07d93 +package Test::Warnings; # git description: v0.029-2-g97d1c9f # vim: set ts=8 sts=4 sw=4 tw=115 et : # ABSTRACT: Test for warnings and the lack of them # KEYWORDS: testing tests warnings -our $VERSION = '0.029'; +our $VERSION = '0.030'; use parent 'Exporter'; use Test::Builder; @@ -178,7 +178,7 @@ =head1 VERSION -version 0.029 +version 0.030 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/t/06-skip-all.t new/Test-Warnings-0.030/t/06-skip-all.t --- old/Test-Warnings-0.029/t/06-skip-all.t 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/t/06-skip-all.t 2020-03-21 17:56:35.000000000 +0100 @@ -4,8 +4,9 @@ use Test::More; use Test::Warnings ':all'; -eval 'use Foo::Bar::Baz'; -plan skip_all => 'Need Foo::Bar::Baz to continue!' if $@; +my $module = 'Does::Not::Exist::'.substr(rand, 2); +eval "use $module"; +plan skip_all => 'Need '.$module.' to continue!' if $@; fail('we should not ever get here'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Warnings-0.029/xt/release/changes_has_content.t new/Test-Warnings-0.030/xt/release/changes_has_content.t --- old/Test-Warnings-0.029/xt/release/changes_has_content.t 2020-03-14 06:28:05.000000000 +0100 +++ new/Test-Warnings-0.030/xt/release/changes_has_content.t 2020-03-21 17:56:35.000000000 +0100 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.029'; +my $newver = '0.030'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';
