r20392 - in /trunk/libmime-types-perl: ChangeLog META.yml Makefile.PL debian/changelog lib/MIME/Type.pm lib/MIME/Type.pod lib/MIME/Types.pm lib/MIME/Types.pod t/20types.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 24 22:37:04 UTC 2008


Author: gregoa
Date: Sat May 24 22:37:04 2008
New Revision: 20392

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20392
Log:
New upstream release.

Modified:
    trunk/libmime-types-perl/ChangeLog
    trunk/libmime-types-perl/META.yml
    trunk/libmime-types-perl/Makefile.PL
    trunk/libmime-types-perl/debian/changelog
    trunk/libmime-types-perl/lib/MIME/Type.pm
    trunk/libmime-types-perl/lib/MIME/Type.pod
    trunk/libmime-types-perl/lib/MIME/Types.pm
    trunk/libmime-types-perl/lib/MIME/Types.pod
    trunk/libmime-types-perl/t/20types.t

Modified: trunk/libmime-types-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/ChangeLog?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/ChangeLog (original)
+++ trunk/libmime-types-perl/ChangeLog Sat May 24 22:37:04 2008
@@ -5,6 +5,16 @@
 
 **** Inform Austin Ziegler < mime-types at halostatue.ca> at each release, to
 **** update his Ruby port of the module.
+
+version 1.24: Fri May 23 09:43:28 CEST 2008
+
+	- message/rfc822 relates to .eml [Jonas Liljegren]
+
+	- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+	  is an .xlsx [Jonas Liljegren]
+
+	- added zillion of application/vnd.oasis.opendocument.* and
+	  application/vnd.stardevision.* names [Michiel Leenaars]
 
 version 1.23: Mon Dec 17 16:12:52 CET 2007
 

Modified: trunk/libmime-types-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/META.yml?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/META.yml (original)
+++ trunk/libmime-types-perl/META.yml Sat May 24 22:37:04 2008
@@ -1,15 +1,15 @@
 --- #YAML:1.0
 name:                MIME-Types
