4 Commits

Author SHA256 Message Date
cd66ebcc5e Automatic update to v0.338.0 (0.338) 2025-10-09 19:47:57 +00:00
d8050eb07b Add Gitea build results 2025-08-12 18:11:44 +02:00
2e1b9e5d6d Accepting request 1237566 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=22
2025-01-14 15:22:48 +00:00
df86eb2c47 Accepting request 1236690 from devel:languages:perl:autoupdate
- updated to 0.337.0 (0.337)
   see /usr/share/doc/packages/perl-App-Cmd/Changes
  0.337     2024-12-30 17:58:25-05:00 America/New_York
          - improve how overriding getopt_conf interacts with unknown options

OBS-URL: https://build.opensuse.org/request/show/1236690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=48
2025-01-13 21:45:14 +00:00
5 changed files with 37 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6acf2c31108bbc38a6f0d747112df0036cb95f33db094ac470f698b0539a0eb
size 50287

BIN
App-Cmd-0.338.tar.gz LFS Normal file

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-App-Cmd/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-App-Cmd)

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 9 19:47:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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,20 +18,21 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
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
@@ -48,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
@@ -75,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}
@@ -86,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