[perl-Config-ApacheFormat] Added missing Require

Normunds Neimanis normunds at fedoraproject.org
Mon Jun 17 09:02:07 UTC 2013


commit 789f73123eb64529cb2c5a2b13d4a4722b4f0906
Author: Normunds Neimanis <long at rule.lv>
Date:   Mon Jun 17 12:01:35 2013 +0300

    Added missing Require

 perl-Config-ApacheFormat.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Config-ApacheFormat.spec b/perl-Config-ApacheFormat.spec
index 3e29d31..2e8b78d 100644
--- a/perl-Config-ApacheFormat.spec
+++ b/perl-Config-ApacheFormat.spec
@@ -1,6 +1,6 @@
 Name:		perl-Config-ApacheFormat
 Version:	1.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Use Apache format config files
 
 Group:		Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:	perl(Text::Balanced)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # (Data::Dumper is used only in runtime, not in tests)
 Requires:	perl(Data::Dumper)
+Requires:	perl(Class::MethodMaker)
 
 
 
@@ -60,5 +61,8 @@ make test
 
 
 %changelog
+* Mon Jun 17 2013 Normunds Neimanis <fedorapkg at rule.lv> 1.2-2
+- Added missing Require Class::MethodMaker
+
 * Wed Jan 23 2013 Normunds Neimanis <fedorapkg at rule.lv> 1.2-1
 - Package for current Fedora



More information about the perl-devel mailing list