[perl-MailTools] Update to 2.12

Paul Howarth pghmcfc at fedoraproject.org
Fri Dec 21 15:39:36 UTC 2012


commit e9ef814987a33a9e87ab5df3ea39fe703a1c0c02
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Dec 21 15:38:39 2012 +0000

    Update to 2.12
    
    - New upstream release 2.12:
      - Default for Mail::Header::new(Modify) is 'false', not 'true'
        (CPAN RT#79985)
      - Mail::Address take username with rindex(), a bit better than index() but
        still poor (CPAN RT#82056)
      - Check for bad folding of header lines (CPAN RT#79993)
      - Add a note about better to avoid Mail::Address->name() (CPAN RT#81459)
    - Drop UTF8 patch, no longer needed

 MailTools-2.08-UTF8.patch |   65 ---------------------------------------------
 perl-MailTools.spec       |   16 +++++++---
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 71 deletions(-)
---
diff --git a/perl-MailTools.spec b/perl-MailTools.spec
index 29c78ad..c19607f 100644
--- a/perl-MailTools.spec
+++ b/perl-MailTools.spec
@@ -1,12 +1,11 @@
 Summary:	Various mail-related perl modules
 Name:		perl-MailTools
-Version:	2.11
+Version:	2.12
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/MailTools/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
-Patch0:		MailTools-2.08-UTF8.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl >= 3:5.8.1
@@ -40,9 +39,6 @@ chmod -c -x *_demo
 rm *.PL
 cd -
 
-# Fix character encodings
-%patch0 -p1
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -109,6 +105,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Mail::Util.3pm*
 
 %changelog
+* Fri Dec 21 2012 Paul Howarth <paul at city-fan.org> 2.12-1
+- Update to 2.12
+  - Default for Mail::Header::new(Modify) is 'false', not 'true'
+    (CPAN RT#79985)
+  - Mail::Address take username with rindex(), a bit better than index() but
+    still poor (CPAN RT#82056)
+  - Check for bad folding of header lines (CPAN RT#79993)
+  - Add a note about better to avoid Mail::Address->name() (CPAN RT#81459)
+- Drop UTF8 patch, no longer needed
+
 * Wed Aug 29 2012 Paul Howarth <paul at city-fan.org> 2.11-1
 - Update to 2.11
   - Fix typo in Mail::Mailer::smtp, which only shows up in Perl > 5.14
diff --git a/sources b/sources
index 07bb8f8..c3412e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-081af6119a7f231a2c24d2e18bb7dfbd  MailTools-2.11.tar.gz
+b233a5723a0f5680d8ddd4dfdcb14c14  MailTools-2.12.tar.gz


More information about the scm-commits mailing list