commit perl-NetAddr-IP for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2016-07-03 12:18:06

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  
2014-02-11 10:44:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2016-07-03 12:18:07.0 +0200
@@ -1,0 +2,8 @@
+Sat May 28 10:20:20 UTC 2016 - co...@suse.com
+
+- updated to 4.079
+   see /usr/share/doc/packages/perl-NetAddr-IP/Changes
+
+  Revision history for Perl extension NetAddr::IP
+
+---

Old:

  NetAddr-IP-4.072.tar.gz

New:

  NetAddr-IP-4.079.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.whFBBQ/_old  2016-07-03 12:18:08.0 +0200
+++ /var/tmp/diff_new_pack.whFBBQ/_new  2016-07-03 12:18:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetAddr-IP
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,14 +17,15 @@
 
 
 Name:   perl-NetAddr-IP
-Version:4.072
+Version:4.079
 Release:0
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-License:GPL-2.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/NetAddr-IP/
-Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -57,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc About-NetAddr-IP.txt Artistic Changes Copying TODO
+%doc About-NetAddr-IP.txt Artistic Changes Copying docs TODO
 
 %changelog

++ NetAddr-IP-4.072.tar.gz -> NetAddr-IP-4.079.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.072/Changes new/NetAddr-IP-4.079/Changes
--- old/NetAddr-IP-4.072/Changes2014-01-27 23:28:30.0 +0100
+++ new/NetAddr-IP-4.079/Changes2016-03-26 01:52:14.0 +0100
@@ -1,7 +1,45 @@
 Revision history for Perl extension NetAddr::IP
 
+4.079 Fri Mar 25 16:18:26 PDT 2016
+correct non-suppression of leading zeros in certain instances of
+new_no use. Thanks to "Mike Bartman (mbartman)" 
+for spotting the bug.
+
+   put in missing code to propagate NetAddr::IP::Lite :nofqdn to IP.pm
+
+4.078 Mon Aug 17 15:35:28 PDT 2015  
+fix typo in Util.pm 1.53 MakefilePL that cause compiler to not be
+   found at all
+
+4.077 Fri Aug 14 01:17:23 PDT 2015
+   re-numbered because of CPAN upload issue
+
+4.076 Thu Aug 13 22:44:48 PDT 2015
+   added method is_local() to Lite.pm
+   inspired by Xan Charbonne
+
+fix Util Makefile.PL to accomodate bug in Android's sh
+
+   add method full6m()
+   inspired by abra...@cpan.org
+
+fix Util/Makefile.PL issue with clang compiler, bug 86831
+
+4.075 Wed Jun 11 11:41:17 PDT 2014
+   make CPAN happy with new rev number
+
+4.074 Wed Jun 11 09:36:10 PDT 2014
+   In Lite.pm v1.54,
+   change input filter for resolvable hostnames
+   to allow the underscore character
+   Thanks to grankio [...] gmail.com for the heads up on this issue.
+
+4.073 Sat Apr  5 09:32:11 PDT 2014
+   add documentation about FQDN conversion and
+   an option to disable
+
 4.072 Mon Jan 27 11:59:58 PST 2014
-modify Makefile.PL to bypass missing 'pod2text'
+   modify Makefile.PL to bypass missing 'pod2text'
 
 4.071 Mon Sep 30 13:41:03 PDT 2013
add method "canon" by request from 
@@ -12,13 +50,13 @@
Lite v1.51, add new6, RFC4291 compliant ipv4->ipV6 new
 
 4.069 Sat May 25 15:10:45 PDT 2013
-IN Lite.pm v1.50, add =encoding UTF-8
-In Util.pm v1.50
-changed Makefile.PL to check for

commit perl-NetAddr-IP for openSUSE:Factory

2014-02-11 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2014-02-11 10:44:57.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  9 13:33:36 UTC 2014 - co...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.5PtvHy/_new  2014-02-11 10:44:57.0 +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/Changes2013-09-30 22:41:32.0 +0200
+++ new/NetAddr-IP-4.072/Changes2014-01-27 23:28:30.0 +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 
 
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.0 +0200
+++ new/NetAddr-IP-4.072/IP.pm  2014-01-27 23:29:07.0 +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.0 +0200
+++ new/NetAddr-IP-4.072/Lite/Changes   2014-01-27 23:30:21.0 +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 new6, 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.0 +0200
+++ new/NetAddr-IP-4.072/Lite/Lite.pm   2014-01-27 23:30:39.0 +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' '--excl

