Hello community,

here is the log from the commit of package perl-App-CLI for openSUSE:Factory 
checked in at 2018-10-11 11:54:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-CLI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-CLI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-CLI"

Thu Oct 11 11:54:12 2018 rev:29 rq:640761 version:0.50

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-CLI/perl-App-CLI.changes        
2017-07-21 22:47:38.539598485 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-CLI.new/perl-App-CLI.changes   
2018-10-11 11:55:12.250042442 +0200
@@ -1,0 +2,45 @@
+Sun Oct  7 15:16:54 UTC 2018 - Dirk Stoecker <opens...@dstoecker.de>
+
+- Fix autogenerated changes
+
+-------------------------------------------------------------------
+Fri Jul  6 05:02:28 UTC 2018 - co...@suse.com
+
+- updated to 0.50
+   see /usr/share/doc/packages/perl-App-CLI/Changes
+
+-------------------------------------------------------------------
+Wed Feb  7 16:06:39 UTC 2018 - co...@suse.com
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-App-CLI/Changes
+
+  0.49 Mon Nov 06 07:46:11 CET 2017
+  
+    * add files to MANIFEST missing from last release
+  
+  0.48 Sun Nov 05 13:34:46 CET 2017
+  
+    * fixed help output behaviour (patch from sunnavy)
+    * more rigorous testing of Help class
+    * minor documentation improvements
+    * add AppVeyor configuration
+  
+  0.47 Wed Nov 01 22:31:41 CET 2017
+  
+    * add missing prereqs
+    * add missing LICENSE file
+    * add POD tests
+    * fix utf8 error in POD
+  
+  0.46  Wed Nov 01 20:21:58 CEST 2017
+  
+    * many documentation updates
+    * extended test suite
+    * fix several perlcritic issues
+    * mention package aliases in command list (José Joaquín Atria)
+    * add default version command (José Joaquín Atria)
+    * add a 'commands' command to list commands in app (José Joaquín Atria)
+    * multiple general improvements to the code (José Joaquín Atria)
+
+-------------------------------------------------------------------

Old:
----
  App-CLI-0.45.tar.gz

New:
----
  App-CLI-0.50.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-App-CLI.spec ++++++
--- /var/tmp/diff_new_pack.WPKnGF/_old  2018-10-11 11:55:12.878041643 +0200
+++ /var/tmp/diff_new_pack.WPKnGF/_new  2018-10-11 11:55:12.878041643 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-CLI
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,26 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-App-CLI
-Version:        0.45
+Version:        0.50
 Release:        0
 %define cpan_name App-CLI
 Summary:        Dispatcher module for command line interface programs
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/App-CLI/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/P/PT/PTC/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Pod::Simple::Text)
+# Works also without this!
+#BuildRequires:  perl(Test::Kwalitee)
+BuildRequires:  perl(Test::Pod)
+Requires:       perl(Capture::Tiny)
+Requires:       perl(Class::Load)
 Requires:       perl(Locale::Maketext::Simple)
 Requires:       perl(Pod::Simple::Text)
 %{perl_requires}
@@ -40,20 +47,6 @@
 'App::CLI' dispatches CLI (command line interface) based commands into
 command classes. It also supports subcommand and per-command options.
 
-get_opt([@config], %opt_map)
-    Give options map, processed by Getopt::Long::Parser.
-
-Interface of dispatcher
-
-cmd_map($cmd)
-    Find package name of subcommand in constant '%alias'.
-
-    If it's found, return 'ucfirst' of the package name, otherwise, return
-    'ucfirst' of '$cmd' itself.
-
-get_cmd($cmd, @arg)
-    Return subcommand of first level via '$ARGV[0]'.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -72,5 +65,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README.md
+%license LICENSE
 
 %changelog

++++++ App-CLI-0.45.tar.gz -> App-CLI-0.50.tar.gz ++++++
++++ 2036 lines of diff (skipped)


Reply via email to