- Updated to 0.73

This commit is contained in:
Paul Wouters 2013-11-29 15:57:45 -05:00
parent 59e081404b
commit 55968d7a79
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ Net-DNS-0.65.tar.gz
/Net-DNS-0.70.tar.gz /Net-DNS-0.70.tar.gz
/Net-DNS-0.71.tar.gz /Net-DNS-0.71.tar.gz
/Net-DNS-0.72.tar.gz /Net-DNS-0.72.tar.gz
/Net-DNS-0.73.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Net-DNS Name: perl-Net-DNS
Version: 0.72 Version: 0.73
Release: 6%{?dist} Release: 1%{?dist}
Summary: DNS resolver modules for Perl Summary: DNS resolver modules for Perl
# lib/Net/DNS/RR/OPT.pm: MIT # lib/Net/DNS/RR/OPT.pm: MIT
# netdns.c: ISC and MIT and BSD # netdns.c: ISC and MIT and BSD
@ -65,6 +65,7 @@ Requires: perl(XSLoader)
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$ %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$
# Do not export under-specified provides # Do not export under-specified provides
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$ %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::RR::OPT)\\)$
%description %description
Net::DNS is a collection of Perl modules that act as a Domain Name System Net::DNS is a collection of Perl modules that act as a Domain Name System
@ -124,6 +125,9 @@ make test
%{_mandir}/man3/Net::DNS::Nameserver* %{_mandir}/man3/Net::DNS::Nameserver*
%changelog %changelog
* Fri Nov 29 2013 Paul Wouters <pwouters@redhat.com> - 0.73-1
- Updated to 0.73
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-6 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
393e48ec6f28abe5ed30204276e02775 Net-DNS-0.72.tar.gz 06d107032a0e6b7fd7ec69bcfb0b7577 Net-DNS-0.73.tar.gz