Hello community, here is the log from the commit of package perl-Mail-SPF for openSUSE:Factory checked in at 2013-06-28 11:52:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mail-SPF (Old) and /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mail-SPF" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mail-SPF/perl-Mail-SPF.changes 2013-06-25 17:58:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new/perl-Mail-SPF.changes 2013-06-28 11:52:28.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 26 09:01:55 UTC 2013 - [email protected] + +- add fix_pod.patch to fix pod syntax for perl 5.18 + +------------------------------------------------------------------- New: ---- fix_pod.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mail-SPF.spec ++++++ --- /var/tmp/diff_new_pack.8dgVrn/_old 2013-06-28 11:52:28.000000000 +0200 +++ /var/tmp/diff_new_pack.8dgVrn/_new 2013-06-28 11:52:28.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Mail-SPF # -# 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 @@ -29,6 +29,7 @@ # 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 +Patch1: fix_pod.patch %if 0%{?suse_version} && 0%{?suse_version} <= 1210 BuildRequires: perl-macros %endif @@ -64,6 +65,7 @@ %prep %setup -q -n %{real_name} %patch0 -p1 +%patch1 -p1 %build %{__perl} Build.PL installdirs=vendor ++++++ fix_pod.patch ++++++ Index: Mail-SPF-v2.8.0/lib/Mail/SPF/Util.pm =================================================================== --- Mail-SPF-v2.8.0.orig/lib/Mail/SPF/Util.pm +++ Mail-SPF-v2.8.0/lib/Mail/SPF/Util.pm @@ -155,9 +155,9 @@ sub ipv6_address_is_ipv4_mapped { throws I<Mail::SPF::EInvalidOptionValue> Returns the given I<NetAddr::IP> IPv4 or IPv6 address compactly formatted as a -I<string>. For IPv4 addresses, this is equivalent to calling L< NetAddr::IP's +I<string>. For IPv4 addresses, this is equivalent to calling L<NetAddr::IP's C<addr> |NetAddr::IP/addr> method. For IPv6 addresses, this is equivalent to -calling L< NetAddr::IP's C<short> |NedAddr::IP/short> method. Throws a +calling L<NetAddr::IP's C<short> |NedAddr::IP/short> method. Throws a I<Mail::SPF::EInvalidOptionValue> exception if the specified object is not a I<NetAddr::IP> IPv4 or IPv6 address object. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
