Update to 2.06 (add support for smtps via Net::SMTP::SSL); use %{_fixperms}

macro instead of our own chmod incantation
This commit is contained in:
Paul Howarth 2010-01-27 10:43:45 +00:00
parent 0e333929ab
commit eeded8bb3f
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
MailTools-2.05.tar.gz
MailTools-2.06.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Various mail-related perl modules
Name: perl-MailTools
Version: 2.05
Version: 2.06
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -42,7 +42,7 @@ cd -
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
%{__chmod} -R u+w %{buildroot}/*
%{_fixperms} %{buildroot}
%check
%{__make} test
@ -84,6 +84,7 @@ cd -
%{perl_vendorlib}/Mail/Mailer/rfc822.pm
%{perl_vendorlib}/Mail/Mailer/sendmail.pm
%{perl_vendorlib}/Mail/Mailer/smtp.pm
%{perl_vendorlib}/Mail/Mailer/smtps.pm
%{perl_vendorlib}/Mail/Mailer/testfile.pm
%{_mandir}/man3/Mail::Address.3pm*
%{_mandir}/man3/Mail::Cap.3pm*
@ -99,6 +100,10 @@ cd -
%{_mandir}/man3/Mail::Util.3pm*
%changelog
* Wed Jan 27 2010 Paul Howarth <paul@city-fan.org> 2.06-1
- Update to 2.06 (add support for smtps via Net::SMTP::SSL)
- Use %%{_fixperms} macro instead of our own chmod incantation
* Mon Dec 21 2009 Paul Howarth <paul@city-fan.org> 2.05-1
- Update to 2.05
- Fix de-ref error when index out of range in Mail::Header::get()

View File

@ -1 +1 @@
86a51c5a81a55e555c7a84dfdf6ab270 MailTools-2.05.tar.gz
3f90297c7f566cc0cc9c89ee47906abf MailTools-2.06.tar.gz