Updated to 1.13
This commit is contained in:
parent
e9313ca868
commit
0ba67131fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ Net-DNS-0.65.tar.gz
|
|||||||
/Net-DNS-1.09.tar.gz
|
/Net-DNS-1.09.tar.gz
|
||||||
/Net-DNS-1.10.tar.gz
|
/Net-DNS-1.10.tar.gz
|
||||||
/Net-DNS-1.12.tar.gz
|
/Net-DNS-1.12.tar.gz
|
||||||
|
/Net-DNS-1.13.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS resolver modules for Perl
|
Summary: DNS resolver modules for Perl
|
||||||
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
|
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
|
||||||
@ -14,8 +14,8 @@ BuildRequires: findutils
|
|||||||
BuildRequires: glibc-common
|
BuildRequires: glibc-common
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: perl(IO::Socket)
|
BuildRequires: perl(IO::Socket)
|
||||||
@ -45,6 +45,7 @@ BuildRequires: perl(IO::Socket::INET)
|
|||||||
# IO::Socket::INET6 is optional
|
# IO::Socket::INET6 is optional
|
||||||
BuildRequires: perl(MIME::Base64) >= 2.11
|
BuildRequires: perl(MIME::Base64) >= 2.11
|
||||||
# Net::LibIDN is optional
|
# Net::LibIDN is optional
|
||||||
|
# Net::LibIDN2 is optional
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
# PerlIO is optional
|
# PerlIO is optional
|
||||||
# Scalar::Util is optional
|
# Scalar::Util is optional
|
||||||
@ -137,8 +138,11 @@ make test
|
|||||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 31 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-1
|
||||||
|
- Updated to 1.13
|
||||||
|
|
||||||
* Fri Aug 18 2017 Paul Wouters <pwouters@redhat.com> - 1.12-1
|
* Fri Aug 18 2017 Paul Wouters <pwouters@redhat.com> - 1.12-1
|
||||||
- Updated tp 1.12
|
- Updated to 1.12
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Net-DNS-1.12.tar.gz) = 78a2ad0736819f59d1dcb7b38387d0e72fa5715f0c7aa0e37e1ba64025e535a3a5145e7dd0ce46c10e1af4b5941f0fc4fa17dd9735eb1e3173fc13ef138c8de1
|
SHA512 (Net-DNS-1.13.tar.gz) = ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636
|
||||||
|
Loading…
Reference in New Issue
Block a user