0.70 bump

This commit is contained in:
Petr Písař 2012-12-07 10:36:32 +01:00
parent 5cb144298f
commit ebd03d78c4
3 changed files with 13 additions and 11 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Net-DNS-0.65.tar.gz
/Net-DNS-0.67.tar.gz /Net-DNS-0.67.tar.gz
/Net-DNS-0.68.tar.gz /Net-DNS-0.68.tar.gz
/Net-DNS-0.69.tar.gz /Net-DNS-0.69.tar.gz
/Net-DNS-0.70.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Net-DNS Name: perl-Net-DNS
Version: 0.69 Version: 0.70
Release: 2%{?dist} Release: 1%{?dist}
Summary: DNS resolver modules for Perl Summary: DNS resolver modules for Perl
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries 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)\\)$ %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|Digest::SHA|MIME::Base64)\\)$
%description %description
Net::DNS is a collection of Perl modules that act as a Domain Name Net::DNS is a collection of Perl modules that act as a Domain Name System
System (DNS) resolver. It allows the programmer to perform DNS queries (DNS) resolver. It allows the programmer to perform DNS queries that are
that are beyond the capabilities of gethostbyname and gethostbyaddr. beyond the capabilities of gethostbyname and gethostbyaddr.
The programmer should be somewhat familiar with the format of a DNS The programmer should be somewhat familiar with the format of a DNS packet and
packet and its various sections. See RFC 1035 or DNS and BIND (Albitz its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
& Liu) for details.
%package Nameserver %package Nameserver
Summary: DNS server for Perl Summary: DNS server for Perl
@ -58,8 +57,7 @@ Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
%description Nameserver %description Nameserver
Instances of the "Net::DNS::Nameserver" class represent DNS server Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
objects.
%prep %prep
%setup -q -n Net-DNS-%{version} %setup -q -n Net-DNS-%{version}
@ -101,6 +99,9 @@ make test
%{_mandir}/man3/Net::DNS::Nameserver* %{_mandir}/man3/Net::DNS::Nameserver*
%changelog %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 * Thu Dec 06 2012 Paul Howarth <paul@city-fan.org> - 0.69-2
- Fix renamed Win32 excludes - Fix renamed Win32 excludes

View File

@ -1 +1 @@
aa5cfa963df08d40cbf529cf2a344468 Net-DNS-0.69.tar.gz 3c91eba5c44426e0abd84f0eb43c4158 Net-DNS-0.70.tar.gz