diff --git a/DBIx-Class-0.082840-Convert-README-to-UTF-8.patch b/DBIx-Class-0.082840-Convert-README-to-UTF-8.patch new file mode 100644 index 0000000..dad8d4e --- /dev/null +++ b/DBIx-Class-0.082840-Convert-README-to-UTF-8.patch @@ -0,0 +1,65 @@ +From c7eadcc1944540c7fdd8ab8da88b4ba97e64eb0d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Wed, 7 Jun 2017 09:15:58 +0200 +Subject: [PATCH] Convert README to UTF-8 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +List of authors in README was a mix of UTF-8 and ISO-8859-1 encodings. +This patch normalizes it to UTF-8. + +Signed-off-by: Petr PísaÅ™ +--- + README | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/README b/README +index 2371fde..f53068f 100644 +--- a/README ++++ b/README +@@ -238,7 +238,7 @@ AUTHORS + + ash: Ash Berlin + +- bert: Norbert Csongrádi ++ bert: Norbert Csongrádi + + bfwg: Colin Newell + +@@ -356,9 +356,9 @@ AUTHORS + + idn: Ian Norton + +- ilmari: Dagfinn Ilmari Mannsåker ++ ilmari: Dagfinn Ilmari MannsÃ¥ker + +- ingy: Ingy döt Net ++ ingy: Ingy döt Net + + initself: Mike Baas + +@@ -478,7 +478,7 @@ AUTHORS + + ovid: Curtis "Ovid" Poe + +- oyse: Øystein Torget ++ oyse: Øystein Torget + + paulm: Paul Makepeace + +@@ -486,9 +486,9 @@ AUTHORS + + perigrin: Chris Prather + +- Peter Siklósi ++ Peter Siklósi + +- Peter Valdemar Mørch ++ Peter Valdemar Mørch + + peter: Peter Collingbourne + +-- +2.9.4 + diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec index d40ce13..bdb5ffc 100644 --- a/perl-DBIx-Class.spec +++ b/perl-DBIx-Class.spec @@ -1,7 +1,7 @@ Name: perl-DBIx-Class Summary: Extensible and flexible object <-> relational mapper Version: 0.082840 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz @@ -13,6 +13,8 @@ Patch0: DBIx-Class-0.082840-Fix-test-RT117271.patch Patch1: DBIx-Class-0.082840-sqlite-3.14.patch # Fix building on Perl without '.' in @INC Patch2: DBIx-Class-0.082840-Fix-building-on-Perl-without-dot-in-INC.patch +# Fix README encoding, CPAN RT#122028 +Patch3: DBIx-Class-0.082840-Convert-README-to-UTF-8.patch BuildArch: noarch # Build BuildRequires: coreutils @@ -277,6 +279,7 @@ DISTINCT, GROUP BY and HAVING support. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 chmod -c +x script/* # skip dbic_pretty.t when bootstrapping %if 0%{?perl_bootstrap} @@ -307,6 +310,9 @@ make test %{_mandir}/man[13]/* %changelog +* Wed Jun 07 2017 Petr Pisar - 0.082840-7 +- Fix README encoding (CPAN RT#122028) + * Tue Jun 06 2017 Jitka Plesnikova - 0.082840-6 - Perl 5.26 rebuild