Update to 2.09

- New upstream release 2.09:
  - Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
    (CPAN RT#69918)
- BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03
- Explicitly run xt/ tests
This commit is contained in:
Paul Howarth 2012-02-25 22:13:53 +00:00
parent 8be079f61d
commit c51da7feac
2 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Various mail-related perl modules
Name: perl-MailTools
Version: 2.08
Release: 3%{?dist}
Version: 2.09
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/MailTools/
@ -17,6 +17,8 @@ BuildRequires: perl(Date::Parse)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Net::Domain) >= 1.05
BuildRequires: perl(Net::SMTP) >= 1.03
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
@ -55,6 +57,7 @@ find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%check
make test
make test TEST_FILES="xt/*.t"
%clean
rm -rf %{buildroot}
@ -109,6 +112,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Mail::Util.3pm*
%changelog
* Sat Feb 25 2012 Paul Howarth <paul@city-fan.org> - 2.09-1
- Update to 2.09
- Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
(CPAN RT#69918)
- BR: perl(Net::Domain) 1.05 and perl(Net::SMTP) 1.03
- Explicitly run xt/ tests
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.08-3
- Use DESTDIR rather than PERL_INSTALL_ROOT
- One buildreq per line for readability

View File

@ -1 +1 @@
0245bf7985c6661e0cf31a59657a18f0 MailTools-2.08.tar.gz
2ab874c4202d647e0fc58dd7cffb59f6 MailTools-2.09.tar.gz