[perl-Math-Random-MT-Auto] only filter unversion Object::InsideOut requires

Iain Arnell iarnell at fedoraproject.org
Mon Mar 7 04:55:29 UTC 2011


commit 6765cce127b8c5b1c710b58f07f9c16b8b7fa08b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Mar 7 05:51:36 2011 +0100

    only filter unversion Object::InsideOut requires

 perl-Math-Random-MT-Auto.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Math-Random-MT-Auto.spec b/perl-Math-Random-MT-Auto.spec
index a6c2614..e765233 100644
--- a/perl-Math-Random-MT-Auto.spec
+++ b/perl-Math-Random-MT-Auto.spec
@@ -1,6 +1,6 @@
 Name:           perl-Math-Random-MT-Auto
 Version:        6.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Auto-seeded Mersenne Twister PRNGs
 License:        BSD 
 Group:          Development/Libraries
@@ -35,7 +35,7 @@ pseudorandom data to applications that may exhaust available "truly" random
 data sources or system-provided PRNGs such as rand.
 
 %{?filter_setup:
-%filter_from_requires /^perl(Object::InsideOut)/d
+%filter_from_requires /^perl(Object::InsideOut)$/d
 %{?perl_default_filter}
 }
 
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell <iarnell at gmail.com> 6.16-2
+- only filter unversion Object::InsideOut requires
+
 * Thu Feb 17 2011 Marcela Mašláňová <mmaslano at redhat.com> 6.16-1
 - update to 6.16
 - fix filtering of requires


More information about the scm-commits mailing list