Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Net-Whois-Raw for openSUSE:Factory checked in at 2021-08-24 10:54:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Whois-Raw" Tue Aug 24 10:54:46 2021 rev:46 rq:913818 version:2.99032 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2020-09-03 01:19:27.984587760 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.1899/perl-Net-Whois-Raw.changes 2021-08-24 10:55:42.044255157 +0200 @@ -1,0 +2,9 @@ +Thu Aug 19 03:06:38 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 2.99032 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.99032 Aug 17 2021 Alexander Nalobin + - Fix whois server for .mx + +------------------------------------------------------------------- Old: ---- Net-Whois-Raw-2.99031.tar.gz New: ---- Net-Whois-Raw-2.99032.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Whois-Raw.spec ++++++ --- /var/tmp/diff_new_pack.tHH8oF/_old 2021-08-24 10:55:42.516254531 +0200 +++ /var/tmp/diff_new_pack.tHH8oF/_new 2021-08-24 10:55:42.520254526 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Whois-Raw # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Net-Whois-Raw Name: perl-Net-Whois-Raw -Version: 2.99031 +Version: 2.99032 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: 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTTP::Headers) @@ -60,11 +58,11 @@ several servers but certainly not on all of them. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -75,7 +73,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes COPYRIGHT README %license LICENSE ++++++ Net-Whois-Raw-2.99031.tar.gz -> Net-Whois-Raw-2.99032.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/Changes new/Net-Whois-Raw-2.99032/Changes --- old/Net-Whois-Raw-2.99031/Changes 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/Changes 2021-08-18 09:17:45.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl module Net::Whois::Raw. +2.99032 Aug 17 2021 Alexander Nalobin + - Fix whois server for .mx + 2.99031 Sep 1 2020 Alexander Tsoy - Fix whois server for .mx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/LICENSE new/Net-Whois-Raw-2.99032/LICENSE --- old/Net-Whois-Raw-2.99031/LICENSE 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/LICENSE 2021-08-18 09:17:45.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2002-2020 by Alexander Nalobin. +This software is copyright (c) 2002-2021 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2002-2020 by Alexander Nalobin. +This software is Copyright (c) 2002-2021 by Alexander Nalobin. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2002-2020 by Alexander Nalobin. +This software is Copyright (c) 2002-2021 by Alexander Nalobin. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/MANIFEST new/Net-Whois-Raw-2.99032/MANIFEST --- old/Net-Whois-Raw-2.99031/MANIFEST 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/MANIFEST 2021-08-18 09:17:45.000000000 +0200 @@ -21,6 +21,7 @@ t/03-read_write_cache.t t/04-qrycache.t t/all_tlds.pl +t/author-pod-spell.t t/coro-domains.pl t/example-domains-load-balancing.pl t/internet.pl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/META.json new/Net-Whois-Raw-2.99032/META.json --- old/Net-Whois-Raw-2.99031/META.json 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/META.json 2021-08-18 09:17:45.000000000 +0200 @@ -19,6 +19,11 @@ "ExtUtils::MakeMaker" : "0" } }, + "develop" : { + "requires" : { + "Test::Spelling" : "0.12" + } + }, "runtime" : { "requires" : { "Carp" : "0", @@ -59,7 +64,13 @@ "web" : "https://github.com/regru/Net-Whois-Raw" } }, - "version" : "2.99031", + "version" : "2.99032", + "x_contributors" : [ + "Ariel Brosh <[email protected]>", + "Gabor Szabo <[email protected]>", + "Corris Randall <[email protected]>", + "Walery Studennikov <[email protected]>" + ], "x_serialization_backend" : "Cpanel::JSON::XS version 4.19" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/META.yml new/Net-Whois-Raw-2.99032/META.yml --- old/Net-Whois-Raw-2.99031/META.yml 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/META.yml 2021-08-18 09:17:45.000000000 +0200 @@ -36,5 +36,10 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: '2.99031' +version: '2.99032' +x_contributors: + - 'Ariel Brosh <[email protected]>' + - 'Gabor Szabo <[email protected]>' + - 'Corris Randall <[email protected]>' + - 'Walery Studennikov <[email protected]>' x_serialization_backend: 'YAML::Tiny version 1.70' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/Makefile.PL new/Net-Whois-Raw-2.99032/Makefile.PL --- old/Net-Whois-Raw-2.99031/Makefile.PL 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/Makefile.PL 2021-08-18 09:17:45.000000000 +0200 @@ -42,7 +42,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.99031", + "VERSION" => "2.99032", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/bin/pwhois new/Net-Whois-Raw-2.99032/bin/pwhois --- old/Net-Whois-Raw-2.99031/bin/pwhois 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/bin/pwhois 2021-08-18 09:17:45.000000000 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# PODNAME: phwois +# PODNAME: pwhois # ABSTRACT: Get Whois information of domains and IP addresses. use strict; @@ -237,11 +237,11 @@ =head1 NAME -phwois - Get Whois information of domains and IP addresses. +pwhois - Get Whois information of domains and IP addresses. =head1 VERSION -version 2.99031 +version 2.99032 =head1 SYNOPSIS @@ -290,7 +290,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2020 by Alexander Nalobin. +This software is copyright (c) 2002-2021 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/dist.ini new/Net-Whois-Raw-2.99032/dist.ini --- old/Net-Whois-Raw-2.99031/dist.ini 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/dist.ini 2021-08-18 09:17:45.000000000 +0200 @@ -2,9 +2,16 @@ author = Alexander Nalobin <[email protected]> license = Perl_5 copyright_holder = Alexander Nalobin -copyright_year = 2002-2020 +copyright_year = 2002-2021 -version = 2.99031 +version = 2.99032 + +[Metadata] +; Names also used by Test::PodSpelling +x_contributors = Ariel Brosh <[email protected]> +x_contributors = Gabor Szabo <[email protected]> +x_contributors = Corris Randall <[email protected]> +x_contributors = Walery Studennikov <[email protected]> [@Filter] -bundle = @Basic @@ -19,6 +26,19 @@ [PodWeaver] [PkgVersion] [TestRelease] + +[Test::PodSpelling] +stopword = ip +stopword = ips +stopword = jwhois +stopword = params +stopword = pwhois +stopword = punycode +stopword = TLDs +stopword = WHOIS +stopword = SRV +stopword = whois + [ConfirmRelease] [UploadToCPAN] [GitHub::Meta] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw/Common.pm new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw/Common.pm --- old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw/Common.pm 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw/Common.pm 2021-08-18 09:17:45.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Common; -$Net::Whois::Raw::Common::VERSION = '2.99031'; +$Net::Whois::Raw::Common::VERSION = '2.99032'; # ABSTRACT: Helper for Net::Whois::Raw. use Encode; @@ -606,7 +606,7 @@ =head1 VERSION -version 2.99031 +version 2.99032 =head1 AUTHOR @@ -614,7 +614,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2020 by Alexander Nalobin. +This software is copyright (c) 2002-2021 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw/Data.pm new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw/Data.pm --- old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw/Data.pm 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw/Data.pm 2021-08-18 09:17:45.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Data; -$Net::Whois::Raw::Data::VERSION = '2.99031'; +$Net::Whois::Raw::Data::VERSION = '2.99032'; # ABSTRACT: Config for Net::Whois::Raw. use utf8; @@ -765,9 +765,9 @@ ORG.MA whois.iam.net.ma PRESS.MA whois.iam.net.ma - COM.MX whois.nic.mx - GOB.MX whois.nic.mx - NET.MX whois.nic.mx + COM.MX whois.mx + GOB.MX whois.mx + NET.MX whois.mx COM.MT whois.nic.mt ORG.MT whois.nic.mt @@ -2254,7 +2254,7 @@ 'whois.nic.ms' => 'No Object Found', 'whois.nic.mt' => 'Domain is not registered', 'whois.nic.mu' => 'No Object Found', - 'whois.nic.mx' => 'Object_Not_Found', + 'whois.mx' => 'Object_Not_Found', 'whois.mynic.my' => '^Domain Name \S+ does not', 'whois.na-nic.com.na' => 'No Object Found', 'whois.nic.nf' => 'No Object Found', @@ -3765,7 +3765,7 @@ 'Internet Direct Ltd, All rights reserved', '^Domain Information$', ], - 'whois.nic.mx' => [ + 'whois.mx' => [ '^La informacion que ha', '^relacionados con la delegacion', '^administrado por NIC Mexico', @@ -4528,7 +4528,7 @@ =head1 VERSION -version 2.99031 +version 2.99032 =head1 AUTHOR @@ -4536,7 +4536,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2020 by Alexander Nalobin. +This software is copyright (c) 2002-2021 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw.pm new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw.pm --- old/Net-Whois-Raw-2.99031/lib/Net/Whois/Raw.pm 2020-09-01 13:24:55.000000000 +0200 +++ new/Net-Whois-Raw-2.99032/lib/Net/Whois/Raw.pm 2021-08-18 09:17:45.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw; -$Net::Whois::Raw::VERSION = '2.99031'; +$Net::Whois::Raw::VERSION = '2.99032'; # ABSTRACT: Get Whois information of domains and IP addresses. require 5.008_001; @@ -480,7 +480,7 @@ =head1 VERSION -version 2.99031 +version 2.99032 =head1 SYNOPSIS @@ -584,7 +584,7 @@ possible values: C<'QRY_FIRST'> - - returns results of the first query. Non't make recursive queries. + returns results of the first query. Does not make recursive queries. In scalar context returns just whois text. In list context returns two values: whois text and whois server which was used to make query). @@ -718,7 +718,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2020 by Alexander Nalobin. +This software is copyright (c) 2002-2021 by Alexander Nalobin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99031/t/author-pod-spell.t new/Net-Whois-Raw-2.99032/t/author-pod-spell.t --- old/Net-Whois-Raw-2.99031/t/author-pod-spell.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Net-Whois-Raw-2.99032/t/author-pod-spell.t 2021-08-18 09:17:45.000000000 +0200 @@ -0,0 +1,52 @@ + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit + } +} + +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005 +use Test::Spelling 0.12; +use Pod::Wordlist; + + +add_stopwords(<DATA>); +all_pod_files_spelling_ok( qw( bin lib ) ); +__DATA__ +Alexander +Ariel +Brosh +Common +Corris +Data +Gabor +Nalobin +Net +Randall +Raw +SRV +Studennikov +Szabo +TLDs +WHOIS +Walery +Whois +alexander +bin +corris +despair +ip +ips +jwhois +lib +params +punycode +pwhois +schop +szabgab +whois