commit perl-NetAddr-IP for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2013-11-27 15:31:04

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-06-13 18:16:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2013-11-27 15:31:05.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct  4 09:11:17 UTC 2013 - co...@suse.com
+
+- updated to 4.071
+   add method "canon" by request from 
+   nth documention error fixed. thanks to Anton to...@tobez.org
+   Lite v1.51, add new6, RFC4291 compliant ipv4->ipV6 new
+
+---

Old:

  NetAddr-IP-4.069.tar.gz

New:

  NetAddr-IP-4.071.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.0PBCpH/_old  2013-11-27 15:31:07.0 +0100
+++ /var/tmp/diff_new_pack.0PBCpH/_new  2013-11-27 15:31:07.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-NetAddr-IP
-Version:4.069
+Version:4.071
 Release:0
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-License:GPL-2.0+ or ClArtistic
+License:GPL-2.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/NetAddr-IP/
 Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
@@ -30,8 +30,8 @@
 BuildRequires:  perl-macros
 #BuildRequires: perl(NetAddr::IP)
 #BuildRequires: perl(NetAddr::IP::InetBase)
-#BuildRequires: perl(NetAddr::IP::Lite) >= 1.41
-#BuildRequires: perl(NetAddr::IP::Util) >= 1.46
+#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)
@@ -39,9 +39,9 @@
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
-or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAdder::IP will work with older versions of Perl and is compatible
-with Math::BigInt.
+or IP subnets that allows for easy manipulations. Version 4.xx of
+NetAddr::IP will work with older versions of Perl and is compatible with
+Math::BigInt.
 
 The internal representation of all IP objects is in 128 bit IPv6 notation.
 IPv4 and IPv6 objects may be freely mixed.
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Artistic Changes Copying TODO
+%doc About-NetAddr-IP.txt Artistic Changes Copying TODO
 
 %changelog

++ NetAddr-IP-4.069.tar.gz -> NetAddr-IP-4.071.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.069/Changes new/NetAddr-IP-4.071/Changes
--- old/NetAddr-IP-4.069/Changes2013-05-26 00:21:02.0 +0200
+++ new/NetAddr-IP-4.071/Changes2013-09-30 22:41:32.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension NetAddr::IP
 
+4.071 Mon Sep 30 13:41:03 PDT 2013
+   add method "canon" by request from 
+
+4.070 Thu Sep 12 12:54:22 PDT 2013
+   nth documention error fixed. thanks to Anton to...@tobez.org
+
+   Lite v1.51, add new6, RFC4291 compliant ipv4->ipV6 new
+
 4.069 Sat May 25 15:10:45 PDT 2013
 IN Lite.pm v1.50, add =encoding UTF-8
 In Util.pm v1.50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.069/IP.pm new/NetAddr-IP-4.071/IP.pm
--- old/NetAddr-IP-4.069/IP.pm  2013-04-09 21:09:18.0 +0200
+++ new/NetAddr-IP-4.071/IP.pm  2013-09-30 22:40:41.0 +0200
@@ -5,8 +5,8 @@
 use strict;
 #use diagnostics;
 use Carp;
-use NetAddr::IP::Lite 1.48 qw(Zero Zeros Ones V4mask V4net);
-use NetAddr::IP::Util 1.49 qw(
+use NetAddr::IP::Lite 1.51 qw(Zero Zeros Ones V4mask V4net);
+use NetAddr::IP::Util 1.50 qw(
sub128
inet_aton
inet_any2n
@@ -37,7 +37,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.69 $ =~ /\d+/g) };
+$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.71 $ =~ /\d+/g) };
 
 $rfc3021 = 0;
 
@@ -848,6 +848,20 @@
   return _compV6($addr);
 }
 
