1.03 bump
This commit is contained in:
parent
5c247cfda9
commit
e1f7dde317
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-0.82.tar.gz
|
||||
/Net-DNS-0.83.tar.gz
|
||||
/Net-DNS-1.01.tar.gz
|
||||
/Net-DNS-1.02.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 1.01
|
||||
Release: 3%{?dist}
|
||||
Version: 1.02
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
@ -42,7 +42,6 @@ BuildRequires: perl(IO::File)
|
||||
# IO::Select is not used
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
# IO::Socket::INET6 is optional
|
||||
# MIME::Base32 is not used
|
||||
BuildRequires: perl(MIME::Base64) >= 2.11
|
||||
# Net::LibIDN is optional
|
||||
BuildRequires: perl(overload)
|
||||
@ -149,6 +148,9 @@ make test
|
||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.02-1
|
||||
- 1.02 bump
|
||||
|
||||
* Mon Sep 21 2015 Petr Pisar <ppisar@redhat.com> - 1.01-3
|
||||
- Build-require Time::Local (bug #1264751)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user