Hello community, here is the log from the commit of package perl-App-Cmd for openSUSE:Factory checked in at 2013-06-05 17:47:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-App-Cmd (Old) and /work/SRC/openSUSE:Factory/.perl-App-Cmd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-Cmd" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-App-Cmd/perl-App-Cmd.changes 2012-05-29 11:41:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-App-Cmd.new/perl-App-Cmd.changes 2013-06-05 17:47:33.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jun 3 11:34:16 UTC 2013 - [email protected] + +- updated to 0.320 + when answering "Unknown subcommand," the commands list is sent ot + STDERR (#75652) + + tests for using Params::Validate callback and not getting nasty stack + trace (thanks, Adam Prime) + + Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!) + + add the ability to ignore non-commands (Thanks, Kent Fredric!) + + many improvements to tutorial (thanks, mokko!) + +------------------------------------------------------------------- Old: ---- App-Cmd-0.318.tar.gz New: ---- App-Cmd-0.320.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-App-Cmd.spec ++++++ --- /var/tmp/diff_new_pack.FJB9SA/_old 2013-06-05 17:47:34.000000000 +0200 +++ /var/tmp/diff_new_pack.FJB9SA/_new 2013-06-05 17:47:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-App-Cmd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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,10 +17,10 @@ Name: perl-App-Cmd -Version: 0.318 +Version: 0.320 Release: 0 %define cpan_name App-Cmd -Summary: Write command line apps with less suffering +Summary: write command line apps with less suffering License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/App-Cmd/ @@ -55,9 +55,11 @@ #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) @@ -84,10 +86,12 @@ %prep %setup -q -n %{cpan_name}-%{version} +# MANUAL %if 0%{?suse_version} <= 1110 %patch1 -p1 sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t %endif +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor ++++++ App-Cmd-0.318.tar.gz -> App-Cmd-0.320.tar.gz ++++++ ++++ 2102 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
