From 6d3426ce48bfba68581f0cdb121bc835f7067557 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Thu, 18 Aug 2016 17:07:32 +0200
Subject: Remove using of iconv

---
 perl-DBD-MySQL.spec | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec
index b73107e..50a85a5 100644
--- a/perl-DBD-MySQL.spec
+++ b/perl-DBD-MySQL.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-MySQL
 Version:        4.035
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A MySQL interface for Perl
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -46,12 +46,6 @@ management system.
 # Correct file permissions
 find . -type f | xargs chmod -x
 
-for file in lib/DBD/mysql.pm Changes; do
-  iconv -f iso-8859-1 -t utf-8 <$file >${file}_
-  touch -r ${file}{,_}
-  mv -f ${file}{_,}
-done
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -75,6 +69,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} 
';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 18 2016 Jitka Plesnikova <jples...@redhat.com> - 4.035-3
+- Remove using of iconv, because it is not needed (bug #1368046)
+
 * Tue Aug 16 2016 Jitka Plesnikova <jples...@redhat.com> - 4.035-2
 - Fix default value for nossl option (bug #1366773)
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-DBD-MySQL.git/commit/?h=f24&id=6d3426ce48bfba68581f0cdb121bc835f7067557
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to