commit c1a6a9c7e0e44ab23374c151b5e6e1287bfe0fc1 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Jan 10 11:03:38 2011 +0000 Update to 5.500 - New upstream release 5.500: - cleanup: IO-Stringy is no longer used - cleanup: remove auto_install from Makefile.PL - RT#22684: fix deadlock in filter() when invoking external programs such as gzip - RT#60931: if preamble is empty, make sure it's still empty after round-tripping through MIME::Entity - RT#63739: properly decode RFC2231 encodings in attachment filenames - New build requirements: - perl(IO::Handle) - perl(Mail::Field) >= 1.05 - perl(Mail::Header) >= 1.01 - perl(Mail::Internet) >= 1.0203 - perl(Test::Deep) - Drop buildreq perl(IO::Stringy) .gitignore | 2 +- perl-MIME-tools.spec | 39 ++++++++++++++++++++++++++++++--------- sources | 2 +- 3 files changed, 32 insertions(+), 11 deletions(-) --- diff --git a/.gitignore b/.gitignore index e00d1ed..5572fba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -MIME-tools-5.428.tar.gz +/MIME-tools-5.500.tar.gz diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec index a60e8e3..9cbf5d2 100644 --- a/perl-MIME-tools.spec +++ b/perl-MIME-tools.spec @@ -1,10 +1,7 @@ -# Note: MIME::tools > 5.420 require File::Temp >= 0.17, which is not available -# in Fedora prior to Fedora 9 (it's a core module) - Summary: Modules for parsing and creating MIME entities in Perl Name: perl-MIME-tools -Version: 5.428 -Release: 3%{?dist} +Version: 5.500 +Release: 1%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/MIME-tools/ @@ -14,11 +11,18 @@ BuildRequires: perl(File::Path) >= 1 BuildRequires: perl(File::Spec) >= 0.6 BuildRequires: perl(File::Temp) >= 0.18 BuildRequires: perl(IO::File) >= 1.13 -BuildRequires: perl(IO::Stringy) >= 2.110 +BuildRequires: perl(IO::Handle) +BuildRequires: perl(Mail::Field) >= 1.05 +BuildRequires: perl(Mail::Header) >= 1.01 +BuildRequires: perl(Mail::Internet) >= 1.0203 BuildRequires: perl(MIME::Base64) >= 3.03 BuildRequires: perl(MIME::QuotedPrint) BuildRequires: perl-MailTools >= 1.50 -BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::Kwalitee) +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Kwalitee) BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -37,7 +41,7 @@ parser and tool for building your own MIME parser, and utilities. /usr/bin/iconv -f iso-8859-1 -t utf-8 ChangeLog > ChangeLog.utf8 %{__mv} ChangeLog.utf8 ChangeLog -# The more useful examples will go in %{_bindir} +# The more useful examples will go in %%{_bindir} %{__mkdir} useful-examples %{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples @@ -55,7 +59,7 @@ parser and tool for building your own MIME parser, and utilities. /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot} -# Put the more useful examples in %{_bindir} +# Put the more useful examples in %%{_bindir} %{__install} -d -m 755 %{buildroot}%{_bindir} %{__install} -d -m 755 %{buildroot}%{_mandir}/man1 cd useful-examples @@ -90,6 +94,23 @@ TEST_POD_COVERAGE=0 %{__make} test %{_mandir}/man3/MIME::*.3pm* %changelog +* Mon Jan 10 2011 Paul Howarth <paul@xxxxxxxxxxxx> - 5.500-1 +- Update to 5.500 + - cleanup: IO-Stringy is no longer used + - cleanup: remove auto_install from Makefile.PL + - RT#22684: fix deadlock in filter() when invoking external programs + such as gzip + - RT#60931: if preamble is empty, make sure it's still empty after + round-tripping through MIME::Entity + - RT#63739: properly decode RFC2231 encodings in attachment filenames +- New build requirements: + - perl(IO::Handle) + - perl(Mail::Field) >= 1.05 + - perl(Mail::Header) >= 1.01 + - perl(Mail::Internet) >= 1.0203 + - perl(Test::Deep) +- Drop buildreq perl(IO::Stringy) + * Mon Dec 20 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 5.428-3 - Rebuild to fix problems with vendorarch/lib (#661697) diff --git a/sources b/sources index 5d0db63..00ec972 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc9bef4af5ca86b729f5277fa52879f4 MIME-tools-5.428.tar.gz +e1d28e4fbaedc47ff44c87b91be7f404 MIME-tools-5.500.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel