Hello community, here is the log from the commit of package perl-MIME-Types checked in at Fri Mar 30 16:31:46 CEST 2007. -------- --- perl-MIME-Types/perl-MIME-Types.changes 2006-12-13 13:38:41.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-MIME-Types/perl-MIME-Types.changes 2007-03-30 16:22:23.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Mar 30 16:18:51 CEST 2007 - anicka@suse.cz + +- update to 1.19 + * converted to use OODoc 0.99 + * removed mkdist, mkdoc, README.oodoc, version + +------------------------------------------------------------------- Old: ---- MIME-Types-1.18.tar.bz2 New: ---- MIME-Types-1.19.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-Types.spec ++++++ --- /var/tmp/diff_new_pack.Z30254/_old 2007-03-30 16:31:36.000000000 +0200 +++ /var/tmp/diff_new_pack.Z30254/_new 2007-03-30 16:31:36.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-MIME-Types (Version 1.18) +# spec file for package perl-MIME-Types (Version 1.19) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,7 +11,7 @@ Name: perl-MIME-Types URL: http://cpan.org/modules/by-module/MIME/ -Version: 1.18 +Version: 1.19 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on @@ -52,7 +52,11 @@ %{perl_vendorlib}/MIME /var/adm/perl-modules/perl-MIME-Types -%changelog -n perl-MIME-Types +%changelog +* Fri Mar 30 2007 - anicka@suse.cz +- update to 1.19 + * converted to use OODoc 0.99 + * removed mkdist, mkdoc, README.oodoc, version * Wed Dec 13 2006 - anicka@suse.cz - update to 1.18 * application/atom+xml and image/svg+xml ++++++ MIME-Types-1.18.tar.bz2 -> MIME-Types-1.19.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/ChangeLog new/MIME-Types-1.19/ChangeLog --- old/MIME-Types-1.18/ChangeLog 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/ChangeLog 2007-03-25 17:09:53.000000000 +0200 @@ -1,11 +1,17 @@ Revision history for Perl extension MIME::Types. Unless explicitly stated differently are all changes produced by -Mark Overmeer <mimetypes@overmeer.net> +Mark Overmeer <perl@overmeer.net> **** Inform Austin Ziegler < mime-types@halostatue.ca> at each release, to **** update his Ruby port of the module. +version 1.19: Sun Mar 25 17:09:38 CEST 2007 + + - converted to use OODoc 0.99 + + - removed mkdist, mkdoc, README.oodoc, version + version 1.18: Fri Nov 17 21:20:20 CET 2006 - [David Nesting] application/atom+xml and image/svg+xml diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/lib/MIME/Type.pm new/MIME-Types-1.19/lib/MIME/Type.pm --- old/MIME-Types-1.18/lib/MIME/Type.pm 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/lib/MIME/Type.pm 2007-03-25 17:09:53.000000000 +0200 @@ -1,6 +1,10 @@ +# Copyrights 1999,2001-2007 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 0.99. package MIME::Type; use vars '$VERSION'; -$VERSION = '1.18'; +$VERSION = '1.19'; use strict; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/lib/MIME/Type.pod new/MIME-Types-1.19/lib/MIME/Type.pod --- old/MIME-Types-1.18/lib/MIME/Type.pod 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/lib/MIME/Type.pod 2007-03-25 17:09:53.000000000 +0200 @@ -1,10 +1,7 @@ - =head1 NAME MIME::Type - Definition of one MIME type - - =head1 SYNOPSIS use MIME::Types; @@ -24,7 +21,6 @@ print MIME::Type->simplified('x-appl/x-zip') # 'appl/zip' - =head1 DESCRIPTION MIME types are used in MIME entities, for instance as part of e-mail @@ -36,10 +32,8 @@ F<http://www.iana.org/assignments/media-types/> and the collection kept at F<http://www.ltsw.se/knbase/internet/mime.htp> - =head1 OVERLOADED - overload: B<string comparison> =over 4 @@ -61,20 +55,16 @@ I<Example:> use of stringification - my $mime = MIME::Type->new('text/html'); print "$mime\n"; # explicit stringification print $mime; # implicit stringification =back - =head1 METHODS - =head2 Initiation - MIME::Type-E<gt>B<new>(OPTIONS) =over 4 @@ -82,12 +72,12 @@ Create (I<instantiate>) a new MIME::Type object which manages one mime type. - Option --Defined in --Default - encoding <depends on type> - extensions [] - simplified <derived from type> - system undef - type <required> + Option --Default + encoding <depends on type> + extensions [] + simplified <derived from type> + system undef + type <required> . encoding '7bit'|'8bit'|'base64'|'quoted-printable' @@ -141,7 +131,6 @@ =head2 Attributes - $obj-E<gt>B<encoding> =over 4 @@ -174,7 +163,6 @@ I<Example:> results of simplified() - my $mime = MIME::Type->new(type => 'x-appl/x-zip'); print $mime->simplified; # 'appl/zip' print $mime->simplified('text/plain'); # 'text/plain' @@ -201,7 +189,6 @@ =head2 Knowledge - $obj-E<gt>B<equals>(STRING|MIME) =over 4 @@ -268,9 +255,6 @@ =back - - - =head1 DIAGNOSTICS I<Error:> Type parameter is obligatory. @@ -278,23 +262,16 @@ When a L<MIME::Type|MIME::Type> object is created, the type itself must be specified with the C<type> option flag. +=head1 SEE ALSO +This module is part of MIME-Types distribution version 1.19, +built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/> +=head1 LICENSE +Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog. - -=head1 REFERENCES - -See the Mime::Types website at L<http://perl.overmeer.net/mimetypes/> for more details. - -=head1 COPYRIGHTS - -Module version 1.18. -Written by Mark Overmeer (mimetypes@overmeer.net). See the ChangeLog for -other contributors. - -Copyright (c) 2001-2003 by the author(s). All rights reserved. This program -is free software; you can redistribute it and/or modify it under the -same terms as Perl itself. - +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. +See F<http://www.perl.com/perl/misc/Artistic.html> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/lib/MIME/Types.pm new/MIME-Types-1.19/lib/MIME/Types.pm --- old/MIME-Types-1.18/lib/MIME/Types.pm 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/lib/MIME/Types.pm 2007-03-25 17:09:53.000000000 +0200 @@ -1,7 +1,11 @@ +# Copyrights 1999,2001-2007 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 0.99. package MIME::Types; use vars '$VERSION'; -$VERSION = '1.18'; +$VERSION = '1.19'; use strict; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/lib/MIME/Types.pod new/MIME-Types-1.19/lib/MIME/Types.pod --- old/MIME-Types-1.18/lib/MIME/Types.pod 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/lib/MIME/Types.pod 2007-03-25 17:09:53.000000000 +0200 @@ -1,15 +1,12 @@ - =head1 NAME MIME::Types - Definition of MIME types - =head1 INHERITANCE MIME::Types is an Exporter - =head1 SYNOPSIS use MIME::Types; @@ -17,7 +14,6 @@ my MIME::Type $plaintext = $mimetypes->type('text/plain'); my MIME::Type $imagegif = $mimetypes->mimeTypeOf('gif'); - =head1 DESCRIPTION MIME types are used in MIME compliant lines, for instance as part @@ -29,14 +25,10 @@ by RFCs and vendors, so the list is long but not complete. Please don't hestitate to ask to add additional information. - - =head1 METHODS - =head2 Instantiation - MIME::Types-E<gt>B<new>(OPTIONS) =over 4 @@ -45,8 +37,8 @@ implementation, it does not matter whether you create this object often within your program, but in the future this may change. - Option --Defined in--Default - only_complete <false> + Option --Default + only_complete <false> . only_complete BOOLEAN @@ -66,7 +58,6 @@ =head2 Knowledge - $obj-E<gt>B<addType>(TYPE, ...) =over 4 @@ -104,7 +95,6 @@ I<Example:> use of mimeTypeOf() - my MIME::Types $types = MIME::Types->new; my MIME::Type $mime = $types->mimeTypeOf('gif'); @@ -133,7 +123,6 @@ =back - =head1 FUNCTIONS The next functions are provided for backward compatibility with MIME::Types @@ -163,7 +152,6 @@ I<Example:> use of function by_suffix() - use MIME::Types 'by_suffix'; my ($mediatype, $encoding) = by_suffix 'image.gif'; @@ -184,25 +172,16 @@ =back +=head1 SEE ALSO +This module is part of MIME-Types distribution version 1.19, +built on March 25, 2007. Website: F<http://perl.overmeer.net/mimetypes/> +=head1 LICENSE +Copyrights 1999,2001-2007 by Mark Overmeer.For other contributors see ChangeLog. - - - -=head1 REFERENCES - -See the Mime::Types website at L<http://perl.overmeer.net/mimetypes/> for more details. - -=head1 COPYRIGHTS - -Module version 1.18. -Written by Mark Overmeer (mimetypes@overmeer.net). See the ChangeLog for -other contributors. - -Copyright (c) 2001-2003 by the author(s). All rights reserved. This program -is free software; you can redistribute it and/or modify it under the -same terms as Perl itself. - +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. +See F<http://www.perl.com/perl/misc/Artistic.html> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/Makefile.PL new/MIME-Types-1.19/Makefile.PL --- old/MIME-Types-1.18/Makefile.PL 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/Makefile.PL 2007-03-25 16:01:23.000000000 +0200 @@ -3,9 +3,29 @@ require 5.005; WriteMakefile - ( NAME => 'MIME::Types' - , VERSION_FROM => 'version' - , PREREQ_PM => { Test::More => 0.47 } - , AUTHOR => 'Mark Overmeer' - , ABSTRACT => 'Definition of MIME types' + ( NAME => 'MIME::Types' + , VERSION => '1.19' + , PREREQ_PM => { Test::More => 0.47 } + , AUTHOR => 'Mark Overmeer' + , ABSTRACT => 'Definition of MIME types' ); + +### used by oodist during production of distribution +sub MY::postamble { <<'__POSTAMBLE' } + +# for DIST +RAWDIR = ../public_html/mimetypes/raw +DISTDIR = ../public_html/mimetypes/source +LICENSE = artistic + +# for POD +FIRST_YEAR = 1999,2001 +EMAIL = perl@overmeer.net +WEBSITE = http://perl.overmeer.net/mimetypes/ + +# for HTML +HTML_OUTPUT = ../public_html/mimetypes/html +HTML_DOCROOT = /mimetypes/html +HTML_PACKAGE = ../public_html/mimetypes/htmlpkg + +__POSTAMBLE diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/MANIFEST new/MIME-Types-1.19/MANIFEST --- old/MIME-Types-1.18/MANIFEST 2006-11-17 21:21:09.000000000 +0100 +++ new/MIME-Types-1.19/MANIFEST 2007-03-25 17:09:53.000000000 +0200 @@ -1,5 +1,6 @@ ChangeLog MANIFEST +META.yml Module meta-data (added by MakeMaker) Makefile.PL README lib/MIME/Type.pm @@ -10,5 +11,3 @@ t/11typeol.t t/20types.t t/30export.t -version -META.yml Module meta-data (added by MakeMaker) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/META.yml new/MIME-Types-1.19/META.yml --- old/MIME-Types-1.18/META.yml 2006-11-17 21:21:08.000000000 +0100 +++ new/MIME-Types-1.19/META.yml 2007-03-25 17:09:55.000000000 +0200 @@ -1,8 +1,8 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: MIME-Types -version: 1.18 -version_from: version +version: 1.19 +version_from: installdirs: site requires: Test::More: 0.47 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/MIME-Types-1.18/version new/MIME-Types-1.19/version --- old/MIME-Types-1.18/version 2006-11-17 21:21:07.000000000 +0100 +++ new/MIME-Types-1.19/version 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -$VERSION='1.18'; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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