[perl-Lingua-Stem] Define POD encoding

Petr Pisar ppisar at fedoraproject.org
Wed Jul 24 08:01:11 UTC 2013


commit fc0731a1f24bfbf4b1d93b1650882597a511a767
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 24 09:59:47 2013 +0200

    Define POD encoding

 Lingua-Stem-0.84-Define-POD-encoding.patch |   27 +++++++++++++++++++++++++++
 perl-Lingua-Stem.spec                      |    4 ++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/Lingua-Stem-0.84-Define-POD-encoding.patch b/Lingua-Stem-0.84-Define-POD-encoding.patch
new file mode 100644
index 0000000..958608a
--- /dev/null
+++ b/Lingua-Stem-0.84-Define-POD-encoding.patch
@@ -0,0 +1,27 @@
+From b7ba2d5c49a75ce7de80034e9ffe61d07165c339 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Wed, 24 Jul 2013 09:57:59 +0200
+Subject: [PATCH] Define 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=87242>
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+---
+ lib/Lingua/Stem.pod | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/Lingua/Stem.pod b/lib/Lingua/Stem.pod
+index 987e802..6ada364 100644
+--- a/lib/Lingua/Stem.pod
++++ b/lib/Lingua/Stem.pod
+@@ -1,3 +1,4 @@
++=encoding ISO-8859-1
+ 
+ =head1 NAME
+ 
+-- 
+1.8.1.4
+
diff --git a/perl-Lingua-Stem.spec b/perl-Lingua-Stem.spec
index 257e6c3..254fd68 100644
--- a/perl-Lingua-Stem.spec
+++ b/perl-Lingua-Stem.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Lingua-Stem/
 Source0:        http://www.cpan.org/authors/id/S/SN/SNOWHARE/Lingua-Stem-%{version}.tar.gz
+# Define POD encoding, CPAN RT#87242
+Patch0:         Lingua-Stem-0.84-Define-POD-encoding.patch
 BuildArch:      noarch
 BuildRequires:  perl(Lingua::GL::Stemmer)
 BuildRequires:  perl(Lingua::PT::Stemmer)
@@ -34,6 +36,7 @@ stemmed words as appropriate to the selected locale.
 
 %prep
 %setup -q -n Lingua-Stem-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -57,6 +60,7 @@ TEST_POD_COVERAGE=1 ./Build test
 %changelog
 * Wed Jul 24 2013 Petr Pisar <ppisar at redhat.com> - 0.84-9
 - Perl 5.18 rebuild
+- Define POD encoding (CPAN RT#87242)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.84-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list