From c97b277288d32204237a485366b9d9173a367b32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 7 Jun 2017 09:45:09 +0200
Subject: Fix README encoding

---
 DBIx-Class-0.082840-Convert-README-to-UTF-8.patch | 65 +++++++++++++++++++++++
 perl-DBIx-Class.spec                              |  8 ++-
 2 files changed, 72 insertions(+), 1 deletion(-)
 create mode 100644 DBIx-Class-0.082840-Convert-README-to-UTF-8.patch

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?= <[email protected]>
+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ř <[email protected]>
+---
+ 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 <[email protected]>
+ 
+-        bert: Norbert Csongr�di <[email protected]>
++        bert: Norbert Csongrádi <[email protected]>
+ 
+         bfwg: Colin Newell <[email protected]>
+ 
+@@ -356,9 +356,9 @@ AUTHORS
+ 
+         idn: Ian Norton <[email protected]>
+ 
+-        ilmari: Dagfinn Ilmari Manns�ker <[email protected]>
++        ilmari: Dagfinn Ilmari Mannsåker <[email protected]>
+ 
+-        ingy: Ingy d�t Net <[email protected]>
++        ingy: Ingy döt Net <[email protected]>
+ 
+         initself: Mike Baas <[email protected]>
+ 
+@@ -478,7 +478,7 @@ AUTHORS
+ 
+         ovid: Curtis "Ovid" Poe <[email protected]>
+ 
+-        oyse: �ystein Torget <[email protected]>
++        oyse: Øystein Torget <[email protected]>
+ 
+         paulm: Paul Makepeace <[email protected]>
+ 
+@@ -486,9 +486,9 @@ AUTHORS
+ 
+         perigrin: Chris Prather <[email protected]>
+ 
+-        Peter Sikl�si <[email protected]>
++        Peter Siklósi <[email protected]>
+ 
+-        Peter Valdemar M�rch <[email protected]>
++        Peter Valdemar Mørch <[email protected]>
+ 
+         peter: Peter Collingbourne <[email protected]>
+ 
+-- 
+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 <[email protected]> - 0.082840-7
+- Fix README encoding (CPAN RT#122028)
+
 * Tue Jun 06 2017 Jitka Plesnikova <[email protected]> - 0.082840-6
 - Perl 5.26 rebuild
 
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-DBIx-Class.git/commit/?h=master&id=c97b277288d32204237a485366b9d9173a367b32
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to