[perl-Test-Database] Fix POD encoding

Petr Pisar ppisar at fedoraproject.org
Thu Jul 25 16:55:49 UTC 2013


commit 6217df43a605c71a2f3b077000fd085c7706ddc0
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jul 25 18:54:38 2013 +0200

    Fix POD encoding

 ...OD-encoding-in-Test-Database-Driver-mysql.patch |   39 ++++++++++++++++++++
 perl-Test-Database.spec                            |    4 ++
 2 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch b/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
new file mode 100644
index 0000000..c2b5a39
--- /dev/null
+++ b/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
@@ -0,0 +1,39 @@
+From 1411ec28c94171eef8c9b59a01c56c73afd691e7 Mon Sep 17 00:00:00 2001
+From: "Stefan Hornburg (Racke)" <racke at linuxia.de>
+Date: Sun, 2 Dec 2012 10:37:08 +0100
+Subject: [PATCH] Fix POD encoding in Test::Database::Driver::mysql.
+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>
+---
+ lib/Test/Database/Driver/mysql.pm | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Test/Database/Driver/mysql.pm b/lib/Test/Database/Driver/mysql.pm
+index e112fc8..0713359 100644
+--- a/lib/Test/Database/Driver/mysql.pm
++++ b/lib/Test/Database/Driver/mysql.pm
+@@ -51,6 +51,8 @@ sub databases {
+ 
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Test::Database::Driver::mysql - A Test::Database driver for mysql
+@@ -74,7 +76,7 @@ Philippe Bruhat (BooK), C<< <book at cpan.org> >>
+ 
+ =head1 ACKNOWLEDGEMENTS
+ 
+-Many thanks to Kristian Köhntopp who helped me while writing a
++Many thanks to Kristian Köhntopp who helped me while writing a
+ previous version of this module (before C<Test::Database> 0.03).
+ 
+ =head1 COPYRIGHT
+-- 
+1.8.1.4
+
diff --git a/perl-Test-Database.spec b/perl-Test-Database.spec
index 12b09cf..7967a93 100644
--- a/perl-Test-Database.spec
+++ b/perl-Test-Database.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Database/
 Source0:        http://www.cpan.org/authors/id/B/BO/BOOK/Test-Database-%{version}.tar.gz
+# Fix POD encoding, CPAN RT#85198
+Patch0:         Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.006
 BuildRequires:  perl(DBD::SQLite)
@@ -38,6 +40,7 @@ configuration.
 
 %prep
 %setup -q -n Test-Database-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -61,6 +64,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %changelog
 * Thu Jul 25 2013 Petr Pisar <ppisar at redhat.com> - 1.11-7
 - Perl 5.18 rebuild
+- Fix POD encoding (CPAN RT#85198)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list