Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-App-CLI for openSUSE:Factory checked in at 2025-06-03 19:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-App-CLI (Old) and /work/SRC/openSUSE:Factory/.perl-App-CLI.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-CLI" Tue Jun 3 19:11:33 2025 rev:31 rq:1282409 version:0.520.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-App-CLI/perl-App-CLI.changes 2020-12-17 17:09:19.561972112 +0100 +++ /work/SRC/openSUSE:Factory/.perl-App-CLI.new.16005/perl-App-CLI.changes 2025-06-03 19:11:36.604088243 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 15:24:08 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-App-CLI.spec ++++++ --- /var/tmp/diff_new_pack.jw4p30/_old 2025-06-03 19:11:37.772136759 +0200 +++ /var/tmp/diff_new_pack.jw4p30/_new 2025-06-03 19:11:37.792137591 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-App-CLI # -# Copyright (c) 2020 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 @@ -16,18 +16,18 @@ # +%define cpan_name App-CLI Name: perl-App-CLI -Version: 0.52 +Version: 0.520.0 Release: 0 -%define cpan_name App-CLI -Summary: Dispatcher module for command line interface programs +# 0.52 -> normalize -> 0.520.0 +%define cpan_version 0.52 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Dispatcher module for command line interface programs URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/P/PT/PTC/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PT/PTC/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -40,6 +40,13 @@ Requires: perl(Class::Load) Requires: perl(Locale::Maketext::Simple) Requires: perl(Pod::Simple::Text) +Provides: perl(App::CLI) = %{version} +Provides: perl(App::CLI::Command) +Provides: perl(App::CLI::Command::Commands) +Provides: perl(App::CLI::Command::Help) +Provides: perl(App::CLI::Command::Version) +Provides: perl(App::CLI::Helper) +%undefine __perllib_provides %{perl_requires} %description @@ -47,11 +54,11 @@ command classes. It also supports subcommand and per-command options. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -62,7 +69,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README.md %license LICENSE