Hello community,

here is the log from the commit of package perl-Mail-DKIM for openSUSE:Factory 
checked in at 2013-03-27 19:31:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-DKIM (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-DKIM", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-DKIM/perl-Mail-DKIM.changes    
2011-11-21 12:42:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mail-DKIM.new/perl-Mail-DKIM.changes       
2013-03-27 19:31:47.000000000 +0100
@@ -1,0 +2,21 @@
+Wed Mar 27 12:43:00 UTC 2013 - [email protected]
+
+- Update to version 0.40 - released 2013-02-07
+  * New/changed functionality:
+    * a single DNS resolver is created for the lifetime of the program,
+      rather than reinitializing the resolver for each new query.
+  * bugfixes:
+    * fix the error message given when an invalid algorithm is
+      specified in the construction of Mail::DKIM::Signer.
+    * avoid Perl warning about use of an undefined value in several
+      places (rt.cpan.org issue #82913).
+    * speed- improved performance of parsing the message into lines
+      (rt.cpan.org issue #77902). Patch by Mark Martinec.
+    * fix DNS queries to use the correct method (txtdata) of Net::DNS
+      (rt.cpan.org issue #83170). Patch by Mark Martinec.
+  * API changes:
+    * global subroutines resolver() or enable_EDNS0() in module
+      Mail::DKIM::DNS can be called to specify non-default options
+      to Net::DNS::Resolver (see also rt.cpan.org issue #80425). 
+
+-------------------------------------------------------------------

New:
----
  Mail-DKIM-0.40.tar.gz

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

Other differences:
------------------
++++++ perl-Mail-DKIM.spec ++++++
--- /var/tmp/diff_new_pack.Puq7gW/_old  2013-03-27 19:31:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Puq7gW/_new  2013-03-27 19:31:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-DKIM
 #
-# Copyright (c) 2011 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
@@ -16,33 +16,34 @@
 #
 
 
-
 Name:           perl-Mail-DKIM
-Version:        0.39
-Release:        9
-License:        GPL-2.0+
+Version:        0.40
+Release:        0
 %define cpan_name Mail-DKIM
 Summary:        Signs/verifies Internet mail with DKIM/DomainKey signatures
-Url:            http://search.cpan.org/dist/Mail-DKIM/
+License:        GPL-2.0+
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/Mail-DKIM/
 #Source:         
http://www.cpan.org/authors/id/J/JA/JASLONG/Mail-DKIM-0.39.tar.gz
 Source:         %{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+%if 0%{?suse_version} && 0%{?suse_version} <= 1210
 BuildRequires:  perl-macros
+%endif
 BuildRequires:  perl(Test::Simple)
 #
 BuildRequires:  perl(Crypt::OpenSSL::RSA) >= 0.24
 BuildRequires:  perl(Digest::SHA)
-BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(Net::DNS)
 #
 Requires:       perl(Crypt::OpenSSL::RSA) >= 0.24
 Requires:       perl(Digest::SHA)
-Requires:       perl(Mail::Address)
 Requires:       perl(MIME::Base64)
+Requires:       perl(Mail::Address)
 Requires:       perl(Net::DNS)
 %{perl_requires}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to