- Updated to 0.73
This commit is contained in:
parent
59e081404b
commit
55968d7a79
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-0.70.tar.gz
|
||||
/Net-DNS-0.71.tar.gz
|
||||
/Net-DNS-0.72.tar.gz
|
||||
/Net-DNS-0.73.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 0.72
|
||||
Release: 6%{?dist}
|
||||
Version: 0.73
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
# lib/Net/DNS/RR/OPT.pm: MIT
|
||||
# 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)\\)$
|
||||
# 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::RR::OPT)\\)$
|
||||
|
||||
%description
|
||||
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*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user