From 697c35c9ac72471f4c1803b7dd4557f0c299d7b1 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 18 2011 10:50:04 +0000 Subject: Update to 5.501 - New upstream release 5.501: - Add build_requires 'Test::Deep'; to Makefile (CPAN RT#64659) - Fix spelling errors (CPAN RT#64610) - Fix double-decoding bug when decoding RFC-2231-encoded parameters (CPAN RT#65162) - Fix inappropriate inclusion of CR characters in parsed headers (CPAN RT#65681) - Document that MIME::WordDecoder is mostly deprecated - Document that MIME::Head->get(...) can include a trailing newline - Increase buffer size from 2kB to 8kB in MIME::Entity and MIME::Body (part of CPAN RT#65162) - This release by DSKOLL -> update source URL --- diff --git a/.gitignore b/.gitignore index 5572fba..42f290d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/MIME-tools-5.500.tar.gz +/MIME-tools-5.501.tar.gz diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec index 267a74b..4583867 100644 --- a/perl-MIME-tools.spec +++ b/perl-MIME-tools.spec @@ -1,11 +1,11 @@ Summary: Modules for parsing and creating MIME entities in Perl Name: perl-MIME-tools -Version: 5.500 -Release: 2%{?dist} +Version: 5.501 +Release: 1%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/MIME-tools/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DONEILL/MIME-tools-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Path) >= 1 BuildRequires: perl(File::Spec) >= 0.6 @@ -94,6 +94,20 @@ TEST_POD_COVERAGE=0 %{__make} test %{_mandir}/man3/MIME::*.3pm* %changelog +* Thu Feb 17 2011 Paul Howarth - 5.501-1 +- Update to 5.501 + - Add build_requires 'Test::Deep'; to Makefile (CPAN RT#64659) + - Fix spelling errors (CPAN RT#64610) + - Fix double-decoding bug when decoding RFC-2231-encoded parameters + (CPAN RT#65162) + - Fix inappropriate inclusion of CR characters in parsed headers + (CPAN RT#65681) + - Document that MIME::WordDecoder is mostly deprecated + - Document that MIME::Head->get(...) can include a trailing newline + - Increase buffer size from 2kB to 8kB in MIME::Entity and MIME::Body + (part of CPAN RT#65162) +- This release by DSKOLL -> update source URL + * Tue Feb 08 2011 Fedora Release Engineering - 5.500-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 00ec972..50b5d3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1d28e4fbaedc47ff44c87b91be7f404 MIME-tools-5.500.tar.gz +e8b8bc0b52b9e0e620681ea4307fe96e MIME-tools-5.501.tar.gz