Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Net-CIDR-Lite for openSUSE:Factory checked in at 2025-05-23 14:29:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-CIDR-Lite (Old) and /work/SRC/openSUSE:Factory/.perl-Net-CIDR-Lite.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-CIDR-Lite" Fri May 23 14:29:43 2025 rev:15 rq:1278678 version:0.220.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-CIDR-Lite/perl-Net-CIDR-Lite.changes 2021-04-10 15:27:07.282360391 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-CIDR-Lite.new.2732/perl-Net-CIDR-Lite.changes 2025-05-23 14:31:05.025923171 +0200 @@ -1,0 +2,6 @@ +Tue May 20 11:38:58 UTC 2025 - Tina Müller <tina.muel...@suse.com> + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-CIDR-Lite.spec ++++++ --- /var/tmp/diff_new_pack.LoPV4m/_old 2025-05-23 14:31:05.537944791 +0200 +++ /var/tmp/diff_new_pack.LoPV4m/_new 2025-05-23 14:31:05.537944791 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-CIDR-Lite # -# Copyright (c) 2021 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,16 +18,21 @@ %define cpan_name Net-CIDR-Lite Name: perl-Net-CIDR-Lite -Version: 0.22 +Version: 0.220.0 Release: 0 -Summary: Perl extension for merging IPv4 or IPv6 CIDR addresses +# 0.22 -> normalize -> 0.220.0 +%define cpan_version 0.22 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Perl extension for merging IPv4 or IPv6 CIDR addresses URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/ST/STIGTSP/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/ST/STIGTSP/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +Provides: perl(Net::CIDR::Lite) = %{version} +Provides: perl(Net::CIDR::Lite::Span) +%undefine __perllib_provides %{perl_requires} %description @@ -35,7 +40,7 @@ ranges. Works for IPv4 and IPv6 addresses. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor