0.70 bump
This commit is contained in:
parent
5cb144298f
commit
ebd03d78c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-0.67.tar.gz
|
||||
/Net-DNS-0.68.tar.gz
|
||||
/Net-DNS-0.69.tar.gz
|
||||
/Net-DNS-0.70.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 0.69
|
||||
Release: 2%{?dist}
|
||||
Version: 0.70
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -44,13 +44,12 @@ Requires: perl(XSLoader)
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|Digest::SHA|MIME::Base64)\\)$
|
||||
|
||||
%description
|
||||
Net::DNS is a collection of Perl modules that act as a Domain Name
|
||||
System (DNS) resolver. It allows the programmer to perform DNS queries
|
||||
that are beyond the capabilities of gethostbyname and gethostbyaddr.
|
||||
Net::DNS is a collection of Perl modules that act as a Domain Name System
|
||||
(DNS) resolver. It allows the programmer to perform DNS queries that are
|
||||
beyond the capabilities of gethostbyname and gethostbyaddr.
|
||||
|
||||
The programmer should be somewhat familiar with the format of a DNS
|
||||
packet and its various sections. See RFC 1035 or DNS and BIND (Albitz
|
||||
& Liu) for details.
|
||||
The programmer should be somewhat familiar with the format of a DNS packet and
|
||||
its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
|
||||
|
||||
%package Nameserver
|
||||
Summary: DNS server for Perl
|
||||
@ -58,8 +57,7 @@ Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
|
||||
%description Nameserver
|
||||
Instances of the "Net::DNS::Nameserver" class represent DNS server
|
||||
objects.
|
||||
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
|
||||
|
||||
%prep
|
||||
%setup -q -n Net-DNS-%{version}
|
||||
@ -101,6 +99,9 @@ make test
|
||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 07 2012 Petr Pisar <ppisar@redhat.com> - 0.70-1
|
||||
- 0.70 bump
|
||||
|
||||
* Thu Dec 06 2012 Paul Howarth <paul@city-fan.org> - 0.69-2
|
||||
- Fix renamed Win32 excludes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user