[mojomojo] add missing MODULE_COMPAT requires

Iain Arnell iarnell at fedoraproject.org
Wed Jul 13 04:17:10 UTC 2011


commit 013807af057ca1cf71815eed96cc8c1888601c25
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Jul 13 05:48:55 2011 +0200

    add missing MODULE_COMPAT requires

 mojomojo.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mojomojo.spec b/mojomojo.spec
index 369c4fb..b990f77 100644
--- a/mojomojo.spec
+++ b/mojomojo.spec
@@ -1,6 +1,6 @@
 Name:           mojomojo
 Version:        1.04
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Catalyst & DBIx::Class powered Wiki
 License:        GPL+ or Artistic
 Group:          Applications/Internet
@@ -120,6 +120,7 @@ BuildRequires:  perl(Locale::Maketext::Lexicon)
 # additional requires for Catalyst::View::JSON
 BuildRequires:  perl(JSON)
 
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Cache::FastMmap) >= 1.31
 Requires:       perl(Catalyst::Action::RenderView) >= 0.07
 Requires:       perl(Catalyst::Authentication::Store::DBIx::Class) >= 0.101
@@ -269,6 +270,9 @@ CATALYST_CONFIG=t/var/mojomojo.yml make test
 
 
 %changelog
+* Wed Jul 13 2011 Iain Arnell <iarnell at gmail.com> 1.04-2
+- add missing MODULE_COMPAT requires
+
 * Sun Mar 13 2011 Iain Arnell <iarnell at gmail.com> 1.04-1
 - update to latest upstream version
 - ensure that t/var/mojomojo.yml config is used for testing


More information about the scm-commits mailing list