update to 0.37
This commit is contained in:
parent
a4fbaba603
commit
fb2e20c725
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <iarnell@gmail.com> 0.37-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Sun Mar 06 2011 Iain Arnell <iarnell@gmail.com> 0.35-1
|
||||
- update to latest upstream version
|
||||
- clean up spec for modern rpmbuild
|
||||
|
Loading…
Reference in New Issue
Block a user