+=item C<-Ecanon()>
+
+Returns the address part in canonical notation as a string.  For
+ipV4, this is dotted quad, and is the same as the return value from 
+"->addr()".  For ipV6 it is as per RFC5952, and is the same as the LOWER CASE 
value
+returned by "->short()".
+
+=cut
+
+sub canon($) {
+  my $a

commit perl-NetAddr-IP for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2013-06-13 18:16:42

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  
2012-03-07 13:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2013-06-13 18:16:44.0 +0200
@@ -1,0 +2,52 @@
+Mon Jun 10 09:01:10 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+ or ClArtistic
+  See COPYING and Artistic
+
+---
+Sat Jun  8 07:53:45 UTC 2013 - co...@suse.com
+
+- updated to 4.069
+ IN Lite.pm v1.50, add =encoding UTF-8
+ In Util.pm v1.50
+ changed Makefile.PL to check for config.h when building for XS
+ with 'gcc', try building with 'cc', and check again.
+ If config.h is not found, force Pure Perl mode.
+ 
+ Kill XS in winduhs and Darwin, both of which misbehave when compiling 
XS code
+ 
+ 4.067 Sat Mar 30 12:57:20 PDT 2013
+Improved diagnostic message for "die" with bad mask for 
+hostenum, hostenumref, split, splitref, rsplit, rsplitref
+Thanks to gen...@cpan.org for pointing out the need.
+ 
+ 4.066 Mon Oct 29 13:30:14 PDT 2012
+ update Lite.pm v1.47 to support bracketed IPv6 URI notation
+ as described in RFC-3986
+ Thanks to Quanah Gibson-Mount mishi...@yahoo.com
+ 
+ 4.065 Tue Oct  2 12:36:11 PDT 2012
+ correct format for IPv6 embedded IPv4 addresses
+ in InetBase v0.8
+ 
+ 4.064 Tue Sep 25 13:54:47 PDT 2012
+added support for rfc3021 /31 networks to hostenum
+ 
+ 4.063 Fri Aug 10 11:46:18 PDT 2012
+Updated GPL v2.0 text and address in all modules
+ 
+ 4.062 Wed Jun  6 12:34:48 PDT 2012
+documentation updates courtesy of
+Ben Bullock 
+Thank you Ben.
+ 
+ 4.061 Tue May  8 16:24:03 PDT 2012
+ fixed bug in Lite v1.44 that returned 
+$ip->num() = 2^128 for 0.0.0.0/0
+ Thanks to Sebastian  for spotting it.
+ 
+ 4.060 Fri Apr  6 16:00:02 PDT 2012
+In Lite.pm v1.43,
+ fix bug #75976, change in behavior introduced in v4.050
+
+---

Old:

  NetAddr-IP-4.058.tar.gz

New:

  NetAddr-IP-4.069.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.EalsCi/_old  2013-06-13 18:16:44.0 +0200
+++ /var/tmp/diff_new_pack.EalsCi/_new  2013-06-13 18:16:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-NetAddr-IP
 #
-# 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
@@ -17,11 +17,11 @@
 
 
 Name:   perl-NetAddr-IP
-Version:4.058
+Version:4.069
 Release:0
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-License:Artistic-1.0 or GPL-1.0+
+License:GPL-2.0+ or ClArtistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/NetAddr-IP/
 Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz

++ NetAddr-IP-4.058.tar.gz -> NetAddr-IP-4.069.tar.gz ++
 22958 lines of diff (skipped)

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



commit perl-NetAddr-IP for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2012-03-07 13:44:17

Comparing /work/SRC/openSUSE:Factory/perl-NetAddr-IP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new (New)


Package is "perl-NetAddr-IP", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetAddr-IP/perl-NetAddr-IP.changes  
2011-12-22 10:54:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2012-03-07 13:44:27.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 09:06:38 UTC 2012 - andrea.turr...@gmail.com
+
+- fixed typo in perl-NetAddr-IP.spec description
+
+---



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.86N4vp/_old  2012-03-07 13:44:29.0 +0100
+++ /var/tmp/diff_new_pack.86N4vp/_new  2012-03-07 13:44:29.0 +0100
@@ -40,7 +40,7 @@
 %description
 This module provides an object-oriented abstraction on top of IP addresses
 or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAdder::IP will will work with older versions of Perl and is compatible
+NetAdder::IP will work with older versions of Perl and is compatible
 with Math::BigInt.
 
 The internal representation of all IP objects is in 128 bit IPv6 notation.

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



commit perl-NetAddr-IP for openSUSE:Factory

2011-12-22 Thread h_root
Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory 
checked in at 2011-12-22 10:54:28

Comparing /work/SRC/openSUSE:Factory/perl-NetAddr-IP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new (New)


Package is "perl-NetAddr-IP", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetAddr-IP/perl-NetAddr-IP.changes  
2011-09-23 12:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetAddr-IP.new/perl-NetAddr-IP.changes 
2011-12-22 10:54:30.0 +0100
@@ -1,0 +2,24 @@
+Mon Dec 19 16:17:24 UTC 2011 - co...@suse.de
+
+- updated to 4.058
+  up rev for documentation update
+  update documentation in InetBase v0.06
+
+  Lite.pm v1.40
+  add call to InetBase::fillIPv4 to all uses of gethostbyname
+
+  break out the code in InetBase v0.05 that expands short IPv4 
+  addresses into dotquad format to account for broken BSD 
+  implementations of inet_aton and gethostbyname that do 
+  not recognize the short format. EXPORT this as sub 'fillIPv4'
+
+  in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to 
+  work around broken inet_aton and gethostbyname implementations
+  in certain BSD implementations
+
+---
+Mon Dec 19 16:16:11 UTC 2011 - co...@suse.de
+
+- update to 4.056, see Changes - a lot of them
+
+---

Old:

  NetAddr-IP-4.044.tar.gz

New:

  NetAddr-IP-4.058.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.mup0iX/_old  2011-12-22 10:54:31.0 +0100
+++ /var/tmp/diff_new_pack.mup0iX/_new  2011-12-22 10:54:31.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package perl-NetAddr-IP (Version 4.044)
+# spec file for package perl-NetAddr-IP
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,25 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-NetAddr-IP
-Version:4.044
-Release:1
-License:GPL+ or Artistic
+Version:4.058
+Release:0
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-Url:http://search.cpan.org/dist/NetAddr-IP/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/NetAddr-IP/
 Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
 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.41
+#BuildRequires: perl(NetAddr::IP::Util) >= 1.46
+#BuildRequires: perl(NetAddr::IP::Util_IS)
+#BuildRequires: perl(NetAddr::IP::UtilPP)
+#BuildRequires: perl(Socket6)
 %{perl_requires}
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
 or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAddr::IP will work with older versions of Perl and does *not* use
-Math::BigInt as in previous versions.
+NetAdder::IP will will work with older versions of Perl and is compatible
+with Math::BigInt.
 
 The internal representation of all IP objects is in 128 bit IPv6 notation.
 IPv4 and IPv6 objects may be freely mixed.
@@ -54,11 +62,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README TODO
+%doc Artistic Changes Copying TODO
 
 %changelog

++ NetAddr-IP-4.044.tar.gz -> NetAddr-IP-4.058.tar.gz ++
 7007 lines of diff (skipped)

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



commit perl-NetAddr-IP for openSUSE:Factory

2011-04-08 Thread h_root

Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory
checked in at Fri Apr 8 09:01:24 CEST 2011.




--- perl-NetAddr-IP/perl-NetAddr-IP.changes 2011-03-31 10:51:58.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-NetAddr-IP/perl-NetAddr-IP.changes
2011-04-07 10:46:53.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr  7 05:25:11 UTC 2011 - co...@novell.com
+
+- updated to 4.043
+Update documentation on the use of "adding constants 
+to an IP address".
+
+---
@@ -4 +11 @@
-- initial package 4.042
+- update to 4.042

calling whatdependson for head-i586


Old:

  NetAddr-IP-4.042.tar.gz

New:

  NetAddr-IP-4.043.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.Poo5cm/_old  2011-04-08 08:57:48.0 +0200
+++ /var/tmp/diff_new_pack.Poo5cm/_new  2011-04-08 08:57:48.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   perl-NetAddr-IP
-Version:4.042
+Version:4.043
 Release:1
-License:CHECK(GPL+ or Artistic)
+License:GPL+ or Artistic
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
 Url:http://search.cpan.org/dist/NetAddr-IP/
@@ -60,7 +60,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README TODO
+%defattr(-,root,root,755)
+%doc %attr(644,-,-) Changes README TODO
 
 %changelog

++ NetAddr-IP-4.042.tar.gz -> NetAddr-IP-4.043.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.042/Changes new/NetAddr-IP-4.043/Changes
--- old/NetAddr-IP-4.042/Changes2011-03-22 23:43:41.0 +0100
+++ new/NetAddr-IP-4.043/Changes2011-04-06 20:32:05.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension NetAddr::IP
 
+4.043 Wed Apr  6 11:31:19 PDT 2011
+   Update documentation on the use of "adding constants 
+   to an IP address".
+
 4.042 Tue Mar 22 15:26:02 PDT 2011
Update Lite.pm v1.27 to encompass treatment of /31 and /127 
point-to-point networks as described in RFC 3021
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.042/IP.pm new/NetAddr-IP-4.043/IP.pm
--- old/NetAddr-IP-4.042/IP.pm  2011-03-22 23:38:06.0 +0100
+++ new/NetAddr-IP-4.043/IP.pm  2011-04-06 20:31:14.0 +0200
@@ -34,7 +34,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.42 $ =~ /\d+/g) };
+$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.43 $ =~ /\d+/g) };
 
 =pod
 
