8
0
forked from pool/perl-App-Cmd

Accepting request 296112 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=12
This commit is contained in:
2015-04-15 14:24:19 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 24 deletions

View File

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

3
App-Cmd-0.327.tar.gz Normal file
View File

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

View File

@@ -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

View File

@@ -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)