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 2025-06-02 22:01:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Whois-Raw" Mon Jun 2 22:01:59 2025 rev:53 rq:1282010 version:2.99041 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2024-07-02 18:19:42.734582142 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.16005/perl-Net-Whois-Raw.changes 2025-06-02 22:02:05.081013738 +0200 @@ -1,0 +2,9 @@ +Wed May 28 05:35:50 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 2.99041 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.99041 May 28 2025 Alexander Nalobin + - Fix whois server for .by + +------------------------------------------------------------------- Old: ---- Net-Whois-Raw-2.99040.tar.gz New: ---- Net-Whois-Raw-2.99041.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Whois-Raw.spec ++++++ --- /var/tmp/diff_new_pack.aF20Zr/_old 2025-06-02 22:02:05.617035969 +0200 +++ /var/tmp/diff_new_pack.aF20Zr/_new 2025-06-02 22:02:05.621036135 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Whois-Raw # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Net-Whois-Raw Name: perl-Net-Whois-Raw -Version: 2.99040 +Version: 2.99041 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Get Whois information of domains and IP addresses @@ -58,7 +58,7 @@ several servers but certainly not on all of them. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ Net-Whois-Raw-2.99040.tar.gz -> Net-Whois-Raw-2.99041.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/Changes new/Net-Whois-Raw-2.99041/Changes --- old/Net-Whois-Raw-2.99040/Changes 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/Changes 2025-05-28 06:53:56.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl module Net::Whois::Raw. +2.99041 May 28 2025 Alexander Nalobin + - Fix whois server for .by + 2.99040 June 24 2024 Alexander Nalobin - Added .спб.рф domain diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/LICENSE new/Net-Whois-Raw-2.99041/LICENSE --- old/Net-Whois-Raw-2.99040/LICENSE 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/LICENSE 2025-05-28 06:53:56.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2002-2024 by Alexander Nalobin. +This software is copyright (c) 2002-2025 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-2024 by Alexander Nalobin. +This software is Copyright (c) 2002-2025 by Alexander Nalobin. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Perl Artistic License 1.0 --- -This software is Copyright (c) 2002-2024 by Alexander Nalobin. +This software is Copyright (c) 2002-2025 by Alexander Nalobin. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/META.json new/Net-Whois-Raw-2.99041/META.json --- old/Net-Whois-Raw-2.99040/META.json 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/META.json 2025-05-28 06:53:56.000000000 +0200 @@ -21,7 +21,7 @@ }, "develop" : { "requires" : { - "Test::Spelling" : "0.12" + "Test::Spelling" : "0.17" } }, "runtime" : { @@ -64,15 +64,15 @@ "web" : "https://github.com/regru/Net-Whois-Raw" } }, - "version" : "2.99040", + "version" : "2.99041", "x_contributors" : [ "Ariel Brosh <sc...@cpan.org>", "Gabor Szabo <szab...@cpan.org>", "Corris Randall <cor...@cpan.org>", "Walery Studennikov <desp...@cpan.org>" ], - "x_generated_by_perl" : "v5.34.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.27", + "x_generated_by_perl" : "v5.38.2", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.37", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/META.yml new/Net-Whois-Raw-2.99041/META.yml --- old/Net-Whois-Raw-2.99040/META.yml 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/META.yml 2025-05-28 06:53:56.000000000 +0200 @@ -36,12 +36,12 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: '2.99040' +version: '2.99041' x_contributors: - 'Ariel Brosh <sc...@cpan.org>' - 'Gabor Szabo <szab...@cpan.org>' - 'Corris Randall <cor...@cpan.org>' - 'Walery Studennikov <desp...@cpan.org>' -x_generated_by_perl: v5.34.0 -x_serialization_backend: 'YAML::Tiny version 1.73' +x_generated_by_perl: v5.38.2 +x_serialization_backend: 'YAML::Tiny version 1.74' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/Makefile.PL new/Net-Whois-Raw-2.99041/Makefile.PL --- old/Net-Whois-Raw-2.99040/Makefile.PL 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/Makefile.PL 2025-05-28 06:53:56.000000000 +0200 @@ -42,7 +42,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.99040", + "VERSION" => "2.99041", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/bin/pwhois new/Net-Whois-Raw-2.99041/bin/pwhois --- old/Net-Whois-Raw-2.99040/bin/pwhois 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/bin/pwhois 2025-05-28 06:53:56.000000000 +0200 @@ -238,7 +238,7 @@ =head1 VERSION -version 2.99040 +version 2.99041 =head1 SYNOPSIS @@ -287,7 +287,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2024 by Alexander Nalobin. +This software is copyright (c) 2002-2025 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.99040/dist.ini new/Net-Whois-Raw-2.99041/dist.ini --- old/Net-Whois-Raw-2.99040/dist.ini 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/dist.ini 2025-05-28 06:53:56.000000000 +0200 @@ -2,9 +2,9 @@ author = Alexander Nalobin <alexan...@nalobin.ru> license = Perl_5 copyright_holder = Alexander Nalobin -copyright_year = 2002-2024 +copyright_year = 2002-2025 -version = 2.99040 +version = 2.99041 [Metadata] ; Names also used by Test::PodSpelling diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99040/lib/Net/Whois/Raw/Common.pm new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Common.pm --- old/Net-Whois-Raw-2.99040/lib/Net/Whois/Raw/Common.pm 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Common.pm 2025-05-28 06:53:56.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Common; -$Net::Whois::Raw::Common::VERSION = '2.99040'; +$Net::Whois::Raw::Common::VERSION = '2.99041'; # ABSTRACT: Helper for Net::Whois::Raw. use Encode; @@ -606,7 +606,7 @@ =head1 VERSION -version 2.99040 +version 2.99041 =head1 AUTHOR @@ -614,7 +614,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2024 by Alexander Nalobin. +This software is copyright (c) 2002-2025 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.99040/lib/Net/Whois/Raw/Data.pm new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Data.pm --- old/Net-Whois-Raw-2.99040/lib/Net/Whois/Raw/Data.pm 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Data.pm 2025-05-28 06:53:56.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Data; -$Net::Whois::Raw::Data::VERSION = '2.99040'; +$Net::Whois::Raw::Data::VERSION = '2.99041'; # ABSTRACT: Config for Net::Whois::Raw. use utf8; @@ -492,7 +492,7 @@ BJ whois.nic.bj BOSTIK whois-bostik.nic.fr BR whois.registro.br - BY whois.ripe.net + BY whois.cctld.by BZ whois2.afilias-grs.net CA whois.cira.ca CD whois.nic.cd @@ -2854,7 +2854,7 @@ 'whois.nic.work' => 'This domain name has not been registered', 'whois.nic.yoga' => 'This domain name has not been registered', 'whois.ax' => 'Domain not found', - 'whois.cctld.by' => 'Object does not exist', + 'whois.cctld.by' => 'object does not exist', 'whois.mediaserv.net' => 'NO OBJECT FOUND!', 'whois.nic.amsterdam' => 'Domain Status: free', 'whois.nic.arab' => 'No Data Found', @@ -4486,7 +4486,7 @@ =head1 VERSION -version 2.99040 +version 2.99041 =head1 AUTHOR @@ -4494,7 +4494,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2024 by Alexander Nalobin. +This software is copyright (c) 2002-2025 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.99040/lib/Net/Whois/Raw.pm new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw.pm --- old/Net-Whois-Raw-2.99040/lib/Net/Whois/Raw.pm 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw.pm 2025-05-28 06:53:56.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw; -$Net::Whois::Raw::VERSION = '2.99040'; +$Net::Whois::Raw::VERSION = '2.99041'; # ABSTRACT: Get Whois information of domains and IP addresses. require 5.008_001; @@ -480,7 +480,7 @@ =head1 VERSION -version 2.99040 +version 2.99041 =head1 SYNOPSIS @@ -718,7 +718,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2002-2024 by Alexander Nalobin. +This software is copyright (c) 2002-2025 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.99040/t/author-pod-spell.t new/Net-Whois-Raw-2.99041/t/author-pod-spell.t --- old/Net-Whois-Raw-2.99040/t/author-pod-spell.t 2024-06-24 14:46:35.000000000 +0200 +++ new/Net-Whois-Raw-2.99041/t/author-pod-spell.t 2025-05-28 06:53:56.000000000 +0200 @@ -10,8 +10,8 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005 -use Test::Spelling 0.12; +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007006 +use Test::Spelling 0.17; use Pod::Wordlist;