@@ -271,7 +271,7 @@
 This operation changes the address part to point so many hosts above the
 current objects start address. For instance, this code:
 
-print NetAddr::IP::Lite->new('127.0.0.1') + 5;
+print NetAddr::IP::Lite->new('127.0.0.1/8') + 5;
 
 will output 127.0.0.6/8. The address will wrap around at the broadcast
 back to the network address. This code:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.042/Lite/Changes 
new/NetAddr-IP-4.043/Lite/Changes
--- old/NetAddr-IP-4.042/Lite/Changes   2011-03-22 23:43:57.0 +0100
+++ new/NetAddr-IP-4.043/Lite/Changes   2011-04-06 20:34:02.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension NetAddr::IP::Lite
 
+1.28  Wed Apr  6 11:31:19 PDT 2011
+   Update documentation on the use of "adding constants
+   to an IP address".
+
 1.27  Tue Mar 22 15:26:02 PDT 2011
Update Lite.pm to encompass treatment of /31 and /127 
point-to-point networks as described in RFC 3021
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.042/Lite/Lite.pm 
new/NetAddr-IP-4.043/Lite/Lite.pm
--- old/NetAddr-IP-4.042/Lite/Lite.pm   2011-03-22 23:37:05.0 +0100
+++ new/NetAddr-IP-4.043/Lite/Lite.pm   2011-04-06 20:32:46.0 +0200
@@ -29,7 +29,7 @@
 
 use vars qw(@ISA @EXPORT_OK $VERSION $Accept_Binary_IP $Old_nth $AUTOLOAD 
*Zero);
 
