update to 0.40

This commit is contained in:
Iain Arnell 2012-04-20 08:33:06 -06:00
parent 68704aac57
commit 167b8eae59
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ MooseX-Getopt-0.27.tar.gz
/MooseX-Getopt-0.37.tar.gz
/MooseX-Getopt-0.38.tar.gz
/MooseX-Getopt-0.39.tar.gz
/MooseX-Getopt-0.40.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-MooseX-Getopt
Summary: Moose role for processing command line options
Version: 0.39
Release: 2%{?dist}
Version: 0.40
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
@ -43,10 +43,6 @@ objects using parameters passed in from the command line.
# silence rpmlint warning
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
# test fails with Getopt::Long::Descriptive 0.091
# see https://rt.cpan.org/Public/Bug/Display.html?id=76287
rm t/008_configfromfile.t
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -68,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Apr 20 2012 Iain Arnell <iarnell@gmail.com> 0.40-1
- update to latest upstream version
* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 0.39-2
- avoid circular dependencies (patch from Paul Howarth rhbz#810707)

View File

@ -1 +1 @@
f4e6ffb5794335eb6222dd822357687a MooseX-Getopt-0.39.tar.gz
63db06211f95946b3382b568cf277350 MooseX-Getopt-0.40.tar.gz