From 9f747dd61f4d694f5833613b8d70b64f7d27845198d5948a0dab4a43e3458081 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 15 Jul 2013 12:48:24 +0000 Subject: [PATCH] - update to 2.12 Fixes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - default for Mail::Header::new(Modify) is 'false', not 'true' rt.cpan.org#79985 [Thomas Sibley] - Mail::Address take username with rindex(), a bit better than index() but still poor. rt.cpan.org#82056 [Filipe Gonçalves] Improvements: - check for bad folding of header lines rt.cpan.org#79993 [Thomas Sibley] - add a note about better to avoid Mail::Address->name(), in response to a question by rt.cpan.org#81459 [Moritz Lenz] version 2.11: Wed Aug 29 09:09:47 CEST 2012 Fixes: - typo in Mail::Mailer::smtp, which only shows up in >5.14 [cpantesters] version 2.10: Tue Aug 28 09:41:52 CEST 2012 Fixes: OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MailTools?expand=0&rev=24 --- MailTools-2.09.tar.gz | 3 --- MailTools-2.12.tar.gz | 3 +++ perl-MailTools.changes | 39 +++++++++++++++++++++++++++++++++++++++ perl-MailTools.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 MailTools-2.09.tar.gz create mode 100644 MailTools-2.12.tar.gz diff --git a/MailTools-2.09.tar.gz b/MailTools-2.09.tar.gz deleted file mode 100644 index 964ec15..0000000 --- a/MailTools-2.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbe1b7eb1c3bf220bbe285155ea57686f92e3da4e89f3ea9b6c5ad56e3621bf0 -size 53290 diff --git a/MailTools-2.12.tar.gz b/MailTools-2.12.tar.gz new file mode 100644 index 0000000..7e4daa1 --- /dev/null +++ b/MailTools-2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ad50f324a1d11df21c430ced74b2077c2cf5e2c27f263a181cbd9a5d964737 +size 54553 diff --git a/perl-MailTools.changes b/perl-MailTools.changes index aae2447..9ee0d61 100644 --- a/perl-MailTools.changes +++ b/perl-MailTools.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Jul 15 12:47:51 UTC 2013 - coolo@suse.com + +- update to 2.12 + Fixes: + + - default for Mail::Header::new(Modify) is 'false', not 'true' + rt.cpan.org#79985 [Thomas Sibley] + + - Mail::Address take username with rindex(), a bit better than + index() but still poor. + rt.cpan.org#82056 [Filipe Gonçalves] + + Improvements: + + - check for bad folding of header lines + rt.cpan.org#79993 [Thomas Sibley] + + - add a note about better to avoid Mail::Address->name(), + in response to a question by + rt.cpan.org#81459 [Moritz Lenz] + + version 2.11: Wed Aug 29 09:09:47 CEST 2012 + + Fixes: + + - typo in Mail::Mailer::smtp, which only shows up in >5.14 + [cpantesters] + + version 2.10: Tue Aug 28 09:41:52 CEST 2012 + + Fixes: + + - Mail::Mailer::smtp set from address twice. + rt.cpan.org#77161 [Vladimir Goshev] + + - Mail::Mailer::smtps did not support the From option. + rt.cpan.org#77161 [Vladimir Goshev] + ------------------------------------------------------------------- Mon Jul 15 14:09:27 CEST 2013 - mls@suse.de diff --git a/perl-MailTools.spec b/perl-MailTools.spec index da7b778..d27fed9 100644 --- a/perl-MailTools.spec +++ b/perl-MailTools.spec @@ -18,7 +18,7 @@ Name: perl-MailTools Url: http://cpan.org/modules/by-module/Mail/ -Version: 2.09 +Version: 2.12 Release: 0 Provides: p_mtools = %{version} Obsoletes: p_mtools < %{version}