Fix README encoding

epel9
Petr Písař 8 years ago
parent e52ca0d0ca
commit c97b277288

@ -0,0 +1,65 @@
From c7eadcc1944540c7fdd8ab8da88b4ba97e64eb0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
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ř <ppisar@redhat.com>
---
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 <ash@cpan.org>
- bert: Norbert Csongrádi <bert@cpan.org>
+ bert: Norbert Csongrádi <bert@cpan.org>
bfwg: Colin Newell <colin.newell@gmail.com>
@@ -356,9 +356,9 @@ AUTHORS
idn: Ian Norton <i.norton@shadowcat.co.uk>
- ilmari: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
+ ilmari: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
- ingy: Ingy döt Net <ingy@ingy.net>
+ ingy: Ingy döt Net <ingy@ingy.net>
initself: Mike Baas <mike@initselftech.com>
@@ -478,7 +478,7 @@ AUTHORS
ovid: Curtis "Ovid" Poe <ovid@cpan.org>
- oyse: Øystein Torget <oystein.torget@dnv.com>
+ oyse: Øystein Torget <oystein.torget@dnv.com>
paulm: Paul Makepeace <paulm+pause@paulm.com>
@@ -486,9 +486,9 @@ AUTHORS
perigrin: Chris Prather <chris@prather.org>
- Peter Siklósi <einon@einon.hu>
+ Peter Siklósi <einon@einon.hu>
- Peter Valdemar Mørch <peter@morch.com>
+ Peter Valdemar Mørch <peter@morch.com>
peter: Peter Collingbourne <peter@pcc.me.uk>
--
2.9.4

@ -1,7 +1,7 @@
Name: perl-DBIx-Class Name: perl-DBIx-Class
Summary: Extensible and flexible object <-> relational mapper Summary: Extensible and flexible object <-> relational mapper
Version: 0.082840 Version: 0.082840
Release: 6%{?dist} Release: 7%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz 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 Patch1: DBIx-Class-0.082840-sqlite-3.14.patch
# Fix building on Perl without '.' in @INC # Fix building on Perl without '.' in @INC
Patch2: DBIx-Class-0.082840-Fix-building-on-Perl-without-dot-in-INC.patch 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 BuildArch: noarch
# Build # Build
BuildRequires: coreutils BuildRequires: coreutils
@ -277,6 +279,7 @@ DISTINCT, GROUP BY and HAVING support.
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
chmod -c +x script/* chmod -c +x script/*
# skip dbic_pretty.t when bootstrapping # skip dbic_pretty.t when bootstrapping
%if 0%{?perl_bootstrap} %if 0%{?perl_bootstrap}
@ -307,6 +310,9 @@ make test
%{_mandir}/man[13]/* %{_mandir}/man[13]/*
%changelog %changelog
* Wed Jun 07 2017 Petr Pisar <ppisar@redhat.com> - 0.082840-7
- Fix README encoding (CPAN RT#122028)
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.082840-6 * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.082840-6
- Perl 5.26 rebuild - Perl 5.26 rebuild

Loading…
Cancel
Save