[perl-Mouse/el6/master] Reduce the BR on perl-Test-Exception back down to being unversioned.

Mark Chappell tremble at fedoraproject.org
Thu Sep 2 10:23:55 UTC 2010


commit c47ec8c0fb95b34bf60b333d00c82bba809be497
Author: Mark Chappell <tremble at tremble.org.uk>
Date:   Thu Sep 2 11:24:30 2010 +0100

    Reduce the BR on perl-Test-Exception back down to being unversioned.
    
    RHEL don't ship 0.29 and the bug fixes don't affect the test suite for perl-Mouse

 perl-Mouse.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Mouse.spec b/perl-Mouse.spec
index e608efa..2823104 100644
--- a/perl-Mouse.spec
+++ b/perl-Mouse.spec
@@ -1,7 +1,7 @@
 Name:           perl-Mouse
 Summary:        Moose minus the antlers
 Version:        0.58
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-%{version}.tar.gz 
@@ -20,7 +20,7 @@ BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Scalar::Util) >= 1.14
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::Exception) >= 0.29
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Requires) >= 0.03
@@ -78,6 +78,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Sep 02 2010 Mark Chappell <tremble at tremble.org.uk> 0.58-2.1
+- Reduce the BR on perl-Test-Exception back to unversioned because
+  RHEL doesn't ship the later version and this doesn't break us
+
 * Tue May 18 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.58-2
 - bump
 


More information about the scm-commits mailing list