Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-App-Cmd for openSUSE:Factory 
checked in at 2023-09-13 20:44:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Cmd (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-Cmd.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-Cmd"

Wed Sep 13 20:44:18 2023 rev:20 rq:1110665 version:0.336.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-Cmd/perl-App-Cmd.changes        
2023-01-04 17:55:05.879064049 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-Cmd.new.1766/perl-App-Cmd.changes      
2023-09-13 20:45:06.743250221 +0200
@@ -1,0 +2,11 @@
+Tue Sep  5 16:42:43 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.336
+   see /usr/share/doc/packages/perl-App-Cmd/Changes
+
+  0.336     2023-08-26 11:07:01-04:00 America/New_York
+          - allow getopt_conf to be provided by user (thanks, Michael 
McClimon!)
+          - add "--version" to Simple commands (thanks, Diab Jerius!)
+          - don't point to Plugin docs when they don't exist (thanks, Sawyer!)
+
+-------------------------------------------------------------------

Old:
----
  App-Cmd-0.335.tar.gz

New:
----
  App-Cmd-0.336.tar.gz

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

Other differences:
------------------
++++++ perl-App-Cmd.spec ++++++
--- /var/tmp/diff_new_pack.QmieTj/_old  2023-09-13 20:45:07.803287907 +0200
+++ /var/tmp/diff_new_pack.QmieTj/_new  2023-09-13 20:45:07.803287907 +0200
@@ -18,12 +18,13 @@
 
 %define cpan_name App-Cmd
 Name:           perl-App-Cmd
-Version:        0.335
+Version:        0.336.0
 Release:        0
+%define cpan_version 0.336
 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}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRequires:  perl
@@ -60,6 +61,20 @@
 Requires:       perl(Sub::Install)
 Requires:       perl(experimental)
 Requires:       perl(parent)
+Provides:       perl(App::Cmd) = 0.336.0
+Provides:       perl(App::Cmd::ArgProcessor) = 0.336.0
+Provides:       perl(App::Cmd::Command) = 0.336.0
+Provides:       perl(App::Cmd::Command::commands) = 0.336.0
+Provides:       perl(App::Cmd::Command::help) = 0.336.0
+Provides:       perl(App::Cmd::Command::version) = 0.336.0
+Provides:       perl(App::Cmd::Plugin) = 0.336.0
+Provides:       perl(App::Cmd::Setup) = 0.336.0
+Provides:       perl(App::Cmd::Simple) = 0.336.0
+Provides:       perl(App::Cmd::Subdispatch) = 0.336.0
+Provides:       perl(App::Cmd::Subdispatch::DashedStyle) = 0.336.0
+Provides:       perl(App::Cmd::Tester) = 0.336.0
+Provides:       perl(App::Cmd::Tester::CaptureExternal) = 0.336.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -70,8 +85,9 @@
 For information on how to start using App::Cmd, see App::Cmd::Tutorial.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup  -n %{cpan_name}-%{cpan_version}
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ App-Cmd-0.335.tar.gz -> App-Cmd-0.336.tar.gz ++++++
++++ 2200 lines of diff (skipped)

Reply via email to