Hello community, here is the log from the commit of package perl-Test-Strict for openSUSE:Factory checked in at 2018-07-27 10:52:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Strict (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Strict.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Strict" Fri Jul 27 10:52:27 2018 rev:7 rq:624681 version:0.47 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes 2018-07-18 22:38:04.194117257 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Strict.new/perl-Test-Strict.changes 2018-07-27 10:52:29.429215642 +0200 @@ -1,0 +2,9 @@ +Tue Jul 17 06:09:30 UTC 2018 - [email protected] + +- updated to 0.47 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.47 2018-07-07 18:00:00 MANWAR + - Upgraded version. + +------------------------------------------------------------------- Old: ---- Test-Strict-0.46.tar.gz New: ---- Test-Strict-0.47.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Strict.spec ++++++ --- /var/tmp/diff_new_pack.ESVNZI/_old 2018-07-27 10:52:29.909216561 +0200 +++ /var/tmp/diff_new_pack.ESVNZI/_new 2018-07-27 10:52:29.913216568 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Strict -Version: 0.46 +Version: 0.47 Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage ++++++ Test-Strict-0.46.tar.gz -> Test-Strict-0.47.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Strict-0.46/Changes new/Test-Strict-0.47/Changes --- old/Test-Strict-0.46/Changes 2018-07-06 16:53:46.000000000 +0200 +++ new/Test-Strict-0.47/Changes 2018-07-07 18:56:52.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Test::Strict. +0.47 2018-07-07 18:00:00 MANWAR + - Upgraded version. + 0.46 2018-07-06 15:55:00 MANWAR - Patched issue #24 raised by @robrwo. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Strict-0.46/META.json new/Test-Strict-0.47/META.json --- old/Test-Strict-0.46/META.json 2018-07-06 16:54:02.000000000 +0200 +++ new/Test-Strict-0.47/META.json 2018-07-07 18:57:23.000000000 +0200 @@ -49,7 +49,7 @@ "provides" : { "Test::Strict" : { "file" : "lib/Test/Strict.pm", - "version" : "0.45" + "version" : "0.47" } }, "release_status" : "stable", @@ -64,7 +64,7 @@ "x_license" : "http://dev.perl.org/licenses/" } }, - "version" : "0.46", + "version" : "0.47", "x_contributors" : [ "Gabor Szabo <[email protected]>", "Peter Vereshagin <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Strict-0.46/META.yml new/Test-Strict-0.47/META.yml --- old/Test-Strict-0.46/META.yml 2018-07-06 16:54:02.000000000 +0200 +++ new/Test-Strict-0.47/META.yml 2018-07-07 18:57:23.000000000 +0200 @@ -22,7 +22,7 @@ provides: Test::Strict: file: lib/Test/Strict.pm - version: '0.45' + version: '0.47' requires: File::Find: '0.01' File::Spec: '0.01' @@ -33,7 +33,7 @@ resources: bugtracker: http://github.com/manwar/Test-Strict repository: http://github.com/manwar/Test-Strict.git -version: '0.46' +version: '0.47' x_contributors: - 'Gabor Szabo <[email protected]>' - 'Peter Vereshagin <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Strict-0.46/Makefile.PL new/Test-Strict-0.47/Makefile.PL --- old/Test-Strict-0.46/Makefile.PL 2018-02-22 17:42:48.000000000 +0100 +++ new/Test-Strict-0.47/Makefile.PL 2018-07-06 16:59:17.000000000 +0200 @@ -28,7 +28,7 @@ $conf{META_MERGE} = { 'meta-spec' => { version => 2 }, provides => { - 'Test::Strict' => { file => 'lib/Test/Strict.pm', version => '0.45' }, + 'Test::Strict' => { file => 'lib/Test/Strict.pm', version => '0.47' }, }, resources => { repository => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Strict-0.46/lib/Test/Strict.pm new/Test-Strict-0.47/lib/Test/Strict.pm --- old/Test-Strict-0.46/lib/Test/Strict.pm 2018-07-06 16:40:07.000000000 +0200 +++ new/Test-Strict-0.47/lib/Test/Strict.pm 2018-07-06 16:59:26.000000000 +0200 @@ -6,7 +6,7 @@ =head1 VERSION -Version 0.46 +Version 0.47 =head1 SYNOPSIS @@ -71,7 +71,7 @@ use Config; our $COVER; -our $VERSION = '0.46'; +our $VERSION = '0.47'; our $PERL = $^X || 'perl'; our $COVERAGE_THRESHOLD = 50; # 50% our $UNTAINT_PATTERN = qr|^(.*)$|;
