[perl-MooseX-SimpleConfig] requires perl(MooseX::ConfigFromFile)

Iain Arnell iarnell at fedoraproject.org
Sun Mar 6 09:52:51 UTC 2011


commit fe10afc800c1ec4b1b3175e8b3dc4aa5e6571e01
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 6 10:52:25 2011 +0100

    requires perl(MooseX::ConfigFromFile)

 perl-MooseX-SimpleConfig.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-MooseX-SimpleConfig.spec b/perl-MooseX-SimpleConfig.spec
index c63a168..791d4e8 100644
--- a/perl-MooseX-SimpleConfig.spec
+++ b/perl-MooseX-SimpleConfig.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-SimpleConfig
 Version:        0.09
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Moose role for setting attributes from a simple configfile
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(YAML::Syck)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Requires:       perl(Config::Any) >= 0.13
+Requires:       perl(MooseX::ConfigFromFile) >= 0.02
 
 %{?perl_default_filter}
 
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 06 2011 Iain Arnell <iarnell at gmail.com> 0.09-2
+- requires perl(MooseX::ConfigFromFile)
+
 * Sun Mar 06 2011 Iain Arnell <iarnell at gmail.com> 0.09-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild


More information about the scm-commits mailing list