[perl-App-CSV/el6] Add MooseX::getopt as dependency

Fabio Alessandro Locati fale at fedoraproject.org
Sun Sep 28 13:38:59 UTC 2014


commit ac1b5760dded1541a530c0b75203fd91bc3756e2
Author: Fabio Alessandro Locati <fabiolocati at gmail.com>
Date:   Sun Sep 28 15:19:38 2014 +0200

    Add MooseX::getopt as dependency

 perl-App-CSV.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-App-CSV.spec b/perl-App-CSV.spec
index 5c0b45c..ccca13e 100644
--- a/perl-App-CSV.spec
+++ b/perl-App-CSV.spec
@@ -1,6 +1,6 @@
 Name:           perl-App-CSV
 Version:        0.08
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        App::CSV Perl module
 License:        MIT
 Group:          Applications/Text
@@ -27,6 +27,7 @@ BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 BuildRequires:  perl(Test::Pod) >= 1.14
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(MooseX::Getopt)
 
 %description
 App::CSV Perl module
@@ -64,6 +65,9 @@ make test
 %{_mandir}/man1/csv.1*
 
 %changelog
+* Sun Sep 28 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 0.08-5
+- Add MooseX::Getopt for running too as pointed out in bug 1146184
+
 * Wed Jul 30 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 0.08-4
 - Fix for EPEL6/7
 


More information about the scm-commits mailing list