diff --git a/.gitignore b/.gitignore index b81a0be..9e5f881 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/MIME-tools-5.502.tar.gz +/MIME-tools-[0-9.]*.tar.gz diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec index 68910ee..92fc725 100644 --- a/perl-MIME-tools.spec +++ b/perl-MIME-tools.spec @@ -1,7 +1,7 @@ Summary: Modules for parsing and creating MIME entities in Perl Name: perl-MIME-tools -Version: 5.502 -Release: 5%{?dist} +Version: 5.503 +Release: 1%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/MIME-tools/ @@ -27,6 +27,7 @@ BuildRequires: perl(Test::Kwalitee) BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Convert::BinHex) %description MIME-tools - modules for parsing (and creating!) MIME entities. Modules in this @@ -53,7 +54,6 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} # Put the more useful examples in %%{_bindir} @@ -75,7 +75,6 @@ TEST_POD_COVERAGE=0 make test rm -rf %{buildroot} %files -%defattr(-,root,root,-) %doc README COPYING ChangeLog # Adding examples introduces additional deps, but these are all satisfied by # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. @@ -115,6 +114,22 @@ rm -rf %{buildroot} %{_mandir}/man3/MIME::Words.3pm* %changelog +* Fri Jun 8 2012 Paul Howarth - 5.503-1 +- Update to 5.503 + - Avoid inappropriately untainting data (CPAN RT#67119) + - Localise $\ to avoid parsing problems if it's set elsewhere (CPAN RT#71041) + - Improve exorcising of filenames (CPAN RT#71677) + - Fix potential race condition in t/Smtpsend.t (CPAN RT#68879) + - Allow native I/O on File::Handle objects (CPAN RT#72538) + - Add "recommends Convert::BinHex" clause to Makefile.PL (CPAN RT#72223) + - Add module_name to Makefile.PL (CPAN RT#77138) + - Fix "Uninitialized value" warning (CPAN RT#77190) + - Don't run t/Smtpsend.t on systems that lack fork() (CPAN RT#77351) + - Add "use strict" everywhere (CPAN RT#77582) +- Don't need to remove empty directories from the buildroot +- Drop %%defattr, redundant since rpm 4.4 +- Require perl(Convert::BinHex) to support BinHex-encoded mail + * Thu Jan 12 2012 Paul Howarth - 5.502-5 - Fedora 17 mass rebuild diff --git a/sources b/sources index 39f13ed..8b0940c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a87adda74867e3f8868a0599137bde0 MIME-tools-5.502.tar.gz +f86b968e9405318224b7a9f4574505d0 MIME-tools-5.503.tar.gz