[perl-Class-MethodMaker] Add %{perl_default_filter}.

corsepiu corsepiu at fedoraproject.org
Sun Jan 22 07:57:47 UTC 2012


commit 7b1f849eb369e2a5622692a725e4e491ad53d976
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sun Jan 22 08:57:42 2012 +0100

    Add %{perl_default_filter}.

 perl-Class-MethodMaker.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-MethodMaker.spec b/perl-Class-MethodMaker.spec
index 5a7df4f..fbc36c0 100644
--- a/perl-Class-MethodMaker.spec
+++ b/perl-Class-MethodMaker.spec
@@ -1,6 +1,6 @@
 Name:           perl-Class-MethodMaker
 Version:        2.18
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl module for creating generic object-oriented methods
 
 Group:          Development/Libraries
@@ -14,6 +14,8 @@ BuildRequires:  perl(IPC::Run)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Class::MethodMaker solves the problem of having to continually write accessor
 methods for your objects that perform standard tasks.
@@ -50,6 +52,9 @@ cd ..
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jan 22 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.18-4
+- Add %%{perl_default_filter}.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list