From cd66ebcc5e4413c660f3441fdccf0719490b93c1f1d7fbb8afdd1cf9fb107db4 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Thu, 9 Oct 2025 19:47:57 +0000 Subject: [PATCH] Automatic update to v0.338.0 (0.338) --- App-Cmd-0.337.tar.gz | 3 --- App-Cmd-0.338.tar.gz | 3 +++ perl-App-Cmd.changes | 10 ++++++++++ perl-App-Cmd.spec | 20 +++++++++++--------- 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 App-Cmd-0.337.tar.gz create mode 100644 App-Cmd-0.338.tar.gz diff --git a/App-Cmd-0.337.tar.gz b/App-Cmd-0.337.tar.gz deleted file mode 100644 index 5a978e4..0000000 --- a/App-Cmd-0.337.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6acf2c31108bbc38a6f0d747112df0036cb95f33db094ac470f698b0539a0eb -size 50287 diff --git a/App-Cmd-0.338.tar.gz b/App-Cmd-0.338.tar.gz new file mode 100644 index 0000000..7153efa --- /dev/null +++ b/App-Cmd-0.338.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600da9292b22193f8b72d1b8dbf0af13d201edcc73a8292882461550e8db5221 +size 50670 diff --git a/perl-App-Cmd.changes b/perl-App-Cmd.changes index c05afc8..eeaf44b 100644 --- a/perl-App-Cmd.changes +++ b/perl-App-Cmd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 9 19:47:57 UTC 2025 - Tina Müller + +- updated to 0.338.0 (0.338) + see /usr/share/doc/packages/perl-App-Cmd/Changes + + 0.338 2025-10-03 15:56:06-04:00 America/New_York + - add experimental --for-completion option to "commands" to help make + shell completion; THIS MAY CHANGE WEIRDLY + ------------------------------------------------------------------- Tue Dec 31 05:30:40 UTC 2024 - Tina Müller diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec index 7806eda..8125a02 100644 --- a/perl-App-Cmd.spec +++ b/perl-App-Cmd.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-Cmd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name App-Cmd Name: perl-App-Cmd -Version: 0.337.0 +Version: 0.338.0 Release: 0 -# 0.337 -> normalize -> 0.337.0 -%define cpan_version 0.337 +# 0.338 -> normalize -> 0.338.0 +%define cpan_version 0.338 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Write command line apps with less suffering URL: https://metacpan.org/release/%{cpan_name} @@ -31,8 +31,8 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Capture::Tiny) >= 0.13 -BuildRequires: perl(Class::Load) >= 0.06 +BuildRequires: perl(Capture::Tiny) >= 0.130 +BuildRequires: perl(Class::Load) >= 0.60 BuildRequires: perl(Data::OptList) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Getopt::Long) >= 2.39 @@ -49,8 +49,8 @@ BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(experimental) BuildRequires: perl(parent) -Requires: perl(Capture::Tiny) >= 0.13 -Requires: perl(Class::Load) >= 0.06 +Requires: perl(Capture::Tiny) >= 0.130 +Requires: perl(Class::Load) >= 0.60 Requires: perl(Data::OptList) Requires: perl(Getopt::Long) >= 2.39 Requires: perl(Getopt::Long::Descriptive) >= 0.116 @@ -76,6 +76,8 @@ Provides: perl(App::Cmd::Subdispatch) = %{version} Provides: perl(App::Cmd::Subdispatch::DashedStyle) = %{version} Provides: perl(App::Cmd::Tester) = %{version} Provides: perl(App::Cmd::Tester::CaptureExternal) = %{version} +Provides: perl(App::Cmd::Tester::Exited) = %{version} +Provides: perl(App::Cmd::Tester::Result) = %{version} %undefine __perllib_provides %{perl_requires} @@ -87,7 +89,7 @@ usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.51.1