-version:             1.23
+version:             1.24
 abstract:            Definition of MIME types
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.36_01
+author:              
+    - Mark Overmeer
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
     Test::More:                    0.47
     Test::Pod:                     1
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
-author:
-    - Mark Overmeer
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libmime-types-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/Makefile.PL?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/Makefile.PL (original)
+++ trunk/libmime-types-perl/Makefile.PL Sat May 24 22:37:04 2008
@@ -4,7 +4,7 @@
 
 WriteMakefile
   ( NAME      => 'MIME::Types'
-  , VERSION   => '1.23'
+  , VERSION   => '1.24'
   , PREREQ_PM =>
     { Test::More => 0.47
     , Test::Pod  => 1.00

Modified: trunk/libmime-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/debian/changelog?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/changelog (original)
+++ trunk/libmime-types-perl/debian/changelog Sat May 24 22:37:04 2008
@@ -1,3 +1,9 @@
+libmime-types-perl (1.24-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 25 May 2008 00:35:33 +0200
+
 libmime-types-perl (1.23-2) unstable; urgency=low
 
   * debian/rules:

Modified: trunk/libmime-types-perl/lib/MIME/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pm?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pm Sat May 24 22:37:04 2008
@@ -1,10 +1,11 @@
-# Copyrights 1999,2001-2007 by Mark Overmeer.
+# Copyrights 1999,2001-2008 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.03.
+# Pod stripped from pm file by OODoc 1.04.
 package MIME::Type;
 use vars '$VERSION';
-$VERSION = '1.23';
+$VERSION = '1.24';
+
 
 use strict;
 

Modified: trunk/libmime-types-perl/lib/MIME/Type.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Type.pod?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Type.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Type.pod Sat May 24 22:37:04 2008
@@ -270,12 +270,12 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.23,
-built on December 17, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.24,
+built on May 23, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2007 by Mark Overmeer. For other contributors see ChangeLog.
+Copyrights 1999,2001-2008 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.

Modified: trunk/libmime-types-perl/lib/MIME/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pm?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pm (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pm Sat May 24 22:37:04 2008
@@ -1,11 +1,12 @@
-# Copyrights 1999,2001-2007 by Mark Overmeer.
+# Copyrights 1999,2001-2008 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.03.
+# Pod stripped from pm file by OODoc 1.04.
 
 package MIME::Types;
 use vars '$VERSION';
-$VERSION = '1.23';
+$VERSION = '1.24';
+
 
 use strict;
 
@@ -414,7 +415,7 @@
 application/vnd.kde.kword	kwd,kwt
 application/vnd.kenameapp	htke
 application/vnd.kidspiration	kia
-application/vnd.Kinar		kne,knp,sdf
+application/vnd.Kinar		kne,knp
 application/vnd.google-earth.kml+xml			kml	8bit
 application/vnd.google-earth.kmz			kmz	8bit
 application/vnd.koan
@@ -477,7 +478,22 @@
 application/vnd.novadigm.EDM
 application/vnd.novadigm.EDX
 application/vnd.novadigm.EXT
+application/vnd.oasis.opendocument.text			odt
+application/vnd.oasis.opendocument.text-template	ott
+application/vnd.oasis.opendocument.text-web		oth
+application/vnd.oasis.opendocument.text-master		odm
+application/vnd.oasis.opendocument.graphics		odg
+application/vnd.oasis.opendocument.graphics-template	otg
+application/vnd.oasis.opendocument.presentation		odp
+application/vnd.oasis.opendocument.presentation-template	otp
+application/vnd.oasis.opendocument.spreadsheet		ods
+application/vnd.oasis.opendocument.spreadsheet-template	ots
+application/vnd.oasis.opendocument.chart		odc
+application/vnd.oasis.opendocument.formula		odf
+application/vnd.oasis.opendocument.database		odb
+application/vnd.oasis.opendocument.image		odi
 application/vnd.obn
+application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx quoted-printable
 application/vnd.osa.netdeploy
 application/vnd.palm		prc,pdb,pqa,oprc
 application/vnd.paos.xml
@@ -516,6 +532,13 @@
 application/vnd.sss-cod
 application/vnd.sss-dtf
 application/vnd.sss-ntf
+application/vnd.stardivision.chart	sds
+application/vnd.stardivision.calc	sdc
+application/vnd.stardivision.writer	sdw
+application/vnd.stardivision.writer-global	sgl
+application/vnd.stardivision.draw	sda
+application/vnd.stardivision.impress	sdd
+application/vnd.stardivision.math	sdf
 application/vnd.street-stream
 application/vnd.sun.xml.calc		sxc
 application/vnd.sun.xml.calc.template	stc
@@ -802,7 +825,7 @@
 message/http
 message/news								8bit
 message/partial								8bit
-message/rfc822								8bit
+message/rfc822				eml				8bit
 message/s-http
 message/sip
 message/sipfrag

Modified: trunk/libmime-types-perl/lib/MIME/Types.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/lib/MIME/Types.pod?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/lib/MIME/Types.pod (original)
+++ trunk/libmime-types-perl/lib/MIME/Types.pod Sat May 24 22:37:04 2008
@@ -178,12 +178,12 @@
 
 =head1 SEE ALSO
 
-This module is part of MIME-Types distribution version 1.23,
-built on December 17, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.24,
+built on May 23, 2008. Website: F<http://perl.overmeer.net/mimetypes/>
 
 =head1 LICENSE
 
-Copyrights 1999,2001-2007 by Mark Overmeer. For other contributors see ChangeLog.
+Copyrights 1999,2001-2008 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.

Modified: trunk/libmime-types-perl/t/20types.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/t/20types.t?rev=20392&op=diff
==============================================================================
--- trunk/libmime-types-perl/t/20types.t (original)
+++ trunk/libmime-types-perl/t/20types.t Sat May 24 22:37:04 2008
@@ -22,7 +22,7 @@
 is($t->type, 'multipart/mixed');
 
 # No extensions, but a known, explicit encoding.
- at t = $a->type('message/rfc822');
+ at t = $a->type('message/external-body');
 cmp_ok(scalar @t, '==', 1);
 $t = $t[0];
 ok(not $t->extensions);




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