Hello community, here is the log from the commit of package perl-Net-Whois-Raw for openSUSE:Factory checked in at 2018-12-12 17:27:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Whois-Raw" Wed Dec 12 17:27:10 2018 rev:37 rq:655785 version:2.99021 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2018-09-26 14:23:15.761936985 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.28833/perl-Net-Whois-Raw.changes 2018-12-12 17:27:10.518976546 +0100 @@ -1,0 +2,9 @@ +Thu Dec 6 16:00:40 UTC 2018 - Stephan Kulow <[email protected]> + +- updated to 2.99021 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.99021 Nov 20 2018 Eugeny Subachev + - Fixed/added 'not found' patterns of net.ua vg gd kiwi sx TLDs. + +------------------------------------------------------------------- Old: ---- Net-Whois-Raw-2.99020.tar.gz New: ---- Net-Whois-Raw-2.99021.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Whois-Raw.spec ++++++ --- /var/tmp/diff_new_pack.D3hauq/_old 2018-12-12 17:27:10.998975937 +0100 +++ /var/tmp/diff_new_pack.D3hauq/_new 2018-12-12 17:27:11.002975931 +0100 @@ -17,13 +17,13 @@ Name: perl-Net-Whois-Raw -Version: 2.99020 +Version: 2.99021 Release: 0 %define cpan_name Net-Whois-Raw Summary: Get Whois information of domains and IP addresses License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Net-Whois-Raw/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/N/NA/NALOBIN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -63,11 +63,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++++++ Net-Whois-Raw-2.99020.tar.gz -> Net-Whois-Raw-2.99021.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/Changes new/Net-Whois-Raw-2.99021/Changes --- old/Net-Whois-Raw-2.99020/Changes 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/Changes 2018-11-20 11:56:57.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Perl module Net::Whois::Raw. +2.99021 Nov 20 2018 Eugeny Subachev + - Fixed/added 'not found' patterns of net.ua vg gd kiwi sx TLDs. + 2.99020 Sep 24 2018 Alexander Nalobin - fix recursive whois regexp. Now matches \r\n line endings. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/META.json new/Net-Whois-Raw-2.99021/META.json --- old/Net-Whois-Raw-2.99020/META.json 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/META.json 2018-11-20 11:56:57.000000000 +0100 @@ -59,7 +59,7 @@ "web" : "https://github.com/regru/Net-Whois-Raw" } }, - "version" : "2.99020", + "version" : "2.99021", "x_generated_by_perl" : "v5.18.2", "x_serialization_backend" : "JSON::XS version 3.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/META.yml new/Net-Whois-Raw-2.99021/META.yml --- old/Net-Whois-Raw-2.99020/META.yml 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/META.yml 2018-11-20 11:56:57.000000000 +0100 @@ -36,6 +36,6 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: 2.99020 +version: 2.99021 x_generated_by_perl: v5.18.2 x_serialization_backend: 'YAML::Tiny version 1.56' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/Makefile.PL new/Net-Whois-Raw-2.99021/Makefile.PL --- old/Net-Whois-Raw-2.99020/Makefile.PL 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/Makefile.PL 2018-11-20 11:56:57.000000000 +0100 @@ -42,7 +42,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.99020", + "VERSION" => "2.99021", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/bin/pwhois new/Net-Whois-Raw-2.99021/bin/pwhois --- old/Net-Whois-Raw-2.99020/bin/pwhois 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/bin/pwhois 2018-11-20 11:56:57.000000000 +0100 @@ -240,7 +240,7 @@ =head1 VERSION -version 2.99020 +version 2.99021 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/dist.ini new/Net-Whois-Raw-2.99021/dist.ini --- old/Net-Whois-Raw-2.99020/dist.ini 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/dist.ini 2018-11-20 11:56:57.000000000 +0100 @@ -4,7 +4,7 @@ copyright_holder = Alexander Nalobin copyright_year = 2002-2018 -version = 2.99020 +version = 2.99021 [@Filter] -bundle = @Basic diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Common.pm new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw/Common.pm --- old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Common.pm 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw/Common.pm 2018-11-20 11:56:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Common; -$Net::Whois::Raw::Common::VERSION = '2.99020'; +$Net::Whois::Raw::Common::VERSION = '2.99021'; # ABSTRACT: Helper for Net::Whois::Raw. use Encode; @@ -616,7 +616,7 @@ =head1 VERSION -version 2.99020 +version 2.99021 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Data.pm new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw/Data.pm --- old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Data.pm 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw/Data.pm 2018-11-20 11:56:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Data; -$Net::Whois::Raw::Data::VERSION = '2.99020'; +$Net::Whois::Raw::Data::VERSION = '2.99021'; # ABSTRACT: Config for Net::Whois::Raw. use utf8; @@ -2049,7 +2049,7 @@ 'whois.com.ua' => 'No entries found for', 'whois.co.ua' => 'No entries found', 'whois.biz.ua' => 'No entries found', - 'whois.net.ua' => 'No match record found', + 'whois.net.ua' => 'No match record found|No entries found', 'delta.hostmaster.net.ua' => 'No entries found for domain', 'whois.pp.ua' => 'No entries found', 'whois.dn.ua' => 'No match record found', @@ -2083,7 +2083,7 @@ 'whois.uniregistry.net' => 'object does not exist', 'whois.nic.uno' => '^No Data Found', 'whois.nic.berlin' => '^The queried object does not exis', - 'whois.nic.kiwi' => 'Status\: Not Registered', + 'whois.nic.kiwi' => 'Status\: Not Registered|Not found', 'whois.nic.build' => 'No Data Found', 'whois.nic.club' => '^No Data Found', 'whois.nic.luxury' => 'No Data Found', @@ -2121,7 +2121,7 @@ 'whois.nic.fm' => 'DOMAIN NOT FOUND', 'whois.nic.fr' => 'No entries found', 'whois.channelisles.net' => '^NOT FOUND', - 'whois.nic.gd' => '^not found\.', + 'whois.nic.gd' => '^not found\.|DOMAIN NOT FOUND', 'whois.nic.gs' => 'No Object Found', 'whois.registry.gy' => 'No Object Found', 'whois.hkirc.hk' => '^The domain has not been registered', @@ -2175,6 +2175,7 @@ 'whois.nic.sh' => '^NOT FOUND', 'whois.arnes.si' => 'No entries found', 'whois.nic.st' => '^No entries found', + 'whois.sx' => 'Not found', 'whois.nic.tc' => 'No Object Found', 'whois.adamsnames.com' => '^\S+ is not registered', 'whois.nic.tl' => 'No Object Found', @@ -2664,7 +2665,7 @@ 'whois.nic.vanguard' => 'No match for "', 'whois.nic.verisign' => 'No match for "', 'whois.nic.versicherung' => 'The queried object does not exist', - 'whois.nic.vg' => 'not found', + 'whois.nic.vg' => 'not found|DOMAIN NOT FOUND', 'whois.nic.visa' => 'No match for "', 'whois.nic.viva' => 'DOMAIN NOT FOUND', 'whois.nic.vlaanderen' => 'The queried object does not exist', @@ -4341,7 +4342,7 @@ =head1 VERSION -version 2.99020 +version 2.99021 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw.pm new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw.pm --- old/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw.pm 2018-09-24 09:37:52.000000000 +0200 +++ new/Net-Whois-Raw-2.99021/lib/Net/Whois/Raw.pm 2018-11-20 11:56:57.000000000 +0100 @@ -1,5 +1,5 @@ package Net::Whois::Raw; -$Net::Whois::Raw::VERSION = '2.99020'; +$Net::Whois::Raw::VERSION = '2.99021'; # ABSTRACT: Get Whois information of domains and IP addresses. require 5.008_001; @@ -479,7 +479,7 @@ =head1 VERSION -version 2.99020 +version 2.99021 =head1 SYNOPSIS
