Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Devel-Caller for openSUSE:Factory checked in at 2025-07-11 21:31:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-Caller (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-Caller.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Caller" Fri Jul 11 21:31:25 2025 rev:8 rq:1292104 version:2.70.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-Caller/perl-Devel-Caller.changes 2023-04-20 16:26:04.962946239 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Devel-Caller.new.7373/perl-Devel-Caller.changes 2025-07-11 21:34:04.118850027 +0200 @@ -1,0 +2,6 @@ +Fri Jul 11 14:28:01 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-Devel-Caller.spec ++++++ --- /var/tmp/diff_new_pack.batF8u/_old 2025-07-11 21:34:04.674872898 +0200 +++ /var/tmp/diff_new_pack.batF8u/_new 2025-07-11 21:34:04.678873063 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-Caller # -# Copyright (c) 2023 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 Devel-Caller Name: perl-Devel-Caller -Version: 2.07 +Version: 2.70.0 Release: 0 +# 2.07 -> normalize -> 2.70.0 +%define cpan_version 2.07 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Meatier versions of caller URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{cpan_version}.tar.gz BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(PadWalker) >= 0.08 -Requires: perl(PadWalker) >= 0.08 +BuildRequires: perl(PadWalker) >= 0.80 +Requires: perl(PadWalker) >= 0.80 +Provides: perl(Devel::Caller) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -55,7 +59,7 @@ method. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"