[perl-MooseX-Getopt] update to 0.40

Iain Arnell iarnell at fedoraproject.org
Fri Apr 20 14:33:11 UTC 2012


commit 167b8eae5943020463b98898025449764c8b18c4
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 20 08:33:06 2012 -0600

    update to 0.40

 .gitignore              |    1 +
 perl-MooseX-Getopt.spec |   11 +++++------
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9778a8f..df088ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index 2961a62..4d86a46 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -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 at gmail.com> 0.40-1
+- update to latest upstream version
+
 * Mon Apr 09 2012 Iain Arnell <iarnell at gmail.com> 0.39-2
 - avoid circular dependencies (patch from Paul Howarth rhbz#810707)
 
diff --git a/sources b/sources
index f771070..6e4e0ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4e6ffb5794335eb6222dd822357687a  MooseX-Getopt-0.39.tar.gz
+63db06211f95946b3382b568cf277350  MooseX-Getopt-0.40.tar.gz


More information about the scm-commits mailing list