[perl-MooseX-Getopt] update to 0.45

Iain Arnell iarnell at fedoraproject.org
Fri May 18 16:27:35 UTC 2012


commit 4964a9b1a0718f7672f478bd0993231f06b2a1e7
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri May 18 10:27:30 2012 -0600

    update to 0.45

 .gitignore              |    1 +
 perl-MooseX-Getopt.spec |   12 ++++++++----
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df088ae..234453d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ MooseX-Getopt-0.27.tar.gz
 /MooseX-Getopt-0.38.tar.gz
 /MooseX-Getopt-0.39.tar.gz
 /MooseX-Getopt-0.40.tar.gz
+/MooseX-Getopt-0.45.tar.gz
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index 4d86a46..fc0780c 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -1,10 +1,10 @@
 Name:           perl-MooseX-Getopt
 Summary:        Moose role for processing command line options
-Version:        0.40
+Version:        0.45
 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 
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Getopt-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/MooseX-Getopt/
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -18,12 +18,14 @@ BuildRequires:  perl(MooseX::Role::Parameterized)
 %if !0%{?perl_bootstrap}
 BuildRequires:  perl(MooseX::SimpleConfig) >= 0.07
 %endif
+BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Requires) >= 0.05
+BuildRequires:  perl(Test::Trap)
 BuildRequires:  perl(Test::Warn) >= 0.21
 
 # obsolete/provide old tests subpackage
@@ -51,7 +53,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -59,11 +60,14 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%doc ChangeLog README t/
+%doc Changes LICENSE README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 18 2012 Iain Arnell <iarnell at gmail.com> 0.45-1
+- update to latest upstream version
+
 * Fri Apr 20 2012 Iain Arnell <iarnell at gmail.com> 0.40-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 6e4e0ed..b3ef012 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63db06211f95946b3382b568cf277350  MooseX-Getopt-0.40.tar.gz
+31cfbe8abb52acfd011e7ecc607d69e4  MooseX-Getopt-0.45.tar.gz


More information about the scm-commits mailing list