Hello community, here is the log from the commit of package perl-MIME-Types for openSUSE:Factory checked in at 2015-06-23 11:57:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old) and /work/SRC/openSUSE:Factory/.perl-MIME-Types.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Types" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes 2015-06-17 16:16:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MIME-Types.new/perl-MIME-Types.changes 2015-06-23 11:57:55.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Jun 18 17:53:13 UTC 2015 - [email protected] + +- updated to 2.11 + see /usr/share/doc/packages/perl-MIME-Types/ChangeLog + + version 2.11: Tue Jun 16 17:16:20 CEST 2015 + + Improvements: + - strict Perl 5.8 + rt.cpan.org #105267 [Miyagawa], cpantesters + +------------------------------------------------------------------- Old: ---- MIME-Types-2.10.tar.gz New: ---- MIME-Types-2.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-Types.spec ++++++ --- /var/tmp/diff_new_pack.WRKRkA/_old 2015-06-23 11:57:55.000000000 +0200 +++ /var/tmp/diff_new_pack.WRKRkA/_new 2015-06-23 11:57:55.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-MIME-Types -Version: 2.10 +Version: 2.11 Release: 0 %define cpan_name MIME-Types Summary: Definition of MIME types ++++++ MIME-Types-2.10.tar.gz -> MIME-Types-2.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/ChangeLog new/MIME-Types-2.11/ChangeLog --- old/MIME-Types-2.10/ChangeLog 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/ChangeLog 2015-06-16 17:16:36.000000000 +0200 @@ -6,6 +6,12 @@ TODO: . Add source http://www.ltsw.se/knbase/internet/mime.htp ? +version 2.11: Tue Jun 16 17:16:20 CEST 2015 + + Improvements: + - strict Perl 5.8 + rt.cpan.org #105267 [Miyagawa], cpantesters + version 2.10: Mon Jun 15 17:32:22 CEST 2015 Fixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/META.json new/MIME-Types-2.11/META.json --- old/MIME-Types-2.10/META.json 2015-06-15 17:32:29.000000000 +0200 +++ new/MIME-Types-2.11/META.json 2015-06-16 17:16:38.000000000 +0200 @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "2.10" + "version" : "2.11" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/META.yml new/MIME-Types-2.11/META.yml --- old/MIME-Types-2.10/META.yml 2015-06-15 17:32:28.000000000 +0200 +++ new/MIME-Types-2.11/META.yml 2015-06-16 17:16:38.000000000 +0200 @@ -22,4 +22,4 @@ File::Spec: 0 List::Util: 0 Test::More: 0.47 -version: 2.10 +version: 2.11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/Makefile.PL new/MIME-Types-2.11/Makefile.PL --- old/MIME-Types-2.10/Makefile.PL 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/Makefile.PL 2015-06-16 17:16:36.000000000 +0200 @@ -2,7 +2,7 @@ require 5.008_008; -my $version = '2.10'; # scanned by bin/collect_types ! +my $version = '2.11'; # scanned by bin/collect_types ! WriteMakefile ( NAME => 'MIME::Types' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MIME/Type.pm new/MIME-Types-2.11/lib/MIME/Type.pm --- old/MIME-Types-2.10/lib/MIME/Type.pm 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MIME/Type.pm 2015-06-16 17:16:36.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.01. package MIME::Type; use vars '$VERSION'; -$VERSION = '2.10'; +$VERSION = '2.11'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MIME/Type.pod new/MIME-Types-2.11/lib/MIME/Type.pod --- old/MIME-Types-2.10/lib/MIME/Type.pod 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MIME/Type.pod 2015-06-16 17:16:36.000000000 +0200 @@ -225,8 +225,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.10, -built on June 15, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.11, +built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MIME/Types.pm new/MIME-Types-2.11/lib/MIME/Types.pm --- old/MIME-Types-2.10/lib/MIME/Types.pm 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MIME/Types.pm 2015-06-16 17:16:36.000000000 +0200 @@ -5,7 +5,7 @@ package MIME::Types; use vars '$VERSION'; -$VERSION = '2.10'; +$VERSION = '2.11'; use strict; @@ -167,7 +167,7 @@ $ !x or next; my $mime = "$1/$2$4"; - my $q = $3 // 1; # q, default=1 + my $q = defined $3 ? $3 : 1; # q, default=1 # most complex first $q += $4 ? +0.01 : $1 eq '*' ? -0.02 : $2 eq '*' ? -0.01 : 0; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MIME/Types.pod new/MIME-Types-2.11/lib/MIME/Types.pod --- old/MIME-Types-2.10/lib/MIME/Types.pod 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MIME/Types.pod 2015-06-16 17:16:36.000000000 +0200 @@ -254,8 +254,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.10, -built on June 15, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.11, +built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MojoX/MIME/Types.pm new/MIME-Types-2.11/lib/MojoX/MIME/Types.pm --- old/MIME-Types-2.10/lib/MojoX/MIME/Types.pm 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MojoX/MIME/Types.pm 2015-06-16 17:16:36.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.01. package MojoX::MIME::Types; use vars '$VERSION'; -$VERSION = '2.10'; +$VERSION = '2.11'; use Mojo::Base -base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.10/lib/MojoX/MIME/Types.pod new/MIME-Types-2.11/lib/MojoX/MIME/Types.pod --- old/MIME-Types-2.10/lib/MojoX/MIME/Types.pod 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.11/lib/MojoX/MIME/Types.pod 2015-06-16 17:16:36.000000000 +0200 @@ -202,8 +202,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.10, -built on June 15, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.11, +built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE
