Hello community,

here is the log from the commit of package perl-Mail-SPF for openSUSE:Factory 
checked in at 2012-10-03 09:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-SPF (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-SPF", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-SPF/perl-Mail-SPF.changes      
2012-09-21 14:55:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new/perl-Mail-SPF.changes 
2012-10-03 09:22:48.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Sep 21 13:54:45 UTC 2012 - [email protected]
+
+- cleanup spec file style
+- build requires Mail::SPF::Test (needed for test suite)
+- add skip_test.patch,
+  see https://rt.cpan.org/Public/Bug/Display.html?id=78214
+
+-------------------------------------------------------------------

New:
----
  skip_test.patch

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

Other differences:
------------------
++++++ perl-Mail-SPF.spec ++++++
--- /var/tmp/diff_new_pack.JY3wz5/_old  2012-10-03 09:22:49.000000000 +0200
+++ /var/tmp/diff_new_pack.JY3wz5/_new  2012-10-03 09:22:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Mail-SPF (Version 2.007)
+# spec file for package perl-Mail-SPF
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,30 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Mail-SPF
 # tar ball's version number is wrongly generated by Module::Build
 %define         real_name Mail-SPF-v2.8.0
 Summary:        An object-oriented implementation of Sender Policy Framework
-Version:        2.008
-Release:        4
-Group:          Development/Libraries/Perl
 License:        Artistic-1.0
+Group:          Development/Libraries/Perl
+Version:        2.008
+Release:        0
 Url:            http://search.cpan.org/perldoc?Mail::SPF
-AutoReqProv:    on
 Source:         %{real_name}.tar.gz
-BuildRequires:  perl-Error perl-Net-CIDR-Lite perl-Net-DNS perl-NetAddr-IP 
perl-Sys-Hostname-Long perl-URI
+# disable some tests which fails since Net::DNS 0.68, see
+# https://rt.cpan.org/Public/Bug/Display.html?id=78214
+Patch0:         skip_test.patch
 BuildRequires:  perl-macros
-BuildRequires:  perl(Net::DNS::Resolver::Programmable) perl-Test-Pod
-Requires:       perl-Net-CIDR-Lite perl-Net-DNS perl-Net-IP 
perl-Sys-Hostname-Long 
+BuildRequires:  perl(Error)
+BuildRequires:  perl(Mail::SPF::Test)
+BuildRequires:  perl(Net::CIDR::Lite)
+BuildRequires:  perl(Net::DNS)
+BuildRequires:  perl(Net::DNS::Resolver::Programmable)
+BuildRequires:  perl(NetAddr::IP)
+BuildRequires:  perl(Sys::Hostname::Long)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(URI)
+Requires:       perl(Net::CIDR::Lite)
+Requires:       perl(Net::DNS)
+Requires:       perl(Net::IP)
+Requires:       perl(Sys::Hostname::Long)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildArch:      noarch                                                         
                                       
 Requires:       perl(Error)                                                    
                                       
-Requires:       perl(NetAddr::IP) >= 4                                         
                                       
 Requires:       perl(Net::DNS) >= 0.58                                         
                                       
+Requires:       perl(NetAddr::IP) >= 4
 Requires:       perl(URI) >= 1.13                                              
                                       
 
 %description
@@ -51,6 +61,7 @@
 
 %prep
 %setup -q -n %{real_name}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor

++++++ skip_test.patch ++++++
--- Mail-SPF-v2.8.0/t/10.00-rfc4408.t.orig      2012-01-30 09:59:22.000000000 
+0100
+++ Mail-SPF-v2.8.0/t/10.00-rfc4408.t   2012-09-20 18:15:55.702419094 +0200
@@ -6,6 +6,7 @@ use Test::More;
 
 eval("use Mail::SPF::Test");
 plan(skip_all => "Mail::SPF::Test required for testing Mail::SPF's RFC 
compliance") if $@;
+plan(skip_all => "skipped (fails since Net::DNS 0.68, see 
https://rt.cpan.org/Public/Bug/Display.html?id=78214)");
 
 require('t/Mail-SPF-Test-lib.pm');
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to