diff --git a/.gitignore b/.gitignore index 3b72673..bce4c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Net-DNS-0.65.tar.gz /Net-DNS-0.68.tar.gz /Net-DNS-0.69.tar.gz /Net-DNS-0.70.tar.gz +/Net-DNS-0.71.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 419e10a..c8319e5 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,5 +1,5 @@ Name: perl-Net-DNS -Version: 0.70 +Version: 0.71 Release: 1%{?dist} Summary: DNS resolver modules for Perl License: GPL+ or Artistic @@ -51,6 +51,8 @@ Requires: perl(XSLoader) # Do not export under-specified dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$ +# Do not export under-specified provides +%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$ %description Net::DNS is a collection of Perl modules that act as a Domain Name System @@ -108,6 +110,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Mon Dec 17 2012 Petr Ĺ abata - 0.71-1 +- 0.71 bump + * Fri Dec 07 2012 Petr Pisar - 0.70-1 - 0.70 bump diff --git a/sources b/sources index 42b43de..7c6f7bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c91eba5c44426e0abd84f0eb43c4158 Net-DNS-0.70.tar.gz +dde4db75467a155beba741de822387f9 Net-DNS-0.71.tar.gz