Update to 2.11

- New upstream release 2.11:
  - Fix typo in Mail::Mailer::smtp, which only shows up in Perl > 5.14
This commit is contained in:
Paul Howarth 2012-08-29 09:31:52 +01:00
parent 54eef31f5e
commit 24b0613f2b
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Summary: Various mail-related perl modules
Name: perl-MailTools
Version: 2.10
Version: 2.11
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -109,6 +109,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Mail::Util.3pm*
%changelog
* Wed Aug 29 2012 Paul Howarth <paul@city-fan.org> 2.11-1
- Update to 2.11
- Fix typo in Mail::Mailer::smtp, which only shows up in Perl > 5.14
* Tue Aug 28 2012 Paul Howarth <paul@city-fan.org> 2.10-1
- Update to 2.10
- Mail::Mailer::smtp set from address twice (CPAN RT#77161)

View File

@ -1 +1 @@
bb1ee1b02913b94104209acda0163933 MailTools-2.10.tar.gz
081af6119a7f231a2c24d2e18bb7dfbd MailTools-2.11.tar.gz