- 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:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MailTools?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2013-07-15 12:48:24 +00:00 committed by Git OBS Bridge
parent de574dea43
commit 9f747dd61f
4 changed files with 43 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbe1b7eb1c3bf220bbe285155ea57686f92e3da4e89f3ea9b6c5ad56e3621bf0
size 53290

3
MailTools-2.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51ad50f324a1d11df21c430ced74b2077c2cf5e2c27f263a181cbd9a5d964737
size 54553

View File

@ -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

View File

@ -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}