Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Digest-CRC for openSUSE:Factory checked in at 2025-06-03 19:11:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Digest-CRC (Old) and /work/SRC/openSUSE:Factory/.perl-Digest-CRC.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Digest-CRC" Tue Jun 3 19:11:03 2025 rev:17 rq:1282375 version:0.240.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Digest-CRC/perl-Digest-CRC.changes 2022-07-26 19:45:32.837394285 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Digest-CRC.new.16005/perl-Digest-CRC.changes 2025-06-03 19:11:06.322830458 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 14:11:41 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-Digest-CRC.spec ++++++ --- /var/tmp/diff_new_pack.fzvMMD/_old 2025-06-03 19:11:07.442876983 +0200 +++ /var/tmp/diff_new_pack.fzvMMD/_new 2025-06-03 19:11:07.446877149 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Digest-CRC # -# Copyright (c) 2022 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,20 @@ %define cpan_name Digest-CRC Name: perl-Digest-CRC -Version: 0.24 +Version: 0.240.0 Release: 0 +# 0.24 -> normalize -> 0.240.0 +%define cpan_version 0.24 #Upstream: CRC algorithm code taken from "A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS". the public domain. License: SUSE-Public-Domain Summary: Generic CRC functions URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OL/OLIMAUL/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros +Provides: perl(Digest::CRC) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -36,7 +40,7 @@ and CRC-64, as well as the CRC used in OpenPGP's ASCII-armored checksum. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"