Hello community,

here is the log from the commit of package perl-Net-DNS for openSUSE:Factory 
checked in at 2013-06-09 17:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-DNS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-DNS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-DNS"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-DNS/perl-Net-DNS.changes        
2012-09-21 14:55:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-DNS.new/perl-Net-DNS.changes   
2013-06-09 17:02:07.000000000 +0200
@@ -1,0 +2,41 @@
+Wed Jun  5 19:15:26 UTC 2013 - co...@suse.com
+
+- updated to 0.72
+  Fix rt.cpan.org #82148
+  
+         nxrrset fails to ignore RDATA.
+  
+  Fix rt.cpan.org #82134
+  
+         TSIG key and algorithm names not downcased in digest.
+         Class not forced to ANY.
+  
+  Fix rt.cpan.org #82063
+  
+         yxrrset, nxrrset and rr_del functions should force zero TTL.
+  
+  Fix rt.cpan.org #82047
+   
+         Clarify documentation to indicate that header counts may
+         differ from the number of RRs present if a packet is corrupt.
+  
+  Fix rt.cpan.org #81941
+  
+         Clarify documentation to make clear that bgread will not switch to
+         TCP when a truncated packet is received.
+  
+  Temporary workaround rt.cpan.org #81760
+  
+         The rdatastr method for TXT RRs will return unconditionally 
+         quoted rdata fields to work around an issue with updating 
+         SpamAssassin rules.  This workaround will be reverted after
+         release of a version of SpamAssassin which resolves the issue.
+  
+  Fix rt.cpan.org #81942
+  
+         Fix memory leak on packet cleanup. The back-reference via the
+         header attribute (with xbody) caused the garbage collector not 
+         to clean a packet. Header is now explicitly cleaned via
+         Net::DNS::Packet::DESTROY.
+
+-------------------------------------------------------------------

Old:
----
  Net-DNS-0.68.tar.gz

New:
----
  Net-DNS-0.72.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-DNS.spec ++++++
--- /var/tmp/diff_new_pack.7gYJ1I/_old  2013-06-09 17:02:08.000000000 +0200
+++ /var/tmp/diff_new_pack.7gYJ1I/_new  2013-06-09 17:02:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-DNS
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,52 +17,51 @@
 
 
 Name:           perl-Net-DNS
-Version:        0.68
+Version:        0.72
 Release:        0
-Summary:        Perl interface to the DNS resolver
-License:        GPL-2.0+ or Artistic-1.0
+%define cpan_name Net-DNS
+Summary:        Perl interface to the Domain Name System
+License:        Artistic-1.0 or GPL-2.0+
 Group:          Development/Libraries/Perl
-Url:            http://cpan.org/modules/by-module/Net/
-Source:         Net-DNS-%{version}.tar.gz
-BuildRequires:  perl-Digest-HMAC
-BuildRequires:  perl-Net-IP
+Url:            http://search.cpan.org/dist/Net-DNS/
+Source:         
http://www.cpan.org/authors/id/N/NL/NLNETLABS/%{cpan_name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:       perl-Digest-HMAC
-Requires:       perl-Net-IP
+BuildRequires:  perl(Digest::HMAC_MD5) >= 1
+BuildRequires:  perl(Digest::SHA) >= 5.23
+Requires:       perl(Digest::HMAC_MD5) >= 1
+Requires:       perl(Digest::SHA) >= 5.23
 Recommends:     perl(IO::Socket::INET6)
-Provides:       perl_dns
-Obsoletes:      perl_dns
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
 %description
-Net::DNS is a Perl interface to the DNS resolver.  It allows the
-programmer to perform any type of DNS query from a Perl script. For
-details and examples, please read the Net::DNS manual page.
+Net::DNS is a collection of Perl modules that act as a Domain Name System
+(DNS) resolver. It allows the programmer to perform DNS queries that are
+beyond the capabilities of 'gethostbyname' and 'gethostbyaddr'.
+
+The programmer should be somewhat familiar with the format of a DNS packet
+and its various sections. See RFC 1035 or _DNS and BIND_ (Albitz & Liu) for
+details.
 
 %prep
-%setup -q -n Net-DNS-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-find demo contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/@/usr/bin/@"
-perl Makefile.PL OPTIMIZE="%{optflags} -Wall"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc Changes README TODO demo contrib
-%doc %{_mandir}/man?/*
-%{perl_vendorarch}/Net
-%{perl_vendorarch}/auto/Net
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README TODO
 
 %changelog

++++++ Net-DNS-0.68.tar.gz -> Net-DNS-0.72.tar.gz ++++++
++++ 23431 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to