From bc8c2c1404e296cb715a399efe50b7eec1c4c93ad82a4ae3dba1356a06ebb171 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 14 Apr 2015 09:36:40 +0000 Subject: [PATCH] Accepting request 296111 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296111 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=29 --- App-Cmd-0.323.tar.gz | 3 --- App-Cmd-0.327.tar.gz | 3 +++ perl-App-Cmd.changes | 22 ++++++++++++++++++++++ perl-App-Cmd.spec | 23 ++--------------------- 4 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 App-Cmd-0.323.tar.gz create mode 100644 App-Cmd-0.327.tar.gz diff --git a/App-Cmd-0.323.tar.gz b/App-Cmd-0.323.tar.gz deleted file mode 100644 index f56c844..0000000 --- a/App-Cmd-0.323.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8e2837728f76154d277d98f8facfa5615676a4ee124bc7b818aa63337cd215 -size 39348 diff --git a/App-Cmd-0.327.tar.gz b/App-Cmd-0.327.tar.gz new file mode 100644 index 0000000..6eea174 --- /dev/null +++ b/App-Cmd-0.327.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424e1d607ceafc914d5a8d0990b46503a178c5588cf96df0fccad07ae6cbd0f0 +size 44227 diff --git a/perl-App-Cmd.changes b/perl-App-Cmd.changes index 2dc6897..248ad96 100644 --- a/perl-App-Cmd.changes +++ b/perl-App-Cmd.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Apr 14 09:33:14 UTC 2015 - coolo@suse.com + +- updated to 0.327 + see /usr/share/doc/packages/perl-App-Cmd/Changes + + 0.327 2015-02-23 20:05:00-05:00 America/New_York + - fix behavior of default command under subdispatch (thanks, Stephen + Caldwell and Diab Jerius!) + - simplify help and commands commands (thanks, Sergey Romanov) + - drop some advice that we didn't feel great about (thanks, Karen + Etheridge) + + 0.326 2014-11-30 08:48:29-05:00 America/New_York + fix the path fix because it was broken by a related fix in EUMM + + 0.325 2014-11-29 20:48:34-05:00 America/New_York + fix a path-related test failure on Win32 (thanks, A. Sinan Unur!) + + 0.324 2014-10-20 18:22:25-04:00 America/New_York + note that `cmd help` can take a subcommand in `cmd help help` + ------------------------------------------------------------------- Mon Dec 9 11:15:52 UTC 2013 - coolo@suse.com diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec index 3384386..60d9ded 100644 --- a/perl-App-Cmd.spec +++ b/perl-App-Cmd.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-Cmd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-App-Cmd -Version: 0.323 +Version: 0.327 Release: 0 %define cpan_name App-Cmd Summary: write command line apps with less suffering @@ -44,25 +44,6 @@ BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(parent) -#BuildRequires: perl(App::Cmd) -#BuildRequires: perl(App::Cmd::ArgProcessor) -#BuildRequires: perl(App::Cmd::Command) -#BuildRequires: perl(App::Cmd::Plugin) -#BuildRequires: perl(App::Cmd::Setup) -#BuildRequires: perl(App::Cmd::Simple) -#BuildRequires: perl(App::Cmd::Subdispatch) -#BuildRequires: perl(App::Cmd::Tester) -#BuildRequires: perl(App::Cmd::Tester::CaptureExternal) -#BuildRequires: perl(Test::BrokenCmd) -#BuildRequires: perl(Test::BrokenCmd::Command) -#BuildRequires: perl(Test::IgnoreCommand) -#BuildRequires: perl(Test::MyCmd) -#BuildRequires: perl(Test::MyCmdAbbrev) -#BuildRequires: perl(Test::MySimple) -#BuildRequires: perl(Test::WithCallback) -#BuildRequires: perl(Test::WithSetup) -#BuildRequires: perl(Test::WSNCC) -#BuildRequires: perl(Test::WSOF) Requires: perl(Capture::Tiny) >= 0.13 Requires: perl(Class::Load) >= 0.06 Requires: perl(Data::OptList)