[perl-Object-InsideOut] only filter unversioned perl(Object::InsideOut) from provides

Iain Arnell iarnell at fedoraproject.org
Sat Feb 19 07:45:41 UTC 2011


commit 620d491691c3ce250ecadf7d4e0bee891be4d50a
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Feb 19 08:39:25 2011 +0100

    only filter unversioned perl(Object::InsideOut) from provides

 perl-Object-InsideOut.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 29e0133..32e99bc 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,6 +1,6 @@
 Name:           perl-Object-InsideOut
 Version:        3.56
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Comprehensive inside-out object support module
 
 Group:          Development/Libraries
@@ -45,8 +45,7 @@ by the object's ID, or hashes keyed to the object's ID.
 %{?filter_setup:
 %filter_from_requires /perl(t::Imp*/d
 %filter_from_requires /perl(Math::Random::MT::Auto)/d
-%filter_from_requires /perl(Object::InsideOut)/d
-%filter_from_provides /perl(Object::InsideOut)/d
+%filter_from_provides /perl(Object::InsideOut)$/d
 %?perl_default_filter
 }
 
@@ -79,6 +78,9 @@ make test
 
 
 %changelog
+* Sat Feb 19 2011 Iain Arnell <iarnell at gmail.com> 3.56-8
+- only filter unversioned perl(Object::InsideOut) from provides
+
 * Thu Feb 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 3.56-7
 - add into filter requires on Object::InsideOut
 


More information about the scm-commits mailing list