diff --git a/.gitignore b/.gitignore index 08c79aa..07cfb41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ MooseX-Getopt-0.27.tar.gz /MooseX-Getopt-0.33.tar.gz /MooseX-Getopt-0.35.tar.gz +/MooseX-Getopt-0.37.tar.gz diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec index 80196e4..592663e 100644 --- a/perl-MooseX-Getopt.spec +++ b/perl-MooseX-Getopt.spec @@ -1,6 +1,6 @@ Name: perl-MooseX-Getopt Summary: Moose role for processing command line options -Version: 0.35 +Version: 0.37 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Getopt::Long) >= 2.37 BuildRequires: perl(Getopt::Long::Descriptive) >= 0.081 BuildRequires: perl(Moose) >= 0.56 +BuildRequires: perl(MooseX::Role::Parameterized) BuildRequires: perl(MooseX::SimpleConfig) >= 0.07 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Fatal) >= 0.003 @@ -55,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Thu May 05 2011 Iain Arnell 0.37-1 +- update to latest upstream version + * Sun Mar 06 2011 Iain Arnell 0.35-1 - update to latest upstream version - clean up spec for modern rpmbuild diff --git a/sources b/sources index 55d043f..ab54737 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32b51a0578d4f767f85ba9fb9bc6c60c MooseX-Getopt-0.35.tar.gz +cfe4159989ec3c700e23930c67c18654 MooseX-Getopt-0.37.tar.gz