Hello community, here is the log from the commit of package perl-Data-Section for openSUSE:Factory checked in at 2014-02-10 10:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Section (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Section.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Section" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-Section/perl-Data-Section.changes 2013-12-12 11:19:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Data-Section.new/perl-Data-Section.changes 2014-02-10 10:17:22.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Feb 9 13:33:36 UTC 2014 - [email protected] + +- updated to 0.200005 + - open DATA handles both :raw and :bytes to avoid content munging on + Win32 (thanks, Kenichi Ishigaki!) + - This is not yet a perfect solution for Win32. + +------------------------------------------------------------------- Old: ---- Data-Section-0.200004.tar.gz New: ---- Data-Section-0.200005.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Section.spec ++++++ --- /var/tmp/diff_new_pack.vs35ZU/_old 2014-02-10 10:17:22.000000000 +0100 +++ /var/tmp/diff_new_pack.vs35ZU/_new 2014-02-10 10:17:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Section # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-Data-Section -Version: 0.200004 +Version: 0.200005 Release: 0 %define cpan_name Data-Section Summary: read multiple hunks of data out of your DATA section @@ -33,20 +33,6 @@ BuildRequires: perl(Sub::Exporter) >= 0.979 BuildRequires: perl(Test::FailWarnings) BuildRequires: perl(Test::More) >= 0.96 -#BuildRequires: perl(Child) -#BuildRequires: perl(Data::Section) -#BuildRequires: perl(End) -#BuildRequires: perl(Godfather) -#BuildRequires: perl(Grandchild) -#BuildRequires: perl(Header) -#BuildRequires: perl(I::Child) -#BuildRequires: perl(I::Grandchild) -#BuildRequires: perl(I::Parent) -#BuildRequires: perl(NoData) -#BuildRequires: perl(NoName) -#BuildRequires: perl(Parent) -#BuildRequires: perl(Relaxed) -#BuildRequires: perl(WindowsNewlines) Requires: perl(MRO::Compat) >= 0.09 Requires: perl(Sub::Exporter) >= 0.979 %{perl_requires} ++++++ Data-Section-0.200004.tar.gz -> Data-Section-0.200005.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/Changes new/Data-Section-0.200005/Changes --- old/Data-Section-0.200004/Changes 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/Changes 2013-12-11 14:03:12.000000000 +0100 @@ -1,5 +1,10 @@ Revision history for Data-Section +0.200005 2013-12-11 08:03:08 America/New_York + - open DATA handles both :raw and :bytes to avoid content munging on + Win32 (thanks, Kenichi Ishigaki!) + - This is not yet a perfect solution for Win32. + 0.200004 2013-12-01 21:31:02 America/New_York - avoid confusion between \n, \x0d\x0a, and Win32 (thanks, Kenichi Ishigaki!) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/META.json new/Data-Section-0.200005/META.json --- old/Data-Section-0.200004/META.json 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/META.json 2013-12-11 14:03:12.000000000 +0100 @@ -56,7 +56,7 @@ "web" : "https://github.com/rjbs/Data-Section" } }, - "version" : "0.200004", + "version" : "0.200005", "x_Dist_Zilla" : { "perl" : { "version" : "5.018001" @@ -91,7 +91,7 @@ } }, "name" : "@RJBS/RJBS-Outdated", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -105,7 +105,7 @@ } }, "name" : "@RJBS/CPAN-Outdated", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/META.yml new/Data-Section-0.200005/META.yml --- old/Data-Section-0.200004/META.yml 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/META.yml 2013-12-11 14:03:12.000000000 +0100 @@ -27,7 +27,7 @@ bugtracker: https://github.com/rjbs/Data-Section/issues homepage: https://github.com/rjbs/Data-Section repository: https://github.com/rjbs/Data-Section.git -version: 0.200004 +version: 0.200005 x_Dist_Zilla: perl: version: 5.018001 @@ -55,7 +55,7 @@ phase: build skip: [] name: '@RJBS/RJBS-Outdated' - version: 0.014 + version: 0.015 - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -66,7 +66,7 @@ phase: release skip: [] name: '@RJBS/CPAN-Outdated' - version: 0.014 + version: 0.015 - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/Makefile.PL new/Data-Section-0.200005/Makefile.PL --- old/Data-Section-0.200004/Makefile.PL 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/Makefile.PL 2013-12-11 14:03:12.000000000 +0100 @@ -33,7 +33,7 @@ "lib" => 0, "utf8" => 0 }, - "VERSION" => "0.200004", + "VERSION" => "0.200005", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/README new/Data-Section-0.200005/README --- old/Data-Section-0.200004/README 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/README 2013-12-11 14:03:12.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution Data-Section, -version 0.200004: +version 0.200005: read multiple hunks of data out of your DATA section diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/lib/Data/Section.pm new/Data-Section-0.200005/lib/Data/Section.pm --- old/Data-Section-0.200004/lib/Data/Section.pm 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/lib/Data/Section.pm 2013-12-11 14:03:12.000000000 +0100 @@ -2,7 +2,7 @@ use warnings; package Data::Section; { - $Data::Section::VERSION = '0.200004'; + $Data::Section::VERSION = '0.200005'; } # ABSTRACT: read multiple hunks of data out of your DATA section @@ -48,7 +48,7 @@ my $dh = do { no strict 'refs'; \*{"$pkg\::DATA"} }; ## no critic Strict return $stash{ $pkg } unless defined fileno *$dh; - binmode( $dh, ":raw" ); + binmode( $dh, ":raw :bytes" ); my ($current, $current_line); if ($arg->{default_name}) { @@ -155,7 +155,7 @@ =head1 VERSION -version 0.200004 +version 0.200005 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Section-0.200004/xt/release/changes_has_content.t new/Data-Section-0.200005/xt/release/changes_has_content.t --- old/Data-Section-0.200004/xt/release/changes_has_content.t 2013-12-02 03:31:06.000000000 +0100 +++ new/Data-Section-0.200005/xt/release/changes_has_content.t 2013-12-11 14:03:12.000000000 +0100 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.200004'; +my $newver = '0.200005'; my $trial_token = '-TRIAL'; SKIP: { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
