Hello community,
here is the log from the commit of package perl-Net-Whois-RIPE for
openSUSE:Factory checked in at 2020-02-04 19:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Whois-RIPE"
Tue Feb 4 19:56:28 2020 rev:35 rq:769929 version:2.007003
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE/perl-Net-Whois-RIPE.changes
2020-01-24 14:12:11.638430397 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new.26092/perl-Net-Whois-RIPE.changes
2020-02-04 19:56:33.769433918 +0100
@@ -1,0 +2,11 @@
+Tue Feb 4 03:14:03 UTC 2020 - <[email protected]>
+
+- updated to 2.007003
+ see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
+
+ 2.007003 2020-02-03
+ - Add List::Utils to the prerequisites (Kwalitee)
+ - Update copyright/authors/sponsor information
+ - Attempt to fix the undefined line bug
+
+-------------------------------------------------------------------
Old:
----
Net-Whois-RIPE-2.007002.tar.gz
New:
----
Net-Whois-RIPE-2.007003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-Whois-RIPE.spec ++++++
--- /var/tmp/diff_new_pack.MsBN8O/_old 2020-02-04 19:56:34.765434499 +0100
+++ /var/tmp/diff_new_pack.MsBN8O/_new 2020-02-04 19:56:34.769434501 +0100
@@ -17,7 +17,7 @@
Name: perl-Net-Whois-RIPE
-Version: 2.007002
+Version: 2.007003
Release: 0
%define cpan_name Net-Whois-RIPE
Summary: Pure-Perl implementation of the RIPE Database client
++++++ Net-Whois-RIPE-2.007002.tar.gz -> Net-Whois-RIPE-2.007003.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/Changes
new/Net-Whois-RIPE-2.007003/Changes
--- old/Net-Whois-RIPE-2.007002/Changes 2020-01-23 12:00:04.000000000 +0100
+++ new/Net-Whois-RIPE-2.007003/Changes 2020-02-03 21:48:45.000000000 +0100
@@ -1,5 +1,10 @@
Revision history for net-whois-ripe
+2.007003 2020-02-03
+ - Add List::Utils to the prerequisites (Kwalitee)
+ - Update copyright/authors/sponsor information
+ - Attempt to fix the undefined line bug
+
2.007002 2020-01-23
- Minor improvement to fix Kwalitee issues (use warnings, License
information in META files)
- Fix bogus test (Inet6Num)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/META.json
new/Net-Whois-RIPE-2.007003/META.json
--- old/Net-Whois-RIPE-2.007002/META.json 2020-01-23 12:01:33.000000000
+0100
+++ new/Net-Whois-RIPE-2.007003/META.json 2020-02-03 21:50:02.000000000
+0100
@@ -34,6 +34,7 @@
},
"requires" : {
"Iterator" : "0",
+ "List::Util" : "0",
"Test::More" : "0",
"perl" : "5.006"
}
@@ -48,6 +49,6 @@
"url" : "https://github.com/arhuman/Net-Whois-RIPE"
}
},
- "version" : 2.007002,
+ "version" : 2.007003,
"x_serialization_backend" : "JSON::PP version 2.27300_01"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/META.yml
new/Net-Whois-RIPE-2.007003/META.yml
--- old/Net-Whois-RIPE-2.007002/META.yml 2020-01-23 12:01:33.000000000
+0100
+++ new/Net-Whois-RIPE-2.007003/META.yml 2020-02-03 21:50:02.000000000
+0100
@@ -20,10 +20,11 @@
LWP::UserAgent: '0'
requires:
Iterator: '0'
+ List::Util: '0'
Test::More: '0'
perl: '5.006'
resources:
bugtracker: https://github.com/arhuman/Net-Whois-RIPE/issues
repository: https://github.com/arhuman/Net-Whois-RIPE
-version: 2.007002
+version: 2.007003
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/Makefile.PL
new/Net-Whois-RIPE-2.007003/Makefile.PL
--- old/Net-Whois-RIPE-2.007002/Makefile.PL 2020-01-23 11:41:49.000000000
+0100
+++ new/Net-Whois-RIPE-2.007003/Makefile.PL 2020-01-24 08:37:13.000000000
+0100
@@ -13,6 +13,7 @@
PREREQ_PM => {
'Test::More' => 0,
'Iterator' => 0,
+ 'List::Util' => 0,
},
META_MERGE => {
recommends => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/README
new/Net-Whois-RIPE-2.007003/README
--- old/Net-Whois-RIPE-2.007002/README 2020-01-16 10:58:15.000000000 +0100
+++ new/Net-Whois-RIPE-2.007003/README 2020-02-03 21:31:08.000000000 +0100
@@ -2,8 +2,9 @@
A pure-perl programming interface to the RIPE Database Whois service.
-This is a complete rewrite of the old version of the module I inherited from
-Paul Gampe. It incorporates new concepts I've learned while I worked at the
+This is an evolution of the module I inherited from Luis Motta Campos.
+Which was a complete rewrite of the old version of the module inherited from
+Paul Gampe. It incorporated new concepts Luis have learned while working at the
RIPE NCC between Nov 2007 and Jan 2010.
I've strived to maintain backward compatibility while providing a modern perl
@@ -38,11 +39,21 @@
Search CPAN
http://search.cpan.org/dist/Net-Whois-RIPE
+AUTHORS
-COPYRIGHT AND LICENCE
+Arnaud Assad
+Luis Motta Campos
+Paul Gampe
+Kevin Backer
+LICENCE
+
+Copyright (C) 2012-2020 Arnaud ASSAD
Copyright (C) 2010 Luis Motta Campos
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
+THANKS
+
+Thanks to DOOLTA (https://www.doolta.com) for sponsoring the maintenance of
this module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/lib/Net/Whois/Object.pm
new/Net-Whois-RIPE-2.007003/lib/Net/Whois/Object.pm
--- old/Net-Whois-RIPE-2.007002/lib/Net/Whois/Object.pm 2020-01-16
11:18:44.000000000 +0100
+++ new/Net-Whois-RIPE-2.007003/lib/Net/Whois/Object.pm 2020-02-03
21:43:34.000000000 +0100
@@ -230,6 +230,7 @@
my ( $attribute, $block, $object, @results, $value );
for my $line (@lines) {
+ next if !defined($line);
if ( $line =~ /^%(\S+)/ ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007002/lib/Net/Whois/RIPE.pm
new/Net-Whois-RIPE-2.007003/lib/Net/Whois/RIPE.pm
--- old/Net-Whois-RIPE-2.007002/lib/Net/Whois/RIPE.pm 2020-01-23
12:00:46.000000000 +0100
+++ new/Net-Whois-RIPE-2.007003/lib/Net/Whois/RIPE.pm 2020-02-03
21:49:13.000000000 +0100
@@ -28,11 +28,11 @@
=head1 VERSION
-Version 2.007002
+Version 2.007003
=cut
-our $VERSION = 2.007002;
+our $VERSION = 2.007003;
=head1 SYNOPSIS