[perl-MIME-tools] Update to 5.504

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 31 10:08:22 UTC 2013


commit 794a9ea7b6382a9e1cb4c0f23f7a7ddb26384765
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 31 10:03:08 2013 +0000

    Update to 5.504
    
    - New upstream release 5.504
      - Fix encoding of MIME parameters that contain a quoted string: "like \"this"
        (CPAN RT#80433)
      - Suppress useless warnings from tests (CPAN RT#80679)
      - Fix long-standing bug in encode_mimewords that can break multi-byte
        encodings such as UTF-8 (CPAN RT#5462)

 perl-MIME-tools.spec |   14 +++++++++++---
 sources              |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index d85ab14..5f2d251 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.503
-Release:	3%{?dist}
+Version:	5.504
+Release:	1%{?dist}
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/MIME-tools/
@@ -114,6 +114,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MIME::Words.3pm*
 
 %changelog
+* Thu Jan 31 2013 Paul Howarth <paul at city-fan.org> - 5.504-1
+- Update to 5.504
+  - Fix encoding of MIME parameters that contain a quoted string: "like \"this"
+    (CPAN RT#80433)
+  - Suppress useless warnings from tests (CPAN RT#80679)
+  - Fix long-standing bug in encode_mimewords that can break multi-byte
+    encodings such as UTF-8 (CPAN RT#5462)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.503-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
@@ -278,7 +286,7 @@ rm -rf %{buildroot}
 - 5.418.
 - Cosmetic specfile cleanups.
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
+* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
 - rebuilt
 
 * Sat Jan 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:5.417-1
diff --git a/sources b/sources
index 8b0940c..9658553 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f86b968e9405318224b7a9f4574505d0  MIME-tools-5.503.tar.gz
+8e055aab88552710377b4727b23bfb70  MIME-tools-5.504.tar.gz


More information about the scm-commits mailing list