Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit perl-MIME-Types
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 07 Jan 2008 02:53:59 +0100
- Message-id: <20080107015359.A0D11678336@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-MIME-Types
checked in at Mon Jan 7 02:53:59 CET 2008.
--------
--- perl-MIME-Types/perl-MIME-Types.changes 2007-11-21 11:47:13.000000000
+0100
+++ /mounts/work_src_done/STABLE/perl-MIME-Types/perl-MIME-Types.changes
2008-01-04 13:24:18.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 4 11:48:29 CET 2008 - anicka@xxxxxxx
+
+- update to 1.23
+ * /xml file attributes were separated by blanks, not commas.
+
+-------------------------------------------------------------------
Old:
----
MIME-Types-1.22.tar.bz2
New:
----
MIME-Types-1.23.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MIME-Types.spec ++++++
--- /var/tmp/diff_new_pack.s11498/_old 2008-01-07 02:53:51.000000000 +0100
+++ /var/tmp/diff_new_pack.s11498/_new 2008-01-07 02:53:51.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package perl-MIME-Types (Version 1.22)
+# spec file for package perl-MIME-Types (Version 1.23)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 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.22
+Version: 1.23
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
@@ -54,7 +54,11 @@
%{perl_vendorarch}/auto/MIME
%{perl_vendorlib}/MIME
/var/adm/perl-modules/perl-MIME-Types
+
%changelog
+* Fri Jan 04 2008 - anicka@xxxxxxx
+- update to 1.23
+ * /xml file attributes were separated by blanks, not commas.
* Wed Nov 21 2007 - anicka@xxxxxxx
- update to 1.22
* use RFC4180 text/csv, not text/comma-separated-values
++++++ MIME-Types-1.22.tar.bz2 -> MIME-Types-1.23.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/ChangeLog new/MIME-Types-1.23/ChangeLog
--- old/MIME-Types-1.22/ChangeLog 2007-11-14 17:23:59.000000000 +0100
+++ new/MIME-Types-1.23/ChangeLog 2007-12-17 16:14:02.000000000 +0100
@@ -6,6 +6,11 @@
**** Inform Austin Ziegler < mime-types@xxxxxxxxxxxxx> at each release, to
**** update his Ruby port of the module.
+version 1.23: Mon Dec 17 16:12:52 CET 2007
+
+ - /xml file attributes were separated by blanks, not commas.
+ [Alex Kapranoff]
+
version 1.22: Wed Nov 14 17:20:22 CET 2007
- use RFC4180 text/csv, not text/comma-separated-values
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/lib/MIME/Type.pm
new/MIME-Types-1.23/lib/MIME/Type.pm
--- old/MIME-Types-1.22/lib/MIME/Type.pm 2007-11-14 17:23:59.000000000
+0100
+++ new/MIME-Types-1.23/lib/MIME/Type.pm 2007-12-17 16:14:02.000000000
+0100
@@ -4,7 +4,7 @@
# Pod stripped from pm file by OODoc 1.03.
package MIME::Type;
use vars '$VERSION';
-$VERSION = '1.22';
+$VERSION = '1.23';
use strict;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/lib/MIME/Type.pod
new/MIME-Types-1.23/lib/MIME/Type.pod
--- old/MIME-Types-1.22/lib/MIME/Type.pod 2007-11-14 17:23:59.000000000
+0100
+++ new/MIME-Types-1.23/lib/MIME/Type.pod 2007-12-17 16:14:02.000000000
+0100
@@ -270,8 +270,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 1.22,
-built on November 14, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.23,
+built on December 17, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
=head1 LICENSE
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/lib/MIME/Types.pm
new/MIME-Types-1.23/lib/MIME/Types.pm
--- old/MIME-Types-1.22/lib/MIME/Types.pm 2007-11-14 17:23:59.000000000
+0100
+++ new/MIME-Types-1.23/lib/MIME/Types.pm 2007-12-17 16:14:02.000000000
+0100
@@ -5,7 +5,7 @@
package MIME::Types;
use vars '$VERSION';
-$VERSION = '1.22';
+$VERSION = '1.23';
use strict;
@@ -625,7 +625,7 @@
application/x-maker frm,maker,frame,fm,fb,book,fbdoc
application/x-mathcad # mcd, but there is also vnd.mcd
application/x-mif mif
-application/xml xml xsl 8bit
+application/xml xml,xsl 8bit
application/xml-dtd dtd 8bit
application/xml-external-parsed-entity
application/x-msaccess mda,mdb,mde,mdf base64
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/lib/MIME/Types.pod
new/MIME-Types-1.23/lib/MIME/Types.pod
--- old/MIME-Types-1.22/lib/MIME/Types.pod 2007-11-14 17:23:59.000000000
+0100
+++ new/MIME-Types-1.23/lib/MIME/Types.pod 2007-12-17 16:14:02.000000000
+0100
@@ -178,8 +178,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 1.22,
-built on November 14, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
+This module is part of MIME-Types distribution version 1.23,
+built on December 17, 2007. Website: F<http://perl.overmeer.net/mimetypes/>
=head1 LICENSE
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/Makefile.PL
new/MIME-Types-1.23/Makefile.PL
--- old/MIME-Types-1.22/Makefile.PL 2007-11-14 17:23:59.000000000 +0100
+++ new/MIME-Types-1.23/Makefile.PL 2007-12-17 16:14:02.000000000 +0100
@@ -4,7 +4,7 @@
WriteMakefile
( NAME => 'MIME::Types'
- , VERSION => '1.22'
+ , VERSION => '1.23'
, PREREQ_PM =>
{ Test::More => 0.47
, Test::Pod => 1.00
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-Types-1.22/META.yml new/MIME-Types-1.23/META.yml
--- old/MIME-Types-1.22/META.yml 2007-11-14 17:24:03.000000000 +0100
+++ new/MIME-Types-1.23/META.yml 2007-12-17 16:14:05.000000000 +0100
@@ -1,9 +1,9 @@
--- #YAML:1.0
name: MIME-Types
-version: 1.22
+version: 1.23
abstract: Definition of MIME types
license: perl
-generated_by: ExtUtils::MakeMaker version 6.32
+generated_by: ExtUtils::MakeMaker version 6.36_01
distribution_type: module
requires:
Test::More: 0.47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |