Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Package-Stash for openSUSE:Factory checked in at 2025-05-23 14:29:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Package-Stash (Old) and /work/SRC/openSUSE:Factory/.perl-Package-Stash.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Package-Stash" Fri May 23 14:29:41 2025 rev:25 rq:1278657 version:0.400.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes 2022-03-01 17:03:16.844328871 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Package-Stash.new.2732/perl-Package-Stash.changes 2025-05-23 14:31:03.577862028 +0200 @@ -1,0 +2,6 @@ +Tue May 20 11:12:11 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-Package-Stash.spec ++++++ --- /var/tmp/diff_new_pack.GHcNYy/_old 2025-05-23 14:31:03.969878581 +0200 +++ /var/tmp/diff_new_pack.GHcNYy/_new 2025-05-23 14:31:03.969878581 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Stash # -# 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,28 +18,31 @@ %define cpan_name Package-Stash Name: perl-Package-Stash -Version: 0.40 +Version: 0.400.0 Release: 0 +# 0.40 -> normalize -> 0.400.0 +%define cpan_version 0.40 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Routines for manipulating stashes URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Meta::Check) >= 0.011 +BuildRequires: perl(CPAN::Meta::Check) >= 0.11 BuildRequires: perl(CPAN::Meta::Requirements) -BuildRequires: perl(Dist::CheckConflicts) >= 0.02 -BuildRequires: perl(Module::Implementation) >= 0.06 -BuildRequires: perl(Package::Stash::XS) >= 0.26 +BuildRequires: perl(Dist::CheckConflicts) >= 0.20 +BuildRequires: perl(Module::Implementation) >= 0.60 BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) -Requires: perl(Dist::CheckConflicts) >= 0.02 -Requires: perl(Module::Implementation) >= 0.06 -Requires: perl(Package::Stash::XS) >= 0.26 -Recommends: perl(Package::Stash::XS) >= 0.26 +Requires: perl(Dist::CheckConflicts) >= 0.20 +Requires: perl(Module::Implementation) >= 0.60 +Provides: perl(Package::Stash) = %{version} +Provides: perl(Package::Stash::PP) = %{version} +%undefine __perllib_provides +Recommends: perl(Package::Stash::XS) >= 0.260 %{perl_requires} %description @@ -62,7 +65,7 @@ implementation if possible, falling back to the pure perl one. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor