Hello community,
here is the log from the commit of package perl-Devel-PartialDump for
openSUSE:Factory checked in at 2017-07-21 22:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-PartialDump (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-PartialDump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-PartialDump"
Fri Jul 21 22:47:03 2017 rev:10 rq:509389 version:0.20
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-PartialDump/perl-Devel-PartialDump.changes
2017-07-10 11:07:45.341148926 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-PartialDump.new/perl-Devel-PartialDump.changes
2017-07-21 22:47:10.295582664 +0200
@@ -1,0 +2,9 @@
+Sun Jul 9 05:22:51 UTC 2017 - [email protected]
+
+- updated to 0.20
+ see /usr/share/doc/packages/perl-Devel-PartialDump/Changes
+
+ 0.20 2017-07-06 04:34:59Z
+ - fix tests on Carp <1.25 (Paul Howarth, PR#1)
+
+-------------------------------------------------------------------
Old:
----
Devel-PartialDump-0.19.tar.gz
New:
----
Devel-PartialDump-0.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-PartialDump.spec ++++++
--- /var/tmp/diff_new_pack.vkPOU2/_old 2017-07-21 22:47:13.023197899 +0200
+++ /var/tmp/diff_new_pack.vkPOU2/_new 2017-07-21 22:47:13.023197899 +0200
@@ -17,7 +17,7 @@
Name: perl-Devel-PartialDump
-Version: 0.19
+Version: 0.20
Release: 0
%define cpan_name Devel-PartialDump
Summary: Partial dumping of data structures, optimized for argument
printing
++++++ Devel-PartialDump-0.19.tar.gz -> Devel-PartialDump-0.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/Changes
new/Devel-PartialDump-0.20/Changes
--- old/Devel-PartialDump-0.19/Changes 2017-07-03 22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/Changes 2017-07-06 06:35:05.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Devel-PartialDump
+0.20 2017-07-06 04:34:59Z
+ - fix tests on Carp <1.25 (Paul Howarth, PR#1)
+
0.19 2017-07-03 20:24:01Z
- remove use of Test::Warn in tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/META.json
new/Devel-PartialDump-0.20/META.json
--- old/Devel-PartialDump-0.19/META.json 2017-07-03 22:24:05.000000000
+0200
+++ new/Devel-PartialDump-0.20/META.json 2017-07-06 06:35:05.000000000
+0200
@@ -165,7 +165,7 @@
"provides" : {
"Devel::PartialDump" : {
"file" : "lib/Devel/PartialDump.pm",
- "version" : "0.19"
+ "version" : "0.20"
}
},
"release_status" : "stable",
@@ -183,7 +183,7 @@
"x_IRC" : "irc://irc.perl.org/#moose",
"x_MailingList" : "http://lists.perl.org/list/moose.html"
},
- "version" : "0.19",
+ "version" : "0.20",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026000"
@@ -261,7 +261,7 @@
"exclude_filename" : [
"CONTRIBUTING",
"INSTALL",
- "LICENSE",
+ "LICENCE",
"README.pod"
],
"exclude_match" : [],
@@ -935,21 +935,6 @@
"version" : "6.009"
},
{
- "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
- "config" : {
- "Dist::Zilla::Plugin::Run::Role::Runner" : {
- "eval" : [
- "unlink 'LICENSE'"
- ],
- "fatal_errors" : 1,
- "quiet" : 1,
- "version" : "0.045"
- }
- },
- "name" : "@Author::ETHER/remove old LICENSE",
- "version" : "0.045"
- },
- {
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
"config" : {
"Dist::Zilla::Plugin::CopyFilesFromRelease" : {
@@ -991,7 +976,7 @@
"CONTRIBUTING",
"Changes",
"INSTALL",
- "LICENSE",
+ "LICENCE",
"README.pod"
],
"allow_dirty_match" : [],
@@ -1015,7 +1000,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v0.19",
+ "tag" : "v0.20",
"tag_format" : "v%v",
"tag_message" : "v%v%t"
},
@@ -1225,9 +1210,10 @@
"Karen Etheridge <[email protected]>",
"Florian Ragwitz <[email protected]>",
"Steven Lee <[email protected]>",
+ "Leo Lapworth <[email protected]>",
"Jesse Luehrs <[email protected]>",
"David Golden <[email protected]>",
- "Leo Lapworth <[email protected]>"
+ "Paul Howarth <[email protected]>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
"x_static_install" : 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/META.yml
new/Devel-PartialDump-0.20/META.yml
--- old/Devel-PartialDump-0.19/META.yml 2017-07-03 22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/META.yml 2017-07-06 06:35:05.000000000 +0200
@@ -37,7 +37,7 @@
provides:
Devel::PartialDump:
file: lib/Devel/PartialDump.pm
- version: '0.19'
+ version: '0.20'
requires:
Carp: '0'
Class::Tiny: '0'
@@ -53,7 +53,7 @@
bugtracker:
https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-PartialDump
homepage: https://github.com/moose/Devel-PartialDump
repository: https://github.com/moose/Devel-PartialDump.git
-version: '0.19'
+version: '0.20'
x_Dist_Zilla:
perl:
version: '5.026000'
@@ -115,7 +115,7 @@
exclude_filename:
- CONTRIBUTING
- INSTALL
- - LICENSE
+ - LICENCE
- README.pod
exclude_match: []
follow_symlinks: 0
@@ -629,17 +629,6 @@
name: '@Author::ETHER/UploadToCPAN'
version: '6.009'
-
- class: Dist::Zilla::Plugin::Run::AfterRelease
- config:
- Dist::Zilla::Plugin::Run::Role::Runner:
- eval:
- - "unlink 'LICENSE'"
- fatal_errors: 1
- quiet: 1
- version: '0.045'
- name: '@Author::ETHER/remove old LICENSE'
- version: '0.045'
- -
class: Dist::Zilla::Plugin::CopyFilesFromRelease
config:
Dist::Zilla::Plugin::CopyFilesFromRelease:
@@ -672,7 +661,7 @@
- CONTRIBUTING
- Changes
- INSTALL
- - LICENSE
+ - LICENCE
- README.pod
allow_dirty_match: []
changelog: Changes
@@ -690,7 +679,7 @@
branch: ~
changelog: Changes
signed: 0
- tag: v0.19
+ tag: v0.20
tag_format: v%v
tag_message: v%v%t
Dist::Zilla::Role::Git::Repo:
@@ -846,9 +835,10 @@
- 'Karen Etheridge <[email protected]>'
- 'Florian Ragwitz <[email protected]>'
- 'Steven Lee <[email protected]>'
+ - 'Leo Lapworth <[email protected]>'
- 'Jesse Luehrs <[email protected]>'
- 'David Golden <[email protected]>'
- - 'Leo Lapworth <[email protected]>'
+ - 'Paul Howarth <[email protected]>'
x_serialization_backend: 'YAML::Tiny version 1.72'
x_static_install: 1
x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/Makefile.PL
new/Devel-PartialDump-0.20/Makefile.PL
--- old/Devel-PartialDump-0.19/Makefile.PL 2017-07-03 22:24:05.000000000
+0200
+++ new/Devel-PartialDump-0.20/Makefile.PL 2017-07-06 06:35:05.000000000
+0200
@@ -34,7 +34,7 @@
"ok" => 0,
"overload" => 0
},
- "VERSION" => "0.19",
+ "VERSION" => "0.20",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/README
new/Devel-PartialDump-0.20/README
--- old/Devel-PartialDump-0.19/README 2017-07-03 22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/README 2017-07-06 06:35:05.000000000 +0200
@@ -1,7 +1,7 @@
This archive contains the distribution Devel-PartialDump,
-version 0.19:
+version 0.20:
Partial dumping of data structures, optimized for argument printing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/lib/Devel/PartialDump.pm
new/Devel-PartialDump-0.20/lib/Devel/PartialDump.pm
--- old/Devel-PartialDump-0.19/lib/Devel/PartialDump.pm 2017-07-03
22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/lib/Devel/PartialDump.pm 2017-07-06
06:35:05.000000000 +0200
@@ -1,11 +1,11 @@
use strict;
use warnings;
-package Devel::PartialDump; # git description: v0.18-5-g7d2520e
+package Devel::PartialDump; # git description: v0.19-3-ga398185
# vim: set ts=8 sts=4 sw=4 tw=115 et :
# ABSTRACT: Partial dumping of data structures, optimized for argument
printing.
# KEYWORDS: development debugging dump dumper diagnostics deep data structures
-our $VERSION = '0.19';
+our $VERSION = '0.20';
use Carp ();
use Scalar::Util qw(looks_like_number reftype blessed);
@@ -42,7 +42,7 @@
sub replacement_caller_info {
my $i = shift(@_) + 1;
- package DB; # git description: v0.18-5-g7d2520e
+ package DB; # git description: v0.19-3-ga398185
my %call_info;
@call_info{
qw(pack file line sub has_args wantarray evaltext is_require)
@@ -327,7 +327,7 @@
=head1 VERSION
-version 0.19
+version 0.20
=head1 SYNOPSIS
@@ -604,7 +604,7 @@
=head1 CONTRIBUTORS
-=for stopwords Karen Etheridge Florian Ragwitz Steven Lee Jesse Luehrs David
Golden Leo Lapworth
+=for stopwords Karen Etheridge Florian Ragwitz Steven Lee Leo Lapworth Jesse
Luehrs David Golden Paul Howarth
=over 4
@@ -622,6 +622,10 @@
=item *
+Leo Lapworth <[email protected]>
+
+=item *
+
Jesse Luehrs <[email protected]>
=item *
@@ -630,7 +634,7 @@
=item *
-Leo Lapworth <[email protected]>
+Paul Howarth <[email protected]>
=back
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/t/exports.t
new/Devel-PartialDump-0.20/t/exports.t
--- old/Devel-PartialDump-0.19/t/exports.t 2017-07-03 22:24:05.000000000
+0200
+++ new/Devel-PartialDump-0.20/t/exports.t 2017-07-06 06:35:05.000000000
+0200
@@ -4,6 +4,9 @@
use Test::More 0.88;
use Test::Warnings 0.009 ':no_end_test', ':all';
+require Carp;
+my $period = ($Carp::VERSION >= 1.25) ? "." : "";
+
my $line;
{
package Foo;
@@ -20,13 +23,13 @@
is_deeply(
[ warnings { Foo::w } ],
- [ "[ \"foo\" ] at " . __FILE__ . " line $line.\n" ],
+ [ "[ \"foo\" ] at " . __FILE__ . " line $line$period\n" ],
'warn',
);
is_deeply(
[ warnings { Foo::c; $line = __LINE__ } ],
- [ "[ \"foo\" ] at " . __FILE__ . " line $line.\n" ],
+ [ "[ \"foo\" ] at " . __FILE__ . " line $line$period\n" ],
'carp',
);
@@ -38,7 +41,7 @@
is_deeply(
[ warnings { is_deeply(Foo::s, ['foo'], 'show') } ],
- [ "[ \"foo\" ] at " . __FILE__ . " line $line.\n" ],
+ [ "[ \"foo\" ] at " . __FILE__ . " line $line$period\n" ],
'show warns and shows',
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PartialDump-0.19/xt/author/pod-spell.t
new/Devel-PartialDump-0.20/xt/author/pod-spell.t
--- old/Devel-PartialDump-0.19/xt/author/pod-spell.t 2017-07-03
22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/xt/author/pod-spell.t 2017-07-06
06:35:05.000000000 +0200
@@ -15,6 +15,7 @@
Etheridge
Florian
Golden
+Howarth
Jesse
Karen
Kogman
@@ -23,6 +24,7 @@
Leo
Luehrs
PartialDump
+Paul
Ragwitz
Steven
Yuval
@@ -32,6 +34,7 @@
irc
lib
nothingmuch
+paul
rafl
stevenwh
web
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Devel-PartialDump-0.19/xt/release/changes_has_content.t
new/Devel-PartialDump-0.20/xt/release/changes_has_content.t
--- old/Devel-PartialDump-0.19/xt/release/changes_has_content.t 2017-07-03
22:24:05.000000000 +0200
+++ new/Devel-PartialDump-0.20/xt/release/changes_has_content.t 2017-07-06
06:35:05.000000000 +0200
@@ -4,7 +4,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.19';
+my $newver = '0.20';
my $trial_token = '-TRIAL';
SKIP: {