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
This commit is contained in:
DistroBaker 2020-11-04 13:15:07 +00:00
parent 066a2eb232
commit 0024de33b9
1 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Net-DNS Name: perl-Net-DNS
Version: 1.27 Version: 1.27
Release: 1%{?dist} Release: 2%{?dist}
Summary: DNS resolver modules for Perl Summary: DNS resolver modules for Perl
# Other files: MIT # Other files: MIT
# demo/mresolv: GPL+ or Artistic # demo/mresolv: GPL+ or Artistic
@ -14,7 +14,6 @@ BuildArch: noarch
# Build # Build
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: glibc-common
BuildRequires: make BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
@ -125,11 +124,6 @@ Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
%setup -q -n Net-DNS-%{version} %setup -q -n Net-DNS-%{version}
chmod -x demo/* chmod -x demo/*
perl -MConfig -i -pe 's{^#!/usr/local/bin/perl}{$Config{startperl}}' 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 %build
export PERL_MM_USE_DEFAULT=yes export PERL_MM_USE_DEFAULT=yes
@ -161,6 +155,9 @@ make test
%{_mandir}/man3/Net::DNS::Nameserver* %{_mandir}/man3/Net::DNS::Nameserver*
%changelog %changelog
* Wed Nov 4 2020 Paul Howarth <paul@city-fan.org> - 1.27-2
- Drop erroneous UTF-8 encoding conversion of Changes file (#1869049)
* Mon Sep 14 2020 Petr Pisar <ppisar@redhat.com> - 1.27-1 * Mon Sep 14 2020 Petr Pisar <ppisar@redhat.com> - 1.27-1
- 1.27 bump - 1.27 bump