From 78ef7a823b5afa8e8f99f76dc9fbd101ed93c21d Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sat, 14 Jun 2014 14:28:04 -0400 Subject: [PATCH] - Updated to 0.77, a "quickfix release" fixing AXFR support --- .gitignore | 1 + perl-Net-DNS.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d831f47..a881cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Net-DNS-0.65.tar.gz /Net-DNS-0.75.tar.gz /Net-DNS-0.75_1.tar.gz /Net-DNS-0.76.tar.gz +/Net-DNS-0.77.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 7d96417..6e1bf87 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,6 +1,6 @@ Name: perl-Net-DNS -Version: 0.76 -Release: 2%{?dist} +Version: 0.77 +Release: 1%{?dist} Summary: DNS resolver modules for Perl # lib/Net/DNS/RR/OPT.pm: MIT # netdns.c: ISC and MIT and BSD @@ -125,6 +125,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Sat Jun 14 2014 Paul Wouters - 0.77-1 +- Updated to 0.77, a "quickfix release" fixing AXFR support + * Sat Jun 07 2014 Fedora Release Engineering - 0.76-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 9d590db..9ac086e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -219dada09d01b7233f82fd1c32ddad39 Net-DNS-0.76.tar.gz +c0744eb8132b069fe712c56bac9c3c47 Net-DNS-0.77.tar.gz