Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit perl-MIME-tools
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 21 Nov 2007 22:59:35 +0100
- Message-id: <20071121215935.47F726780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-MIME-tools
checked in at Wed Nov 21 22:59:35 CET 2007.
--------
--- perl-MIME-tools/perl-MIME-tools.changes 2007-11-12 10:07:02.000000000
+0100
+++ /mounts/work_src_done/STABLE/perl-MIME-tools/perl-MIME-tools.changes
2007-11-21 11:46:26.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 21 10:56:06 CET 2007 - anicka@xxxxxxx
+
+- update to 5.425
+ * (bugfix) A stub for MIME::Parser's tmp_recycling() method has been
+ re-added to preserve compatibility.
+
+-------------------------------------------------------------------
Old:
----
MIME-tools-5.424.tar.bz2
New:
----
MIME-tools-5.425.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MIME-tools.spec ++++++
--- /var/tmp/diff_new_pack.wo4064/_old 2007-11-21 22:59:26.000000000 +0100
+++ /var/tmp/diff_new_pack.wo4064/_new 2007-11-21 22:59:26.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package perl-MIME-tools (Version 5.424)
+# spec file for package perl-MIME-tools (Version 5.425)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,7 +21,7 @@
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: modules for parsing (and creating!) MIME entities
-Version: 5.424
+Version: 5.425
Release: 1
Source: MIME-tools-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,10 @@
/var/adm/perl-modules/perl-MIME-tools
%doc ChangeLog COPYING examples INSTALLING MANIFEST README*
%changelog
+* Wed Nov 21 2007 - anicka@xxxxxxx
+- update to 5.425
+ * (bugfix) A stub for MIME::Parser's tmp_recycling() method has been
+ re-added to preserve compatibility.
* Fri Nov 09 2007 - anicka@xxxxxxx
- update to 5.424
* (bugfix)lines in $entity->body() should be newline-terminated.
++++++ MIME-tools-5.424.tar.bz2 -> MIME-tools-5.425.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/ChangeLog
new/MIME-tools-5.425/ChangeLog
--- old/MIME-tools-5.424/ChangeLog 2007-11-07 16:30:45.000000000 +0100
+++ new/MIME-tools-5.425/ChangeLog 2007-11-17 17:06:06.000000000 +0100
@@ -1,3 +1,12 @@
+5.425 2007-11-17 Dave O'Neill <dmo@xxxxxxxxxxxxxxxxxx>
+
+ * VERSION 5.425 RELEASED
+
+ * (bugfix) A stub for MIME::Parser's tmp_recycling() method has been
+ re-added to preserve compatibility. Since recycling of tempfiles
+ never worked and has been removed, any code calling tmp_recycling()
+ should stop attempting to use the feature.
+
5.424 2007-11-07 David Skoll <dfs@xxxxxxxxxxxxxxxxxx>
* VERSION 5.424 RELEASED
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Body.pm
new/MIME-tools-5.425/lib/MIME/Body.pm
--- old/MIME-tools-5.424/lib/MIME/Body.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Body.pm 2007-11-17 17:06:22.000000000
+0100
@@ -141,7 +141,7 @@
use Carp;
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
#------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/Base64.pm
new/MIME-tools-5.425/lib/MIME/Decoder/Base64.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/Base64.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/Base64.pm 2007-11-17
17:06:22.000000000 +0100
@@ -55,7 +55,7 @@
@ISA = qw(MIME::Decoder);
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### How many bytes to encode at a time (must be a multiple of 3, and
### less than (76 * 0.75)!
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/Binary.pm
new/MIME-tools-5.425/lib/MIME/Decoder/Binary.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/Binary.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/Binary.pm 2007-11-17
17:06:22.000000000 +0100
@@ -41,7 +41,7 @@
@ISA = qw(MIME::Decoder);
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### Buffer length:
my $BUFLEN = 8192;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/BinHex.pm
new/MIME-tools-5.425/lib/MIME/Decoder/BinHex.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/BinHex.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/BinHex.pm 2007-11-17
17:06:22.000000000 +0100
@@ -42,7 +42,7 @@
@ISA = qw(MIME::Decoder);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
#------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/Gzip64.pm
new/MIME-tools-5.425/lib/MIME/Decoder/Gzip64.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/Gzip64.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/Gzip64.pm 2007-11-17
17:06:22.000000000 +0100
@@ -58,7 +58,7 @@
@ISA = qw(MIME::Decoder::Base64);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
# How to compress stdin to stdout:
$GZIP = "gzip -c";
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/NBit.pm
new/MIME-tools-5.425/lib/MIME/Decoder/NBit.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/NBit.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/NBit.pm 2007-11-17
17:06:22.000000000 +0100
@@ -92,7 +92,7 @@
@ISA = qw(MIME::Decoder);
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### How many bytes to decode at a time?
my $DecodeChunkLength = 8 * 1024;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/QuotedPrint.pm
new/MIME-tools-5.425/lib/MIME/Decoder/QuotedPrint.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/QuotedPrint.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/QuotedPrint.pm 2007-11-17
17:06:22.000000000 +0100
@@ -53,7 +53,7 @@
@ISA = qw(MIME::Decoder);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
#------------------------------
# If we have MIME::QuotedPrint 3.03 or later, use the three-argument
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder/UU.pm
new/MIME-tools-5.425/lib/MIME/Decoder/UU.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder/UU.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder/UU.pm 2007-11-17 17:06:22.000000000
+0100
@@ -44,7 +44,7 @@
@ISA = qw(MIME::Decoder);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
#------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Decoder.pm
new/MIME-tools-5.425/lib/MIME/Decoder.pm
--- old/MIME-tools-5.424/lib/MIME/Decoder.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Decoder.pm 2007-11-17 17:06:22.000000000
+0100
@@ -125,7 +125,7 @@
);
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### Me:
my $ME = 'MIME::Decoder';
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Entity.pm
new/MIME-tools-5.425/lib/MIME/Entity.pm
--- old/MIME-tools-5.424/lib/MIME/Entity.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Entity.pm 2007-11-17 17:06:22.000000000
+0100
@@ -246,7 +246,7 @@
#------------------------------
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### Boundary counter:
my $BCount = 0;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Field/ContDisp.pm
new/MIME-tools-5.425/lib/MIME/Field/ContDisp.pm
--- old/MIME-tools-5.424/lib/MIME/Field/ContDisp.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Field/ContDisp.pm 2007-11-17
17:06:22.000000000 +0100
@@ -45,7 +45,7 @@
@ISA = qw(MIME::Field::ParamVal);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
# Install it:
bless([])->register('Content-disposition');
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Field/ConTraEnc.pm
new/MIME-tools-5.425/lib/MIME/Field/ConTraEnc.pm
--- old/MIME-tools-5.424/lib/MIME/Field/ConTraEnc.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Field/ConTraEnc.pm 2007-11-17
17:06:22.000000000 +0100
@@ -44,7 +44,7 @@
@ISA = qw(MIME::Field::ParamVal);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
# Install it:
bless([])->register('Content-transfer-encoding');
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Field/ContType.pm
new/MIME-tools-5.425/lib/MIME/Field/ContType.pm
--- old/MIME-tools-5.424/lib/MIME/Field/ContType.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Field/ContType.pm 2007-11-17
17:06:22.000000000 +0100
@@ -63,7 +63,7 @@
@ISA = qw(MIME::Field::ParamVal);
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
# Install it:
bless([])->register('Content-type');
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Field/ParamVal.pm
new/MIME-tools-5.425/lib/MIME/Field/ParamVal.pm
--- old/MIME-tools-5.424/lib/MIME/Field/ParamVal.pm 2007-11-07
16:31:05.000000000 +0100
+++ new/MIME-tools-5.425/lib/MIME/Field/ParamVal.pm 2007-11-17
17:06:22.000000000 +0100
@@ -80,7 +80,7 @@
#------------------------------
# The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
#------------------------------
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Head.pm
new/MIME-tools-5.425/lib/MIME/Head.pm
--- old/MIME-tools-5.424/lib/MIME/Head.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Head.pm 2007-11-17 17:06:22.000000000
+0100
@@ -137,7 +137,7 @@
#------------------------------
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### Sanity (we put this test after our own version, for CPAN::):
use Mail::Header 1.06 ();
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Parser.pm
new/MIME-tools-5.425/lib/MIME/Parser.pm
--- old/MIME-tools-5.424/lib/MIME/Parser.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Parser.pm 2007-11-17 17:06:22.000000000
+0100
@@ -180,7 +180,7 @@
#------------------------------
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### How to catenate:
$CAT = '/bin/cat';
@@ -1476,6 +1476,25 @@
$self->{MP5_FilerToCore};
}
+
+=item tmp_recycling
+
+I<Instance method, DEPRECATED.>
+
+This method is a no-op to preserve the pre-5.421 API.
+
+The tmp_recycling() feature was removed in 5.421 because it had never actually
+worked. Please update your code to stop using it.
+
+=cut
+
+sub tmp_recycling
+{
+ return;
+}
+
+
+
#------------------------------
=item tmp_to_core [YESNO]
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Tools.pm
new/MIME-tools-5.425/lib/MIME/Tools.pm
--- old/MIME-tools-5.424/lib/MIME/Tools.pm 2007-11-07 16:30:56.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Tools.pm 2007-11-17 17:00:06.000000000
+0100
@@ -28,7 +28,7 @@
Exporter::export_ok_tags('config', 'msgs', 'msgtypes', 'utils');
# The TOOLKIT version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
# Configuration (do NOT alter this directly)...
# All legal CONFIG vars *must* be in here, even if only to be set to undef:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/lib/MIME/Words.pm
new/MIME-tools-5.425/lib/MIME/Words.pm
--- old/MIME-tools-5.424/lib/MIME/Words.pm 2007-11-07 16:31:05.000000000
+0100
+++ new/MIME-tools-5.425/lib/MIME/Words.pm 2007-11-17 17:06:22.000000000
+0100
@@ -94,7 +94,7 @@
#------------------------------
### The package version, both in 1.23 style *and* usable by MakeMaker:
-$VERSION = "5.424";
+$VERSION = "5.425";
### Nonprintables (controls + x7F + 8bit):
my $NONPRINT = "\\x00-\\x1F\\x7F-\\xFF";
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/META.yml new/MIME-tools-5.425/META.yml
--- old/MIME-tools-5.424/META.yml 2007-11-07 16:33:02.000000000 +0100
+++ new/MIME-tools-5.425/META.yml 2007-11-17 17:17:39.000000000 +0100
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: MIME-tools
-version: 5.424
+version: 5.425
abstract: Tools to manipulate MIME messages
license: perl
generated_by: ExtUtils::MakeMaker version 6.32
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/MIME-tools-5.424/t/Parser.t
new/MIME-tools-5.425/t/Parser.t
--- old/MIME-tools-5.424/t/Parser.t 2007-09-20 22:36:20.000000000 +0200
+++ new/MIME-tools-5.425/t/Parser.t 2007-11-17 17:08:03.000000000 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
use strict;
use warnings;
-use Test::More tests => 30;
+use Test::More tests => 31;
use MIME::Tools;
@@ -170,3 +170,9 @@
ok( MIME::Parser::Reader::native_handle( $globref ), 'globref is OK');
}
+
+# diag('tmp_recycling() exists again, as a no-op');
+{
+ my $rc = $parser->tmp_recycling(1);
+ is( $rc, undef, 'tmp_recycling no-op method returned undef');
+}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |