r58808 - in /branches/upstream/libmime-types-perl/current: ChangeLog META.yml Makefile.PL lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Jun 3 17:28:20 UTC 2010


Author: carnil-guest
Date: Thu Jun  3 17:27:08 2010
New Revision: 58808

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58808
Log:
[svn-upgrade] new version libmime-types-perl (1.30)

Modified:
    branches/upstream/libmime-types-perl/current/ChangeLog
    branches/upstream/libmime-types-perl/current/META.yml
    branches/upstream/libmime-types-perl/current/Makefile.PL
    branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm
    branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod
    branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm
    branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod

Modified: branches/upstream/libmime-types-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/ChangeLog?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/ChangeLog (original)
+++ branches/upstream/libmime-types-perl/current/ChangeLog Thu Jun  3 17:27:08 2010
@@ -2,6 +2,12 @@
 
 Unless explicitly stated differently are all changes produced by
 Mark Overmeer <perl at overmeer.net>
+
+version 1.30: Thu Jun  3 12:00:37 CEST 2010
+	- typo.  rt.cpan.org#55655 [Salvatore.Bonaccorso]
+	- xlsx must be encoded binary [Ben Prew]
+	- added f4v, f4p, f4a, f4b extensions for mpeg4
+	  rt.cpan.org#55168 [Oskari Ojala]
 
 version 1.29: Tue Mar 16 23:28:00 CET 2010
 

Modified: branches/upstream/libmime-types-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/META.yml?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/META.yml (original)
+++ branches/upstream/libmime-types-perl/current/META.yml Thu Jun  3 17:27:08 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                MIME-Types
-version:             1.29
+version:             1.30
 abstract:            Definition of MIME types
 license:             perl
 author:              

Modified: branches/upstream/libmime-types-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/Makefile.PL?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/Makefile.PL (original)
+++ branches/upstream/libmime-types-perl/current/Makefile.PL Thu Jun  3 17:27:08 2010
@@ -4,7 +4,7 @@
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
-  , VERSION   => '1.29'
+  , VERSION   => '1.30'
   , PREREQ_PM =>
     { Test::More => 0.47
     , Test::Pod  => 1.00

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Type.pm Thu Jun  3 17:27:08 2010
@@ -4,7 +4,7 @@
 # Pod stripped from pm file by OODoc 1.06.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.29';
+$VERSION = '1.30';
 
 
 use strict;

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Type.pod Thu Jun  3 17:27:08 2010
@@ -38,7 +38,7 @@
 
 =over 4
 
-When a MIME::Type object is compared to either a string or an other
+When a MIME::Type object is compared to either a string or another
 MIME::TYpe, the L<equals()|MIME::Type/"Knowledge"> method is called.  Comparison is smart,
 which means that it extends common string comparison with some
 features which are defined in the related RFCs.
@@ -268,8 +268,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.29,
-built on March 16, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.30,
+built on June 03, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Types.pm Thu Jun  3 17:27:08 2010
@@ -5,7 +5,7 @@
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.29';
+$VERSION = '1.30';
 
 
 use strict;
@@ -199,6 +199,7 @@
 #-------------------------------------------
 # Internet media type registry is at
 # http://www.iana.org/assignments/media-types/
+# Another list can be found at: http://ftyps.com
 
 __DATA__
 application/activemessage
@@ -527,7 +528,7 @@
 application/vnd.openxmlformats-officedocument.presentationml.presentation;pptx
 application/vnd.openxmlformats-officedocument.presentationml.slideshow;ppsx
 application/vnd.openxmlformats-officedocument.presentationml.template;potx
-application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;xlsx;quoted-printable
+application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;xlsx;binary
 application/vnd.openxmlformats-officedocument.spreadsheetml.template;xltx
 application/vnd.openxmlformats-officedocument.wordprocessingml.document;docx
 application/vnd.openxmlformats-officedocument.wordprocessingml.template;dotx
@@ -839,6 +840,7 @@
 audio/mpa-robust
 audio/mpeg;mpga,mp2,mp3,mpega,m4a;base64
 audio/mpeg4-generic
+audio/mp4;f4a,f4b
 audio/mpegurl;m3u
 audio/ogg;ogg,oga,spx
 audio/parityfec
@@ -1148,10 +1150,11 @@
 video/MP1S
 video/MP2P
 video/MP2T
-video/mp4;mp4
+video/mp4;mp4,f4v,f4p
 video/mp4v-es
 video/mpeg;mp2,mpe,mpeg,mpg;base64
 video/mpeg4-generic
+video/mp4;
 video/MPV
 video/nv
 video/ogg;ogv

Modified: branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod?rev=58808&op=diff
==============================================================================
--- branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod (original)
+++ branches/upstream/libmime-types-perl/current/lib/MIME/Types.pod Thu Jun  3 17:27:08 2010
@@ -178,8 +178,8 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.29,
-built on March 16, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.30,
+built on June 03, 2010. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 




More information about the Pkg-perl-cvs-commits mailing list