From 0024de33b90ba24ddbe76bdf654d9520352d8db4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 4 Nov 2020 13:15:07 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Net-DNS.git#efaa5bcbf13a1b3941e78c72469be339ce69084f --- perl-Net-DNS.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index d3e6432..08b7da1 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,6 +1,6 @@ Name: perl-Net-DNS Version: 1.27 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS resolver modules for Perl # Other files: MIT # demo/mresolv: GPL+ or Artistic @@ -14,7 +14,6 @@ BuildArch: noarch # Build BuildRequires: coreutils BuildRequires: findutils -BuildRequires: glibc-common BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter @@ -125,11 +124,6 @@ Instances of the "Net::DNS::Nameserver" class represent DNS server objects. %setup -q -n Net-DNS-%{version} chmod -x demo/* perl -MConfig -i -pe 's{^#!/usr/local/bin/perl}{$Config{startperl}}' demo/* -for i in Changes; do - iconv -f iso8859-1 -t utf-8 "$i" > "${i}.conv" - touch -r "$i" "${i}.iconv" - mv -f "${i}.conv" "$i" -done %build export PERL_MM_USE_DEFAULT=yes @@ -161,6 +155,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Wed Nov 4 2020 Paul Howarth - 1.27-2 +- Drop erroneous UTF-8 encoding conversion of Changes file (#1869049) + * Mon Sep 14 2020 Petr Pisar - 1.27-1 - 1.27 bump