Hello community,
here is the log from the commit of package perl-MooseX-App-Cmd for
openSUSE:Factory checked in at 2015-09-17 09:20:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-App-Cmd (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-App-Cmd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-App-Cmd"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-App-Cmd/perl-MooseX-App-Cmd.changes
2015-06-11 08:22:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-App-Cmd.new/perl-MooseX-App-Cmd.changes
2015-09-17 09:20:53.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep 14 08:44:22 UTC 2015 - [email protected]
+
+- updated to 0.32
+ see /usr/share/doc/packages/perl-MooseX-App-Cmd/Changes
+
+ 0.32 2015-09-12 01:10:11Z
+ - fix incompatibility with App::Cmd 0.328 by calling its
+ constructor (via MooseX::NonMoose) (RT#107025)
+
+-------------------------------------------------------------------
Old:
----
MooseX-App-Cmd-0.31.tar.gz
New:
----
MooseX-App-Cmd-0.32.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-App-Cmd.spec ++++++
--- /var/tmp/diff_new_pack.H7DIM5/_old 2015-09-17 09:20:54.000000000 +0200
+++ /var/tmp/diff_new_pack.H7DIM5/_new 2015-09-17 09:20:54.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-MooseX-App-Cmd
-Version: 0.31
+Version: 0.32
Release: 0
%define cpan_name MooseX-App-Cmd
Summary: Mashes up MooseX::Getopt and App::Cmd
@@ -33,9 +33,11 @@
BuildRequires: perl(App::Cmd) >= 0.321
BuildRequires: perl(App::Cmd::Command)
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Object)
BuildRequires: perl(MooseX::Getopt)
+BuildRequires: perl(MooseX::NonMoose)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Output)
BuildRequires: perl(YAML)
@@ -46,6 +48,7 @@
Requires: perl(Moose)
Requires: perl(Moose::Object)
Requires: perl(MooseX::Getopt)
+Requires: perl(MooseX::NonMoose)
Requires: perl(namespace::autoclean)
%{perl_requires}
@@ -63,15 +66,14 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
%check
-%{__make} test
+./Build test
%install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
++++++ MooseX-App-Cmd-0.31.tar.gz -> MooseX-App-Cmd-0.32.tar.gz ++++++
++++ 2651 lines of diff (skipped)