[perl-Mail-Transport-Dbx] Declare POD encoding

Petr Pisar ppisar at fedoraproject.org
Sat Jul 20 17:31:35 UTC 2013


commit 0f95588ceaa5ed5804d4c18cc1d6a46450d759bf
Author: Petr Písař <ppisar at redhat.com>
Date:   Sat Jul 20 19:30:24 2013 +0200

    Declare POD encoding

 Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch |   30 ++++++++++++++++++++
 perl-Mail-Transport-Dbx.spec                       |    4 ++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch b/Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch
new file mode 100644
index 0000000..7f904c7
--- /dev/null
+++ b/Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch
@@ -0,0 +1,30 @@
+From 2b912791f76cf4ba5304a5ef072ba8c4605a46b2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Sat, 20 Jul 2013 19:28:02 +0200
+Subject: [PATCH] Declare POD encoding
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+---
+ Dbx.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Dbx.pm b/Dbx.pm
+index 57d8e95..fd9fcc2 100644
+--- a/Dbx.pm
++++ b/Dbx.pm
+@@ -118,6 +118,8 @@ bootstrap Mail::Transport::Dbx $VERSION;
+ __END__
+ # Below is stub documentation for your module. You'd better edit it!
+ 
++=encoding iso-8859-1
++
+ =head1 NAME
+ 
+ Mail::Transport::Dbx - Parse Outlook Express mailboxes
+-- 
+1.8.1.4
+
diff --git a/perl-Mail-Transport-Dbx.spec b/perl-Mail-Transport-Dbx.spec
index 1bc0f05..b0b5ea9 100644
--- a/perl-Mail-Transport-Dbx.spec
+++ b/perl-Mail-Transport-Dbx.spec
@@ -6,6 +6,8 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Mail-Transport-Dbx/
 Source0:        http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-%{version}.tar.gz
+# Declare POD encoding, CPAN RT#79031
+Patch0:         Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -16,6 +18,7 @@ mailboxes (more commonly known as .dbx files).
 
 %prep
 %setup -q -n Mail-Transport-Dbx-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -51,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Sat Jul 20 2013 Petr Pisar <ppisar at redhat.com> - 0.07-18
 - Perl 5.18 rebuild
+- Declare POD encoding (CPAN RT#79031)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



More information about the perl-devel mailing list