[perl-Gtk2-Ex-Carp/f15/master] fix filter with RPM4.9

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Feb 16 09:26:44 UTC 2011


commit f6c3e1741734f94fb4cfe3606767cececd7ccc76
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Feb 16 10:07:59 2011 +0100

    fix filter with RPM4.9

 perl-Gtk2-Ex-Carp.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Gtk2-Ex-Carp.spec b/perl-Gtk2-Ex-Carp.spec
index 8b42b85..9432831 100644
--- a/perl-Gtk2-Ex-Carp.spec
+++ b/perl-Gtk2-Ex-Carp.spec
@@ -1,6 +1,6 @@
 Name:           perl-Gtk2-Ex-Carp
 Version:        0.01
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        GTK+ friendly die() and warn() functions
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,11 @@ die() and warn() functions, and two which allow for extended error
 reporting. When called, these functions display a user-friendly message
 dialog window.
 
+%{?filter_setup:
+%filter_from_requires /perl(Gtk2::Dialog)/d
+%{?perl_default_filter}
+}
+
 %prep
 %setup -q -n Gtk2-Ex-Carp-%{version}
 
@@ -49,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 16 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.01-11
+- fix filter with RPM4.9
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.01-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 



More information about the perl-devel mailing list