Hello community,

here is the log from the commit of package perl-MooseX-App-Cmd for 
openSUSE:Factory checked in at 2013-08-06 12:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2012-03-06 13:41:04.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-App-Cmd.new/perl-MooseX-App-Cmd.changes 
    2013-08-06 12:41:14.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Jul 27 11:58:35 UTC 2013 - [email protected]
+
+- updated to 0.10
+     - RT#84437: fix missing parameter in call to default function
+       (chips, ouftete)
+     - gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08
+       (ouftete)
+     - point perlcritic author test to the correct perltidy config
+     - add author dependencies to Dist::Zilla dist.ini file
+     - RT#74668: can use a sub {} for configfile default (yanick)
+     - RT#75446: add all necessary metadata as part of conversion
+       to Dist::Zilla (mjgardner)
+     - RT#75447: require correct version of Getopt::Long::Descriptive so
+       basic and configfile tests can pass (mjgardner)
+     - lots of code and documentation cleanup, driven by
+       release tests (mjgardner)
+     - no code changes, just repackaging distribution archive with
+       correct root (mjgardner)
+     - fix tests that started failing due to dependency error
+       string change (offerk)
+
+-------------------------------------------------------------------

Old:
----
  MooseX-App-Cmd-0.07.tar.gz

New:
----
  MooseX-App-Cmd-0.10.tar.gz

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

Other differences:
------------------
++++++ perl-MooseX-App-Cmd.spec ++++++
--- /var/tmp/diff_new_pack.tsmi98/_old  2013-08-06 12:41:15.000000000 +0200
+++ /var/tmp/diff_new_pack.tsmi98/_new  2013-08-06 12:41:15.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-MooseX-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
@@ -18,28 +17,46 @@
 
 
 Name:           perl-MooseX-App-Cmd
-Version:        0.07
+Version:        0.10
 Release:        0
-Summary:        Command module for MooseX
+%define cpan_name MooseX-App-Cmd
+Summary:        Mashes up MooseX::Getopt and App::Cmd
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Source:         
http://search.cpan.org/CPAN/authors/id/O/OF/OFFERK/MooseX-App-Cmd-%{version}.tar.gz
-Url:            http://search.cpan.org/dist/MooseX-App-Cmd
+Url:            http://search.cpan.org/dist/MooseX-App-Cmd/
+Source:         
http://www.cpan.org/authors/id/M/MJ/MJGARDNER/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(App::Cmd) >= 0.3
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Getopt::Long::Descriptive)
+BuildRequires:  perl(App::Cmd::Command)
+BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.091
 BuildRequires:  perl(Moose) >= 0.86
+BuildRequires:  perl(Moose::Object)
+BuildRequires:  perl(MooseX::ConfigFromFile) >= 0.08
 BuildRequires:  perl(MooseX::Getopt) >= 0.18
+BuildRequires:  perl(MooseX::Has::Options)
+BuildRequires:  perl(MooseX::MarkAsMethods)
+BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::use::ok)
+BuildRequires:  perl(YAML)
+#BuildRequires: perl(MooseX::App::Cmd)
+#BuildRequires: perl(MooseX::App::Cmd::Command)
+#BuildRequires: perl(Test::ConfigFromFile)
+#BuildRequires: perl(Test::MyCmd)
 Requires:       perl(App::Cmd) >= 0.3
-Requires:       perl(Getopt::Long::Descriptive)
+Requires:       perl(App::Cmd::Command)
+Requires:       perl(Getopt::Long::Descriptive) >= 0.091
 Requires:       perl(Moose) >= 0.86
+Requires:       perl(Moose::Object)
+Requires:       perl(MooseX::ConfigFromFile) >= 0.08
 Requires:       perl(MooseX::Getopt) >= 0.18
+Requires:       perl(MooseX::Has::Options)
+Requires:       perl(MooseX::MarkAsMethods)
+Requires:       perl(Test::use::ok)
+%{perl_requires}
 
 %description
 This module marries App::Cmd with MooseX::Getopt.
@@ -47,39 +64,27 @@
 Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping
 App::Cmd::Command for MooseX::App::Cmd::Command.
 
-Then you can write your moose commands as moose classes, with
-MooseX::Getopt defining the options for you instead of "opt_spec"
-returning a Getopt::Long::Descriptive spec.
+Then you can write your moose commands as Moose classes, with
+MooseX::Getopt defining the options for you instead of 'opt_spec' returning
+a Getopt::Long::Descriptive spec.
 
 %prep
-%setup -q -n "MooseX-App-Cmd-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
-%files
-%defattr(-,root,root)
-%doc Changes
-%dir %{perl_vendorlib}/MooseX
-%dir %{perl_vendorlib}/MooseX/App
-%{perl_vendorlib}/MooseX/App/Cmd.pm
-%{perl_vendorlib}/MooseX/App/Cmd
-%dir %{perl_vendorarch}/auto/MooseX
-%dir %{perl_vendorarch}/auto/MooseX/App
-%{perl_vendorarch}/auto/MooseX/App/Cmd
-%doc %{perl_man3dir}/MooseX::App::Cmd.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/MooseX::App::Cmd::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE perlcritic.rc README TODO weaver.ini
 
 %changelog

++++++ MooseX-App-Cmd-0.07.tar.gz -> MooseX-App-Cmd-0.10.tar.gz ++++++
++++ 4104 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to