Hello community, here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory checked in at 2014-02-11 10:44:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-NetAddr-IP (Old) and /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-NetAddr-IP" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-NetAddr-IP/perl-NetAddr-IP.changes 2013-11-27 15:31:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 2014-02-11 10:44:57.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Feb 9 13:33:36 UTC 2014 - [email protected] + +- updated to 4.072 + modify Makefile.PL to bypass missing 'pod2text' + +------------------------------------------------------------------- Old: ---- NetAddr-IP-4.071.tar.gz New: ---- NetAddr-IP-4.072.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-NetAddr-IP.spec ++++++ --- /var/tmp/diff_new_pack.5PtvHy/_old 2014-02-11 10:44:57.000000000 +0100 +++ /var/tmp/diff_new_pack.5PtvHy/_new 2014-02-11 10:44:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-NetAddr-IP # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,7 +17,7 @@ Name: perl-NetAddr-IP -Version: 4.071 +Version: 4.072 Release: 0 %define cpan_name NetAddr-IP Summary: Manages IPv4 and IPv6 addresses and subnets @@ -28,13 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(NetAddr::IP) -#BuildRequires: perl(NetAddr::IP::InetBase) -#BuildRequires: perl(NetAddr::IP::Lite) >= 1.51 -#BuildRequires: perl(NetAddr::IP::Util) >= 1.50 -#BuildRequires: perl(NetAddr::IP::Util_IS) -#BuildRequires: perl(NetAddr::IP::UtilPP) -#BuildRequires: perl(Socket6) %{perl_requires} %description ++++++ NetAddr-IP-4.071.tar.gz -> NetAddr-IP-4.072.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Changes new/NetAddr-IP-4.072/Changes --- old/NetAddr-IP-4.071/Changes 2013-09-30 22:41:32.000000000 +0200 +++ new/NetAddr-IP-4.072/Changes 2014-01-27 23:28:30.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP +4.072 Mon Jan 27 11:59:58 PST 2014 + modify Makefile.PL to bypass missing 'pod2text' + 4.071 Mon Sep 30 13:41:03 PDT 2013 add method "canon" by request from <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/IP.pm new/NetAddr-IP-4.072/IP.pm --- old/NetAddr-IP-4.071/IP.pm 2013-09-30 22:40:41.000000000 +0200 +++ new/NetAddr-IP-4.072/IP.pm 2014-01-27 23:29:07.000000000 +0100 @@ -37,7 +37,7 @@ @ISA = qw(Exporter NetAddr::IP::Lite); -$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.71 $ =~ /\d+/g) }; +$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.72 $ =~ /\d+/g) }; $rfc3021 = 0; @@ -1581,7 +1581,7 @@ =head1 COPYRIGHT This software is (c) Luis E. Muñoz, 1999 - 2007, and (c) Michael -Robinton, 2006 - 2012. +Robinton, 2006 - 2014. All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Changes new/NetAddr-IP-4.072/Lite/Changes --- old/NetAddr-IP-4.071/Lite/Changes 2013-09-12 21:55:24.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Changes 2014-01-27 23:30:21.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Perl extension NetAddr::IP::Lite +1.52 Mon Jan 27 11:59:58 PST 2014 + modify Makefile.PL to bypass missing 'pod2text' + 1.51 Thu Sep 12 12:54:22 PDT 2013 add new6FFFF, RFC4291 compliant ipv4->ipV6 new diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Lite.pm new/NetAddr-IP-4.072/Lite/Lite.pm --- old/NetAddr-IP-4.071/Lite/Lite.pm 2013-09-12 21:51:53.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Lite.pm 2014-01-27 23:30:39.000000000 +0100 @@ -32,7 +32,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION $Accept_Binary_IP $Old_nth $AUTOLOAD *Zero); -$VERSION = do { my @r = (q$Revision: 1.51 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.52 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; require Exporter; @@ -1600,7 +1600,7 @@ =head1 COPYRIGHT This software is (c) Luis E. Muñoz, 1999 - 2005 - and (c) Michael Robinton, 2006 - 2012. + and (c) Michael Robinton, 2006 - 2014. All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Makefile.PL new/NetAddr-IP-4.072/Lite/Makefile.PL --- old/NetAddr-IP-4.071/Lite/Makefile.PL 2013-03-30 21:09:44.000000000 +0100 +++ new/NetAddr-IP-4.072/Lite/Makefile.PL 2014-01-27 23:31:02.000000000 +0100 @@ -25,9 +25,15 @@ } sub MY::post_constants { - my $post_constants = q| -MY_POD2TEXT = |. $Config{scriptdirexp} .'/pod2text' .q| + my $post_constants = $Config{scriptdirexp} .'/pod2text'; + if (-e $post_constants) { + $post_constants = q| +MY_POD2TEXT = |. $post_constants .q| |; + } else { + $post_constants = q| +MY_POD2TEXT = echo "perl distro missing 'pod2text' to convert " |; + } } sub MY::postamble { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/README new/NetAddr-IP-4.072/Lite/README --- old/NetAddr-IP-4.071/Lite/README 2013-09-12 21:51:58.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/README 2014-01-27 23:34:27.000000000 +0100 @@ -491,7 +491,7 @@ COPYRIGHT This software is (c) Luis E. Muñoz, 1999 - 2005 - and (c) Michael Robinton, 2006 - 2012. + and (c) Michael Robinton, 2006 - 2014. All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Util/Changes new/NetAddr-IP-4.072/Lite/Util/Changes --- old/NetAddr-IP-4.071/Lite/Util/Changes 2013-05-26 00:18:04.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Util/Changes 2014-01-27 23:31:35.000000000 +0100 @@ -1,4 +1,7 @@ +1.51 Mon Jan 27 11:59:58 PST 2014 + modify Makefile.PL to bypass missing 'pod2text' + 1.50 Tue Apr 9 12:02:34 PDT 2013 changed Makefile.PL to check for config.h when building for XS with 'gcc', try building with 'cc', and check again. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Util/Makefile.PL new/NetAddr-IP-4.072/Lite/Util/Makefile.PL --- old/NetAddr-IP-4.071/Lite/Util/Makefile.PL 2013-05-26 00:17:26.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Util/Makefile.PL 2014-01-27 23:32:22.000000000 +0100 @@ -233,9 +233,15 @@ } sub MY::post_constants { - my $post_constants = q| -MY_POD2TEXT = |. $Config{scriptdirexp} .'/pod2text' .q| + my $post_constants = $Config{scriptdirexp} .'/pod2text'; + if (-e $post_constants) { + $post_constants = q| +MY_POD2TEXT = |. $post_constants .q| |; + } else { + $post_constants = q| +MY_POD2TEXT = echo "perl distro missing 'pod2text' to convert " |; + } } sub MY::postamble { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Util/README new/NetAddr-IP-4.072/Lite/Util/README --- old/NetAddr-IP-4.071/Lite/Util/README 2013-04-09 20:52:07.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Util/README 2014-01-27 23:34:26.000000000 +0100 @@ -563,7 +563,7 @@ Michael Robinton <[email protected]> COPYRIGHT - Copyright 2003 - 2013, Michael Robinton <[email protected]> + Copyright 2003 - 2014, Michael Robinton <[email protected]> All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/Lite/Util/Util.pm new/NetAddr-IP-4.072/Lite/Util/Util.pm --- old/NetAddr-IP-4.071/Lite/Util/Util.pm 2013-04-09 02:59:41.000000000 +0200 +++ new/NetAddr-IP-4.072/Lite/Util/Util.pm 2014-01-27 23:31:59.000000000 +0100 @@ -21,7 +21,7 @@ @ISA = qw(Exporter DynaLoader); -$VERSION = do { my @r = (q$Revision: 1.50 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.51 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; @EXPORT_OK = qw( inet_aton @@ -922,7 +922,7 @@ =head1 COPYRIGHT -Copyright 2003 - 2013, Michael Robinton E<lt>[email protected]<gt> +Copyright 2003 - 2014, Michael Robinton E<lt>[email protected]<gt> All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/NetAddr-IP-4.071/META.yml new/NetAddr-IP-4.072/META.yml --- old/NetAddr-IP-4.071/META.yml 2013-09-30 22:43:32.000000000 +0200 +++ new/NetAddr-IP-4.072/META.yml 2014-01-27 23:35:06.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: NetAddr-IP -version: 4.071 +version: 4.072 abstract: Manages IPv4 and IPv6 addresses and subnets license: ~ author: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
