rpms/perl-Mouse/F-8 perl-Mouse.spec,1.1,1.2

Chris Weyl cweyl at fedoraproject.org
Tue Oct 7 03:05:09 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Mouse/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17173

Modified Files:
	perl-Mouse.spec 
Log Message:
* Mon Oct 06 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.09-2.1
- nix perl(Moose) as a br for devel; tests fail with the level currently in
  anything but rawhide



Index: perl-Mouse.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mouse/F-8/perl-Mouse.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Mouse.spec	6 Oct 2008 15:42:02 -0000	1.1
+++ perl-Mouse.spec	7 Oct 2008 03:04:38 -0000	1.2
@@ -1,7 +1,7 @@
 
 Name:       perl-Mouse 
 Version:    0.09 
-Release:        2%{?dist}
+Release:    2%{?dist}.1
 License:    GPL+ or Artistic 
 Group:      Development/Libraries
 Summary:    Moose minus the antlers 
@@ -16,10 +16,14 @@
 BuildRequires: perl(MRO::Compat)
 BuildRequires: perl(Scalar::Util)
 # tests
-BuildRequires: perl(Moose)
 BuildRequires: perl(Test::Exception)
 BuildRequires: perl(Test::More)
 
+# broken on the level in F < 10
+%if %{fedora} >= 10
+BuildRequires: perl(Moose)
+%endif
+
 # Strictly speaking, since 0.09 these are "soft dependencies", that is, Mouse
 # will take advantage of them (and run faster) if they're there; but can cope
 # otherwise.  As they're already all in Fedora, and we don't have a
@@ -82,6 +86,10 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Oct 06 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.09-2.1
+- nix perl(Moose) as a br for devel; tests fail with the level currently in
+  anything but rawhide
+
 * Mon Oct 06 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.09-2
 - bump
 




More information about the Fedora-perl-devel-list mailing list