commit perl-MIME-Types for openSUSE:Factory
Hello community, here is the log from the commit of package perl-MIME-Types for openSUSE:Factory checked in at Fri Feb 27 14:07:11 CET 2009. -------- --- perl-MIME-Types/perl-MIME-Types.changes 2009-01-20 16:54:54.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-MIME-Types/perl-MIME-Types.changes 2009-02-27 11:36:36.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Feb 27 10:48:37 CET 2009 - anicka@suse.cz + +- update to 1.27 + * fix application/ogg to .ogx. + * alternative for ogg in test scripts + * test by_mediatype with regexp parameter. + * do not use /bin/pwd in t/pod.t + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- MIME-Types-1.26.tar.bz2 New: ---- MIME-Types-1.27.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-Types.spec ++++++ --- /var/tmp/diff_new_pack.w16296/_old 2009-02-27 14:06:59.000000000 +0100 +++ /var/tmp/diff_new_pack.w16296/_new 2009-02-27 14:06:59.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package perl-MIME-Types (Version 1.26) +# spec file for package perl-MIME-Types (Version 1.27) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: perl-MIME-Types Url: http://cpan.org/modules/by-module/MIME/ -Version: 1.26 +Version: 1.27 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -51,7 +51,6 @@ make test %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist @@ -64,6 +63,12 @@ /var/adm/perl-modules/perl-MIME-Types %changelog +* Fri Feb 27 2009 anicka@suse.cz +- update to 1.27 + * fix application/ogg to .ogx. + * alternative for ogg in test scripts + * test by_mediatype with regexp parameter. + * do not use /bin/pwd in t/pod.t * Tue Jan 20 2009 anicka@suse.cz - update to 1.26 * added many ooxml types ++++++ MIME-Types-1.26.tar.bz2 -> MIME-Types-1.27.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/ChangeLog new/MIME-Types-1.27/ChangeLog --- old/MIME-Types-1.26/ChangeLog 2008-12-17 09:01:43.000000000 +0100 +++ new/MIME-Types-1.27/ChangeLog 2009-02-03 12:32:03.000000000 +0100 @@ -3,6 +3,16 @@ Unless explicitly stated differently are all changes produced by Mark Overmeer <perl@overmeer.net> +version 1.27: Tue Feb 3 12:23:08 CET 2009 + + - fix application/ogg to .ogx. Add other oggs [John Drago] + + - alternative for ogg in test scripts, + + - test by_mediatype with regexp parameter. + + - do not use /bin/pwd in t/pod.t + version 1.26: Wed Dec 17 09:01:27 CET 2008 - added many ooxml types [Joe Spooner] diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/lib/MIME/Type.pm new/MIME-Types-1.27/lib/MIME/Type.pm --- old/MIME-Types-1.26/lib/MIME/Type.pm 2008-12-17 09:01:43.000000000 +0100 +++ new/MIME-Types-1.27/lib/MIME/Type.pm 2009-02-03 12:32:03.000000000 +0100 @@ -1,10 +1,10 @@ -# Copyrights 1999,2001-2008 by Mark Overmeer. +# Copyrights 1999,2001-2009 by Mark Overmeer. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 1.05. +# Pod stripped from pm file by OODoc 1.06. package MIME::Type; use vars '$VERSION'; -$VERSION = '1.26'; +$VERSION = '1.27'; use strict; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/lib/MIME/Type.pod new/MIME-Types-1.27/lib/MIME/Type.pod --- old/MIME-Types-1.26/lib/MIME/Type.pod 2008-12-17 09:01:44.000000000 +0100 +++ new/MIME-Types-1.27/lib/MIME/Type.pod 2009-02-03 12:32:04.000000000 +0100 @@ -270,12 +270,12 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 1.26, -built on December 17, 2008. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 1.27, +built on February 03, 2009. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE -Copyrights 1999,2001-2008 by Mark Overmeer. For other contributors see ChangeLog. +Copyrights 1999,2001-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/lib/MIME/Types.pm new/MIME-Types-1.27/lib/MIME/Types.pm --- old/MIME-Types-1.26/lib/MIME/Types.pm 2008-12-17 09:01:44.000000000 +0100 +++ new/MIME-Types-1.27/lib/MIME/Types.pm 2009-02-03 12:32:03.000000000 +0100 @@ -1,11 +1,11 @@ -# Copyrights 1999,2001-2008 by Mark Overmeer. +# Copyrights 1999,2001-2009 by Mark Overmeer. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 1.05. +# Pod stripped from pm file by OODoc 1.06. package MIME::Types; use vars '$VERSION'; -$VERSION = '1.26'; +$VERSION = '1.27'; use strict; @@ -255,7 +255,7 @@ application/ocsp-response ors application/octet-stream bin,dms,lha,lzh,exe,class,ani,pgp,so,dll,dmg base64 application/oda oda -application/ogg ogg +application/ogg ogx application/parityfec application/pdf pdf base64 application/pgp-encrypted 7bit @@ -743,6 +743,7 @@ audio/mpa-robust audio/mpeg4-generic audio/mpeg mpga,mp2,mp3 base64 +audio/ogg ogg,oga audio/parityfec audio/PCMA audio/PCMU @@ -938,6 +939,7 @@ video/mpeg mp2,mpe,mpeg,mpg base64 video/MPV video/nv +video/ogg ogv video/parityfec video/pointer video/quicktime qt,mov base64 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/lib/MIME/Types.pod new/MIME-Types-1.27/lib/MIME/Types.pod --- old/MIME-Types-1.26/lib/MIME/Types.pod 2008-12-17 09:01:44.000000000 +0100 +++ new/MIME-Types-1.27/lib/MIME/Types.pod 2009-02-03 12:32:04.000000000 +0100 @@ -178,12 +178,12 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 1.26, -built on December 17, 2008. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 1.27, +built on February 03, 2009. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE -Copyrights 1999,2001-2008 by Mark Overmeer. For other contributors see ChangeLog. +Copyrights 1999,2001-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/Makefile.PL new/MIME-Types-1.27/Makefile.PL --- old/MIME-Types-1.26/Makefile.PL 2008-12-17 09:01:43.000000000 +0100 +++ new/MIME-Types-1.27/Makefile.PL 2009-02-03 12:23:13.000000000 +0100 @@ -4,7 +4,7 @@ WriteMakefile ( NAME => 'MIME::Types' - , VERSION => '1.26' + , VERSION => '1.27' , PREREQ_PM => { Test::More => 0.47 , Test::Pod => 1.00 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/MANIFEST new/MIME-Types-1.27/MANIFEST --- old/MIME-Types-1.26/MANIFEST 2008-12-17 09:01:47.000000000 +0100 +++ new/MIME-Types-1.27/MANIFEST 2009-02-03 12:32:06.000000000 +0100 @@ -10,5 +10,5 @@ t/11typeol.t t/20types.t t/30export.t -t/pod.t +t/99pod.t META.yml Module meta-data (added by MakeMaker) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/META.yml new/MIME-Types-1.27/META.yml --- old/MIME-Types-1.26/META.yml 2008-12-17 09:01:46.000000000 +0100 +++ new/MIME-Types-1.27/META.yml 2009-02-03 12:32:06.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: MIME-Types -version: 1.26 +version: 1.27 abstract: Definition of MIME types license: perl author: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/t/30export.t new/MIME-Types-1.27/t/30export.t --- old/MIME-Types-1.26/t/30export.t 2008-12-17 09:01:43.000000000 +0100 +++ new/MIME-Types-1.27/t/30export.t 2009-02-03 12:32:03.000000000 +0100 @@ -9,7 +9,7 @@ use lib qw(. t); -BEGIN {plan tests => 36} +BEGIN {plan tests => 40} use MIME::Types; @@ -29,12 +29,18 @@ is($mt, ""); is($cte, ""); -my @c = MIME::Types::by_mediatype("oGG"); -cmp_ok(scalar @c, '==', 1); +#pkcs7-mime p7m,p7c + +my @c = MIME::Types::by_mediatype("pkcs7-mime"); +cmp_ok(scalar @c, '==', 2); cmp_ok(scalar @{$c[0]}, '>', 2); -is($c[0]->[0], "ogg"); -is($c[0]->[1], "application/ogg"); +is($c[0]->[0], "p7m"); +is($c[0]->[1], "application/pkcs7-mime"); is($c[0]->[2], "base64"); +cmp_ok(scalar @{$c[1]}, '>', 2); +is($c[1]->[0], "p7c"); +is($c[1]->[1], "application/pkcs7-mime"); +is($c[1]->[2], "base64"); @c = MIME::Types::by_mediatype("Application/pDF"); cmp_ok(scalar @c, '<', 2); @@ -65,10 +71,10 @@ is($aref->[0], ""); is($aref->[1], ""); -$aref = MIME::Types::by_mediatype("ogg"); +$aref = MIME::Types::by_mediatype(qr/\bzip/); cmp_ok(scalar @$aref, '==', 1); -is($aref->[0]->[0], "ogg"); -is($aref->[0]->[1], "application/ogg"); +is($aref->[0]->[0], "zip"); +is($aref->[0]->[1], "application/zip"); is($aref->[0]->[2], "base64"); $aref = MIME::Types::by_mediatype("Application/pDF"); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/t/99pod.t new/MIME-Types-1.27/t/99pod.t --- old/MIME-Types-1.26/t/99pod.t 1970-01-01 01:00:00.000000000 +0100 +++ new/MIME-Types-1.27/t/99pod.t 2009-02-03 12:23:13.000000000 +0100 @@ -0,0 +1,15 @@ +#!/usr/bin/perl +use warnings; +use strict; + +use Test::More; + +BEGIN +{ eval "use Test::Pod 1.00"; + plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; + + plan skip_all => "devel home uses OODoc" + if $ENV{MARKOV_DEVEL}; +} + +all_pod_files_ok(); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.26/t/pod.t new/MIME-Types-1.27/t/pod.t --- old/MIME-Types-1.26/t/pod.t 2008-12-17 09:01:43.000000000 +0100 +++ new/MIME-Types-1.27/t/pod.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -#!/usr/bin/perl -use warnings; -use strict; - -use Test::More; - -BEGIN -{ eval "use Test::Pod 1.00"; - - plan skip_all => "Test::Pod 1.00 required for testing POD" - if $@; - - plan skip_all => "devel home uses OODoc" - if qx(/bin/pwd) =~ m[^/home/markov/]; -} - -all_pod_files_ok(); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de