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-10-22 12:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-Whois-Raw" Wed Oct 22 12:14:24 2025 rev:54 rq:1312566 version:2.99042 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2025-06-02 22:02:05.081013738 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new.18484/perl-Net-Whois-Raw.changes 2025-10-22 12:18:09.956226431 +0200 @@ -1,0 +2,9 @@ +Tue Oct 14 11:47:07 UTC 2025 - Tina Müller <[email protected]> + +- updated to 2.99042 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.99042 Jul 22 2015 Alexander Nalobin + - recursive_whois: allow case insensitive match of OrgID from Slaven Rezic + +------------------------------------------------------------------- Old: ---- Net-Whois-Raw-2.99041.tar.gz New: ---- Net-Whois-Raw-2.99042.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Whois-Raw.spec ++++++ --- /var/tmp/diff_new_pack.ddAgqB/_old 2025-10-22 12:18:12.200320958 +0200 +++ /var/tmp/diff_new_pack.ddAgqB/_new 2025-10-22 12:18:12.204321126 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Whois-Raw # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %define cpan_name Net-Whois-Raw Name: perl-Net-Whois-Raw -Version: 2.99041 +Version: 2.99042 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Get Whois information of domains and IP addresses 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 +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros ++++++ Net-Whois-Raw-2.99041.tar.gz -> Net-Whois-Raw-2.99042.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/Changes new/Net-Whois-Raw-2.99042/Changes --- old/Net-Whois-Raw-2.99041/Changes 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/Changes 2025-07-22 13:27:51.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl module Net::Whois::Raw. +2.99042 Jul 22 2015 Alexander Nalobin + - recursive_whois: allow case insensitive match of OrgID from Slaven Rezic + 2.99041 May 28 2025 Alexander Nalobin - Fix whois server for .by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/META.json new/Net-Whois-Raw-2.99042/META.json --- old/Net-Whois-Raw-2.99041/META.json 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/META.json 2025-07-22 13:27:51.000000000 +0200 @@ -64,7 +64,7 @@ "web" : "https://github.com/regru/Net-Whois-Raw" } }, - "version" : "2.99041", + "version" : "2.99042", "x_contributors" : [ "Ariel Brosh <[email protected]>", "Gabor Szabo <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/META.yml new/Net-Whois-Raw-2.99042/META.yml --- old/Net-Whois-Raw-2.99041/META.yml 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/META.yml 2025-07-22 13:27:51.000000000 +0200 @@ -36,7 +36,7 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: '2.99041' +version: '2.99042' x_contributors: - 'Ariel Brosh <[email protected]>' - 'Gabor Szabo <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/Makefile.PL new/Net-Whois-Raw-2.99042/Makefile.PL --- old/Net-Whois-Raw-2.99041/Makefile.PL 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/Makefile.PL 2025-07-22 13:27:51.000000000 +0200 @@ -42,7 +42,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.99041", + "VERSION" => "2.99042", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/bin/pwhois new/Net-Whois-Raw-2.99042/bin/pwhois --- old/Net-Whois-Raw-2.99041/bin/pwhois 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/bin/pwhois 2025-07-22 13:27:51.000000000 +0200 @@ -238,7 +238,7 @@ =head1 VERSION -version 2.99041 +version 2.99042 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/dist.ini new/Net-Whois-Raw-2.99042/dist.ini --- old/Net-Whois-Raw-2.99041/dist.ini 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/dist.ini 2025-07-22 13:27:51.000000000 +0200 @@ -4,7 +4,7 @@ copyright_holder = Alexander Nalobin copyright_year = 2002-2025 -version = 2.99041 +version = 2.99042 [Metadata] ; Names also used by Test::PodSpelling diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Common.pm new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw/Common.pm --- old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Common.pm 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw/Common.pm 2025-07-22 13:27:51.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Common; -$Net::Whois::Raw::Common::VERSION = '2.99041'; +$Net::Whois::Raw::Common::VERSION = '2.99042'; # ABSTRACT: Helper for Net::Whois::Raw. use Encode; @@ -606,7 +606,7 @@ =head1 VERSION -version 2.99041 +version 2.99042 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Data.pm new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw/Data.pm --- old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw/Data.pm 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw/Data.pm 2025-07-22 13:27:51.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Data; -$Net::Whois::Raw::Data::VERSION = '2.99041'; +$Net::Whois::Raw::Data::VERSION = '2.99042'; # ABSTRACT: Config for Net::Whois::Raw. use utf8; @@ -4486,7 +4486,7 @@ =head1 VERSION -version 2.99041 +version 2.99042 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw.pm new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw.pm --- old/Net-Whois-Raw-2.99041/lib/Net/Whois/Raw.pm 2025-05-28 06:53:56.000000000 +0200 +++ new/Net-Whois-Raw-2.99042/lib/Net/Whois/Raw.pm 2025-07-22 13:27:51.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw; -$Net::Whois::Raw::VERSION = '2.99041'; +$Net::Whois::Raw::VERSION = '2.99042'; # ABSTRACT: Get Whois information of domains and IP addresses. require 5.008_001; @@ -191,7 +191,7 @@ elsif ( /Contact information can be found in the (\S+)\s+database/ ) { $newsrv = $Net::Whois::Raw::Data::ip_whois_servers{ $1 }; } - elsif ( ( /OrgID:\s+(\w+)/ || /descr:\s+(\w+)/ ) && Net::Whois::Raw::Common::is_ipaddr( $dom ) ) { + elsif ( ( /OrgID:\s+(\w+)/i || /descr:\s+(\w+)/ ) && Net::Whois::Raw::Common::is_ipaddr( $dom ) ) { my $val = $1; if ( $val =~ /^(?:RIPE|APNIC|KRNIC|LACNIC)$/ ) { $newsrv = $Net::Whois::Raw::Data::ip_whois_servers{ $val }; @@ -480,7 +480,7 @@ =head1 VERSION -version 2.99041 +version 2.99042 =head1 SYNOPSIS ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1760442428 commit: d2c05b4c1a70a0b0f635df664207e4081c667304e51a06d13766883517e1e9e2 url: https://src.opensuse.org/perl/perl-Net-Whois-Raw.git revision: d2c05b4c1a70a0b0f635df664207e4081c667304e51a06d13766883517e1e9e2 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-10-14 16:18:57.000000000 +0200 @@ -0,0 +1 @@ +.osc
