Hello community, here is the log from the commit of package perl-CPAN-Changes for openSUSE:Factory checked in at 2015-07-02 22:44:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Changes (Old) and /work/SRC/openSUSE:Factory/.perl-CPAN-Changes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Changes" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CPAN-Changes/perl-CPAN-Changes.changes 2015-06-12 21:14:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CPAN-Changes.new/perl-CPAN-Changes.changes 2015-07-02 22:44:35.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Jun 22 08:12:33 UTC 2015 - [email protected] + +- updated to 0.400002 + see /usr/share/doc/packages/perl-CPAN-Changes/Changes + + 0.400002 - 2015-06-21 + - revert whitespace changes that were inadvertantly included in previous + release. + - escape curly brackets in test to avoid warning in perl 5.22 + +------------------------------------------------------------------- Old: ---- CPAN-Changes-0.400001.tar.gz New: ---- CPAN-Changes-0.400002.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CPAN-Changes.spec ++++++ --- /var/tmp/diff_new_pack.q6SP6h/_old 2015-07-02 22:44:36.000000000 +0200 +++ /var/tmp/diff_new_pack.q6SP6h/_new 2015-07-02 22:44:36.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-CPAN-Changes -Version: 0.400001 +Version: 0.400002 Release: 0 %define cpan_name CPAN-Changes Summary: Read and write Changes files ++++++ CPAN-Changes-0.400001.tar.gz -> CPAN-Changes-0.400002.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/Changes new/CPAN-Changes-0.400002/Changes --- old/CPAN-Changes-0.400001/Changes 2015-05-23 09:23:30.000000000 +0200 +++ new/CPAN-Changes-0.400002/Changes 2015-06-21 20:39:48.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for perl module CPAN::Changes +0.400002 - 2015-06-21 + - revert whitespace changes that were inadvertantly included in previous + release. + - escape curly brackets in test to avoid warning in perl 5.22 + 0.400001 - 2015-05-23 - accept either UTF-8 or ISO-8859-1 files and decode them - only treat bracketed text if it is on its own line with no other brackets diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/META.json new/CPAN-Changes-0.400002/META.json --- old/CPAN-Changes-0.400001/META.json 2015-05-23 09:23:41.000000000 +0200 +++ new/CPAN-Changes-0.400002/META.json 2015-06-21 20:39:56.000000000 +0200 @@ -4,7 +4,7 @@ "Brian Cassidy <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.143240", + "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -60,6 +60,6 @@ }, "x_IRC" : "irc://irc.perl.org/#metacpan" }, - "version" : "0.400001", + "version" : "0.400002", "x_authority" : "cpan:BRICAS" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/META.yml new/CPAN-Changes-0.400002/META.yml --- old/CPAN-Changes-0.400001/META.yml 2015-05-23 09:23:41.000000000 +0200 +++ new/CPAN-Changes-0.400002/META.yml 2015-06-21 20:39:56.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.143240' +generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,5 +25,5 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Changes license: http://dev.perl.org/licenses/ repository: https://github.com/CPAN-API/CPAN-Changes.git -version: '0.400001' +version: '0.400002' x_authority: cpan:BRICAS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/lib/CPAN/Changes/Group.pm new/CPAN-Changes-0.400002/lib/CPAN/Changes/Group.pm --- old/CPAN-Changes-0.400001/lib/CPAN/Changes/Group.pm 2015-05-19 02:48:42.000000000 +0200 +++ new/CPAN-Changes-0.400002/lib/CPAN/Changes/Group.pm 2015-06-21 20:32:14.000000000 +0200 @@ -54,16 +54,12 @@ my $output = ''; my $name = $self->name; - my $indent = ' '; - if (length $name) { - $output .= sprintf " [ %s ]\n", $name if length $name; - $indent .= ' '; - } + $output .= sprintf " [%s]\n", $name if length $name; # change logs commonly have long URLs we shouldn't break, and by default # Text::Wrap wraps on NONBREAKING SPACE. local $Text::Wrap::break = '[\t ]'; local $Text::Wrap::huge = 'overflow'; - $output .= Text::Wrap::wrap( "$indent- ", "$indent ", $_ ) . "\n" for @{ $self->changes }; + $output .= Text::Wrap::wrap( ' - ', ' ', $_ ) . "\n" for @{ $self->changes }; return $output; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/lib/CPAN/Changes.pm new/CPAN-Changes-0.400002/lib/CPAN/Changes.pm --- old/CPAN-Changes-0.400001/lib/CPAN/Changes.pm 2015-05-23 09:21:12.000000000 +0200 +++ new/CPAN-Changes-0.400002/lib/CPAN/Changes.pm 2015-06-21 20:39:31.000000000 +0200 @@ -8,7 +8,7 @@ use version (); use Encode qw(decode FB_CROAK LEAVE_SRC); -our $VERSION = '0.400001'; +our $VERSION = '0.400002'; # From DateTime::Format::W3CDTF our $W3CDTF_REGEX = qr{(\d\d\d\d) # Year diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/lib/Test/CPAN/Changes.pm new/CPAN-Changes-0.400002/lib/Test/CPAN/Changes.pm --- old/CPAN-Changes-0.400001/lib/Test/CPAN/Changes.pm 2015-05-19 01:53:07.000000000 +0200 +++ new/CPAN-Changes-0.400002/lib/Test/CPAN/Changes.pm 2015-06-21 20:39:31.000000000 +0200 @@ -7,7 +7,7 @@ use Test::Builder; use version (); -our $VERSION = '0.400001'; +our $VERSION = '0.400002'; my $Test = Test::Builder->new; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/t/dist-zilla-changes.t new/CPAN-Changes-0.400002/t/dist-zilla-changes.t --- old/CPAN-Changes-0.400001/t/dist-zilla-changes.t 2014-10-10 12:52:12.000000000 +0200 +++ new/CPAN-Changes-0.400002/t/dist-zilla-changes.t 2015-06-21 20:35:11.000000000 +0200 @@ -6,7 +6,7 @@ use CPAN::Changes; my $changes = CPAN::Changes->load( 't/corpus/dist-zilla.changes', - next_token => qr/{{\$NEXT}}/); + next_token => qr/\{\{\$NEXT\}\}/); isa_ok( $changes, 'CPAN::Changes' ); is( $changes->preamble, 'Revision history for Catalyst-Plugin-Sitemap', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/t/serialize.t new/CPAN-Changes-0.400002/t/serialize.t --- old/CPAN-Changes-0.400001/t/serialize.t 2015-05-19 02:46:14.000000000 +0200 +++ new/CPAN-Changes-0.400002/t/serialize.t 2015-06-21 20:32:46.000000000 +0200 @@ -16,7 +16,7 @@ { my $expected = <<EOCHANGES; 0.01 2010-06-16 - - Initial release + - Initial release EOCHANGES is( $changes->serialize, $expected, 'serialize' ); @@ -29,7 +29,7 @@ Revision history for perl module Foo::Bar 0.01 2010-06-16 - - Initial release + - Initial release EOCHANGES is( $changes->serialize, $expected, 'serialize with preamble' ); @@ -44,8 +44,8 @@ Revision history for perl module Foo::Bar 0.01 2010-06-16 - [ Group 1 ] - - Initial release + [Group 1] + - Initial release EOCHANGES is( $changes->serialize, $expected, @@ -64,11 +64,11 @@ Revision history for perl module Foo::Bar 0.02 2010-06-17 - - New version + - New version 0.01 2010-06-16 - [ Group 1 ] - - Initial release + [Group 1] + - Initial release EOCHANGES is( $changes->serialize, $expected, 'serialize with multiple releases' ); @@ -90,8 +90,8 @@ Revision history for perl module Foo::Bar 0.01 2010-06-16 - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis tortor - ac urna faucibus feugiat. + - Lorem ipsum dolor sit amet, consectetur adipiscing elit. In quis tortor + ac urna faucibus feugiat. EOCHANGES is( $changes->serialize, $expected, 'serialize with line-wrap' ); @@ -114,7 +114,7 @@ Revision history for perl module Foo::Bar 0.01 2010-06-16 Note - - Test + - Test EOCHANGES is( $changes->serialize, $expected, 'serialize with note' ); @@ -137,7 +137,7 @@ Revision history for perl module Foo::Bar 0.01 Unknown (Oops) - - Test + - Test EOCHANGES is( $changes->serialize, $expected, 'serialize with unknown date and note' ); @@ -154,7 +154,7 @@ ); my $expected = <<EOCHANGES; 0.01 - - Initial release + - Initial release EOCHANGES is( $changes->serialize, $expected, 'serialize w/ defined but empty date and note' ); @@ -174,8 +174,8 @@ ); my $expected = <<EOCHANGES; 0.01 - - http://www.cpan.org/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz - - \x{026B}this_entry_should_not_be_wrapped_on_the_nonbreaking_space\x{00A0}in_it_even_though_it_is_over_80_characters_long + - http://www.cpan.org/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz + - \x{026B}this_entry_should_not_be_wrapped_on_the_nonbreaking_space\x{00A0}in_it_even_though_it_is_over_80_characters_long EOCHANGES is( $changes->serialize, $expected, 'serialize does not wrap long tokens or split on nbsp' ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Changes-0.400001/t/sort_groups.t new/CPAN-Changes-0.400002/t/sort_groups.t --- old/CPAN-Changes-0.400001/t/sort_groups.t 2015-05-19 01:49:42.000000000 +0200 +++ new/CPAN-Changes-0.400002/t/sort_groups.t 2015-06-21 20:30:15.000000000 +0200 @@ -34,7 +34,7 @@ sub expected_order { my @groups = @_; - my $re = join '.*', map { "\\[\\s*$_\\s*\\]" } @groups; + my $re = join '.*', map { "\\[$_\\]" } @groups; return qr/$re/s; }