-$VERSION = do { my @r = (q$Revision: 1.27 $ =~ /\d+/g); sprintf "%d."."%02d" x 
$#r, @r };
+$VERSION = do { my @r = (q$Revision: 1.28 $ =~ /\d+/g); sprintf "%d."."%02d" x 
$#r, @r };
 
 require Exporter;
 
@@ -352,7 +352,7 @@
 This operation changes the address part to point so many hosts above the
 current objects start address. For instance, this code:
 
-print NetAddr::IP::Lite->new('127.0.0.1') + 5;
+print NetAddr::IP::Lite->new('127.0.0.1/8') + 5;
 
 will output 127.0.0.6/8. The address will wrap around at the broadcast
 back to the network address. This code:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NetAddr-IP-4.042/META.yml 
new/Ne

commit perl-NetAddr-IP for openSUSE:Factory

2011-04-01 Thread h_root

Hello community,

here is the log from the commit of package perl-NetAddr-IP for openSUSE:Factory
checked in at Fri Apr 1 12:51:55 CEST 2011.




--- perl-NetAddr-IP/perl-NetAddr-IP.changes 2010-12-01 14:50:58.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-NetAddr-IP/perl-NetAddr-IP.changes
2011-03-31 10:51:58.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 31 08:47:06 UTC 2011 - co...@novell.com
+
+- initial package 4.042
+ * a lot of changes, see Changes
+
+---

calling whatdependson for head-i586


Old:

  NetAddr-IP-4.030.tar.bz2

New:

  NetAddr-IP-4.042.tar.gz



Other differences:
--
++ perl-NetAddr-IP.spec ++
--- /var/tmp/diff_new_pack.CYXzov/_old  2011-04-01 12:50:33.0 +0200
+++ /var/tmp/diff_new_pack.CYXzov/_new  2011-04-01 12:50:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-NetAddr-IP (Version 4.030)
+# spec file for package perl-NetAddr-IP
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,44 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with pod
 
 Name:   perl-NetAddr-IP
+Version:4.042
+Release:1
+License:CHECK(GPL+ or Artistic)
 %define cpan_name NetAddr-IP
 Summary:Manages IPv4 and IPv6 addresses and subnets
-Version:4.030
-Release:2
-License:CHECK(GPL+ or Artistic)
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/NetAddr-IP/
-#Source: 
http://www.cpan.org/modules/by-module/NetAddr/NetAddr-IP-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+#Source: 
http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Pod::Coverage)
-%endif
+%{perl_requires}
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
 or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAdder::IP will will work older versions of Perl and does not use
+NetAdder::IP will will work older versions of Perl and does *not* use
 Math::BigInt as in previous versions.
 
-Authors:
-
-Luis E. Munoz 
+The internal representation of all IP objects is in 128 bit IPv6 notation.
+IPv4 and IPv6 objects may be freely mixed.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -64,10 +57,10 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README TODO docs/rfc1884.txt
+%defattr(644,root,root,755)
+%doc Changes README TODO
 
 %changelog






Remember to have fun...

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