[perl-Net-DNS] 0.70 bump

Petr Pisar ppisar at fedoraproject.org
Fri Dec 7 10:27:47 UTC 2012


commit ebd03d78c4ab2d88829785ed4ad7d9520029b559
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Dec 7 10:36:32 2012 +0100

    0.70 bump

 .gitignore        |    1 +
 perl-Net-DNS.spec |   21 +++++++++++----------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1edc14..3b72673 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index f7c2e5d..ea85b9c 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -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 at redhat.com> - 0.70-1
+- 0.70 bump
+
 * Thu Dec 06 2012 Paul Howarth <paul at city-fan.org> - 0.69-2
 - Fix renamed Win32 excludes
 
diff --git a/sources b/sources
index 70093a6..42b43de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa5cfa963df08d40cbf529cf2a344468  Net-DNS-0.69.tar.gz
+3c91eba5c44426e0abd84f0eb43c4158  Net-DNS-0.70.tar.gz


More information about the scm-commits mailing list