[perl-Data-HexDump-XXD] Declare POD encoding

Petr Pisar ppisar at fedoraproject.org
Sat Jul 20 14:52:19 UTC 2013


commit 8fc9ee03e54105914a821bc6615e7ca6c7cde77c
Author: Petr Písař <ppisar at redhat.com>
Date:   Sat Jul 20 16:51:27 2013 +0200

    Declare POD encoding

 Data-HexDump-XXD-0.1.0-Declare-POD-encoding.patch |   31 +++++++++++++++++++++
 perl-Data-HexDump-XXD.spec                        |    4 +++
 2 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/Data-HexDump-XXD-0.1.0-Declare-POD-encoding.patch b/Data-HexDump-XXD-0.1.0-Declare-POD-encoding.patch
new file mode 100644
index 0000000..0137edf
--- /dev/null
+++ b/Data-HexDump-XXD-0.1.0-Declare-POD-encoding.patch
@@ -0,0 +1,31 @@
+From ec1191fa03bddc7bf229da0c8125dd628cb9ab97 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 16:49:13 +0200
+Subject: [PATCH] Declare POD encoding
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+<https://rt.cpan.org/Public/Bug/Display.html?id=87104>.
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+---
+ lib/Data/HexDump/XXD.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/Data/HexDump/XXD.pm b/lib/Data/HexDump/XXD.pm
+index c05a158..9bdc79f 100644
+--- a/lib/Data/HexDump/XXD.pm
++++ b/lib/Data/HexDump/XXD.pm
+@@ -63,6 +63,8 @@ sub xxd_r {
+ 1;    # Magic true value required at end of module
+ __END__
+ 
++=encoding iso-8859-1
++
+ =head1 NAME
+ 
+ Data::HexDump::XXD - format hexadecimal dump like B<xxd>
+-- 
+1.8.1.4
+
diff --git a/perl-Data-HexDump-XXD.spec b/perl-Data-HexDump-XXD.spec
index 8f2818e..a1ae416 100644
--- a/perl-Data-HexDump-XXD.spec
+++ b/perl-Data-HexDump-XXD.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-HexDump-XXD/
 Source0:        http://www.cpan.org/authors/id/P/PO/POLETTIX/Data-HexDump-XXD-%{version}.tar.gz
+# Declare POD encoding, CPAN RT#87104
+Patch0:         Data-HexDump-XXD-0.1.0-Declare-POD-encoding.patch
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(base)
@@ -23,6 +25,7 @@ reverse as well.
 
 %prep
 %setup -q -n Data-HexDump-XXD-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -45,6 +48,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %changelog
 * Sat Jul 20 2013 Petr Pisar <ppisar at redhat.com> - 0.1.0-5
 - Perl 5.18 rebuild
+- Declare POD encoding (CPAN RT#87104)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



More information about the perl-devel mailing list