commit 924bfeebd5f6a14e73b2c775bc8208c56ac8de9a
Author: Petr Šabata <con...@redhat.com>
Date:   Thu Dec 6 13:00:26 2012 +0100

    0.69 bump

 .gitignore        |    1 +
 perl-Net-DNS.spec |   18 +++++++++++-------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40e607f..d1edc14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Net-DNS-0.65.tar.gz
 /Net-DNS-0.66.tar.gz
 /Net-DNS-0.67.tar.gz
 /Net-DNS-0.68.tar.gz
+/Net-DNS-0.69.tar.gz
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 0951f0e..e71ea2a 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,15 +1,15 @@
 Name:          perl-Net-DNS
-Version:       0.68
-Release:       5%{?dist}
+Version:       0.69
+Release:       1%{?dist}
 Summary:       DNS resolver modules for Perl
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 URL:           http://www.net-dns.org/
-Source0:       
http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
+Source0:       
http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-%{version}.tar.gz
 BuildRequires: %{_bindir}/iconv
 BuildRequires: perl(base)
-BuildRequires: perl(constant)
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Data::Dumper)
 %if ! (0%{?rhel} >= 7)
 BuildRequires: perl(Digest::BubbleBabble)
@@ -26,8 +26,9 @@ BuildRequires: perl(IO::Socket)
 BuildRequires: perl(IO::Socket::INET)
 BuildRequires: perl(IO::Socket::INET6)
 BuildRequires: perl(MIME::Base64) >= 2.11
+BuildRequires: perl(Net::LibIDN)
 BuildRequires: perl(Socket)
-BuildRequires: perl(Text::ParseWords)
+BuildRequires: perl(Test::Builder)
 BuildRequires: perl(Test::More) >= 0.18
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(XSLoader)
@@ -71,10 +72,9 @@ perl Makefile.PL INSTALLDIRS=vendor --no-online-tests
 make %{?_smp_mflags} OPTIMIZE="%{optflags}"
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 for i in Changes; do
     iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
@@ -101,6 +101,10 @@ make test
 %{_mandir}/man3/Net::DNS::Nameserver*
 
 %changelog
+* Thu Dec 06 2012 Petr Šabata <con...@redhat.com> - 0.69-1
+- 0.69 bump
+- Update source URL
+
 * Fri Aug 10 2012 Petr Pisar <ppi...@redhat.com> - 0.68-5
 - Digest::BubbleBabble is not available in RHEL >= 7
 
diff --git a/sources b/sources
index 9e8f3ab..70093a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05c0f6955747758bb5c9578d9bc6c3a5  Net-DNS-0.68.tar.gz
+aa5cfa963df08d40cbf529cf2a344468  Net-DNS-0.69.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to