Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CLI-Osprey for openSUSE:Factory checked in at 2025-06-13 18:44:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CLI-Osprey (Old) and /work/SRC/openSUSE:Factory/.perl-CLI-Osprey.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CLI-Osprey" Fri Jun 13 18:44:27 2025 rev:2 rq:1285235 version:0.80.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CLI-Osprey/perl-CLI-Osprey.changes 2021-08-26 23:16:06.452209074 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CLI-Osprey.new.19631/perl-CLI-Osprey.changes 2025-06-13 18:44:49.805339346 +0200 @@ -1,0 +2,6 @@ +Thu Jun 12 18:00:36 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-CLI-Osprey.spec ++++++ --- /var/tmp/diff_new_pack.1uNBoD/_old 2025-06-13 18:44:50.545369607 +0200 +++ /var/tmp/diff_new_pack.1uNBoD/_new 2025-06-13 18:44:50.545369607 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-CLI-Osprey # -# 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,18 +18,21 @@ %define cpan_name CLI-Osprey Name: perl-CLI-Osprey -Version: 0.08 +Version: 0.80.0 Release: 0 +# 0.08 -> normalize -> 0.80.0 +%define cpan_version 0.08 License: Artistic-1.0 OR GPL-1.0-or-later Summary: MooX::Options + MooX::Cmd + Sanity URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Getopt::Long::Descriptive) >= 0.100 -BuildRequires: perl(Module::Build::Tiny) >= 0.034 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::Tiny) >= 0.34 BuildRequires: perl(Module::Runtime) BuildRequires: perl(Moo) BuildRequires: perl(Moo::Role) @@ -41,6 +44,12 @@ Requires: perl(Moo) Requires: perl(Moo::Role) Requires: perl(Path::Tiny) +Provides: perl(CLI::Osprey) = %{version} +Provides: perl(CLI::Osprey::Descriptive) = %{version} +Provides: perl(CLI::Osprey::Descriptive::Usage) = %{version} +Provides: perl(CLI::Osprey::InlineSubcommand) = %{version} +Provides: perl(CLI::Osprey::Role) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -54,7 +63,7 @@ (with options of their own) or as simple coderefs. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor