Hello community, here is the log from the commit of package perl-MIME-tools for openSUSE:Factory checked in at 2016-09-26 12:36:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MIME-tools (Old) and /work/SRC/openSUSE:Factory/.perl-MIME-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MIME-tools/perl-MIME-tools.changes 2016-05-31 12:25:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MIME-tools.new/perl-MIME-tools.changes 2016-09-26 12:36:21.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Aug 31 05:53:22 UTC 2016 - [email protected] + +- updated to 5.508 + see /usr/share/doc/packages/perl-MIME-tools/ChangeLog + + 5.508 2016-08-29 Dianne Skoll <[email protected]> + + * VERSION 5.508 RELEASED + + * Fix test broken by Perl update + https://rt.cpan.org/Ticket/Display.html?id=113887 + +------------------------------------------------------------------- Old: ---- MIME-tools-5.507-rt113887.patch MIME-tools-5.507.tar.gz New: ---- MIME-tools-5.508.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-tools.spec ++++++ --- /var/tmp/diff_new_pack.0FhY2f/_old 2016-09-26 12:36:22.000000000 +0200 +++ /var/tmp/diff_new_pack.0FhY2f/_new 2016-09-26 12:36:22.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-MIME-tools -Version: 5.507 +Version: 5.508 Release: 0 %define cpan_name MIME-tools Summary: Tools to manipulate MIME messages @@ -26,7 +26,6 @@ Url: http://search.cpan.org/dist/MIME-tools/ Source0: http://www.cpan.org/authors/id/D/DS/DSKOLL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: MIME-tools-5.507-rt113887.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -48,8 +47,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -65,6 +63,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog COPYING examples INSTALLING README +%doc ChangeLog COPYING examples README %changelog ++++++ MIME-tools-5.507.tar.gz -> MIME-tools-5.508.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/ChangeLog new/MIME-tools-5.508/ChangeLog --- old/MIME-tools-5.507/ChangeLog 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/ChangeLog 2016-08-29 16:46:05.000000000 +0200 @@ -1,3 +1,10 @@ +5.508 2016-08-29 Dianne Skoll <[email protected]> + + * VERSION 5.508 RELEASED + + * Fix test broken by Perl update + https://rt.cpan.org/Ticket/Display.html?id=113887 + 5.507 2015-09-30 Dianne Skoll <[email protected]> * VERSION 5.507 RELEASED diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/MANIFEST new/MIME-tools-5.508/MANIFEST --- old/MIME-tools-5.507/MANIFEST 2013-11-14 16:23:53.000000000 +0100 +++ new/MIME-tools-5.508/MANIFEST 2016-04-21 21:36:02.000000000 +0200 @@ -155,6 +155,7 @@ testmsgs/german.ref testmsgs/hdr-fakeout.msg testmsgs/hdr-fakeout.ref +testmsgs/hdr-fakeout-newmailtools-ref testmsgs/malformed-content-type-zip.msg testmsgs/multi-2evil.msg testmsgs/multi-2evil.ref diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/META.yml new/MIME-tools-5.508/META.yml --- old/MIME-tools-5.507/META.yml 2015-09-30 15:10:38.000000000 +0200 +++ new/MIME-tools-5.508/META.yml 2016-08-29 16:49:12.000000000 +0200 @@ -38,4 +38,4 @@ perl: 5.8.0 resources: license: http://dev.perl.org/licenses/ -version: '5.507' +version: '5.508' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Body.pm new/MIME-tools-5.508/lib/MIME/Body.pm --- old/MIME-tools-5.507/lib/MIME/Body.pm 2015-09-30 15:09:19.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Body.pm 2016-08-29 16:48:55.000000000 +0200 @@ -141,7 +141,7 @@ use IO::File; ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; #------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/Base64.pm new/MIME-tools-5.508/lib/MIME/Decoder/Base64.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/Base64.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/Base64.pm 2016-08-29 16:48:55.000000000 +0200 @@ -60,7 +60,7 @@ @ISA = qw(MIME::Decoder); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### How many bytes to encode at a time (must be a multiple of 3, and ### less than (76 * 0.75)! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/BinHex.pm new/MIME-tools-5.508/lib/MIME/Decoder/BinHex.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/BinHex.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/BinHex.pm 2016-08-29 16:48:55.000000000 +0200 @@ -47,7 +47,7 @@ @ISA = qw(MIME::Decoder); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; #------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/Binary.pm new/MIME-tools-5.508/lib/MIME/Decoder/Binary.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/Binary.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/Binary.pm 2016-08-29 16:48:55.000000000 +0200 @@ -47,7 +47,7 @@ @ISA = qw(MIME::Decoder); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### Buffer length: my $BUFLEN = 8192; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/Gzip64.pm new/MIME-tools-5.508/lib/MIME/Decoder/Gzip64.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/Gzip64.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/Gzip64.pm 2016-08-29 16:48:55.000000000 +0200 @@ -61,7 +61,7 @@ @ISA = qw(MIME::Decoder::Base64); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; # How to compress stdin to stdout: $GZIP = "gzip -c"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/NBit.pm new/MIME-tools-5.508/lib/MIME/Decoder/NBit.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/NBit.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/NBit.pm 2016-08-29 16:48:55.000000000 +0200 @@ -98,7 +98,7 @@ @ISA = qw(MIME::Decoder); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### How many bytes to decode at a time? my $DecodeChunkLength = 8 * 1024; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/QuotedPrint.pm new/MIME-tools-5.508/lib/MIME/Decoder/QuotedPrint.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/QuotedPrint.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/QuotedPrint.pm 2016-08-29 16:48:55.000000000 +0200 @@ -58,7 +58,7 @@ @ISA = qw(MIME::Decoder); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; #------------------------------ # If we have MIME::QuotedPrint 3.03 or later, use the three-argument diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder/UU.pm new/MIME-tools-5.508/lib/MIME/Decoder/UU.pm --- old/MIME-tools-5.507/lib/MIME/Decoder/UU.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder/UU.pm 2016-08-29 16:48:55.000000000 +0200 @@ -48,7 +48,7 @@ @ISA = qw(MIME::Decoder); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; #------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Decoder.pm new/MIME-tools-5.508/lib/MIME/Decoder.pm --- old/MIME-tools-5.507/lib/MIME/Decoder.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Decoder.pm 2016-08-29 16:48:55.000000000 +0200 @@ -126,7 +126,7 @@ ); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### Me: my $ME = 'MIME::Decoder'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Entity.pm new/MIME-tools-5.508/lib/MIME/Entity.pm --- old/MIME-tools-5.507/lib/MIME/Entity.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Entity.pm 2016-08-29 16:48:54.000000000 +0200 @@ -245,7 +245,7 @@ #------------------------------ ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### Boundary counter: my $BCount = 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Field/ConTraEnc.pm new/MIME-tools-5.508/lib/MIME/Field/ConTraEnc.pm --- old/MIME-tools-5.507/lib/MIME/Field/ConTraEnc.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Field/ConTraEnc.pm 2016-08-29 16:48:55.000000000 +0200 @@ -47,7 +47,7 @@ @ISA = qw(MIME::Field::ParamVal); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; # Install it: bless([])->register('Content-transfer-encoding'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Field/ContDisp.pm new/MIME-tools-5.508/lib/MIME/Field/ContDisp.pm --- old/MIME-tools-5.507/lib/MIME/Field/ContDisp.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Field/ContDisp.pm 2016-08-29 16:48:55.000000000 +0200 @@ -48,7 +48,7 @@ @ISA = qw(MIME::Field::ParamVal); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; # Install it: bless([])->register('Content-disposition'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Field/ContType.pm new/MIME-tools-5.508/lib/MIME/Field/ContType.pm --- old/MIME-tools-5.507/lib/MIME/Field/ContType.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Field/ContType.pm 2016-08-29 16:48:55.000000000 +0200 @@ -63,7 +63,7 @@ @ISA = qw(MIME::Field::ParamVal); # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; # Install it: bless([])->register('Content-type'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Field/ParamVal.pm new/MIME-tools-5.508/lib/MIME/Field/ParamVal.pm --- old/MIME-tools-5.507/lib/MIME/Field/ParamVal.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Field/ParamVal.pm 2016-08-29 16:48:55.000000000 +0200 @@ -80,7 +80,7 @@ #------------------------------ # The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; #------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Head.pm new/MIME-tools-5.508/lib/MIME/Head.pm --- old/MIME-tools-5.507/lib/MIME/Head.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Head.pm 2016-08-29 16:48:55.000000000 +0200 @@ -138,7 +138,7 @@ #------------------------------ ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### Sanity (we put this test after our own version, for CPAN::): use Mail::Header 1.06 (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Parser.pm new/MIME-tools-5.508/lib/MIME/Parser.pm --- old/MIME-tools-5.507/lib/MIME/Parser.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Parser.pm 2016-08-29 16:48:55.000000000 +0200 @@ -153,7 +153,7 @@ #------------------------------ ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### How to catenate: $CAT = '/bin/cat'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Tools.pm new/MIME-tools-5.508/lib/MIME/Tools.pm --- old/MIME-tools-5.507/lib/MIME/Tools.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Tools.pm 2016-08-29 16:48:49.000000000 +0200 @@ -28,7 +28,7 @@ Exporter::export_ok_tags('config', 'msgs', 'msgtypes', 'utils'); # The TOOLKIT version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; # Configuration (do NOT alter this directly)... # All legal CONFIG vars *must* be in here, even if only to be set to undef: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/lib/MIME/Words.pm new/MIME-tools-5.508/lib/MIME/Words.pm --- old/MIME-tools-5.507/lib/MIME/Words.pm 2015-09-30 15:04:00.000000000 +0200 +++ new/MIME-tools-5.508/lib/MIME/Words.pm 2016-08-29 16:48:55.000000000 +0200 @@ -94,7 +94,7 @@ #------------------------------ ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = "5.507"; +$VERSION = "5.508"; ### Nonprintables (controls + x7F + 8bit): my $NONPRINT = "\\x00-\\x1F\\x7F-\\xFF"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/t/Ref.t new/MIME-tools-5.508/t/Ref.t --- old/MIME-tools-5.507/t/Ref.t 2015-06-19 15:22:05.000000000 +0200 +++ new/MIME-tools-5.508/t/Ref.t 2016-04-21 21:38:47.000000000 +0200 @@ -39,6 +39,10 @@ my $msgpath = $refpath; $msgpath =~ s/\.ref$/.msg/; # print STDERR " $msgpath\n"; + ### HACK HACK HACK: MailTools behaviour has changed!!! + if ($msgpath eq 'testmsgs/hdr-fakeout.msg' && $::Mail::Header::VERSION > 2.14) { + $refpath = 'testmsgs/hdr-fakeout-newmailtools-ref'; + } ### Get reference, as ref to array: my $ref = read_ref($refpath); if ($ref->{Parser}{Message}) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-tools-5.507/testmsgs/hdr-fakeout-newmailtools-ref new/MIME-tools-5.508/testmsgs/hdr-fakeout-newmailtools-ref --- old/MIME-tools-5.507/testmsgs/hdr-fakeout-newmailtools-ref 1970-01-01 01:00:00.000000000 +0100 +++ new/MIME-tools-5.508/testmsgs/hdr-fakeout-newmailtools-ref 2016-04-21 21:32:21.000000000 +0200 @@ -0,0 +1,16 @@ +{ + "Parser" => { + "Message" => "testmsgs/hdr-fakeout.msg", + "ExtractNested" => 1, + "OutputToCore" => "0", + "Name" => "anonymous" + }, + "Msg" => { + "Subject" => "test message 1", + "Type" => "text/plain", + "To" => "\"Russell P. Sutherland\" <russ\@quist.on.ca>", + "From" => "\"Russell P. Sutherland\" <russ\@quist.on.ca>", + "Encoding" => "7bit" + } +} +
