[perl-Class-MOP/el6/master] Conflicts perl-Moose < 1.15

Iain Arnell iarnell at fedoraproject.org
Sat Jan 8 08:08:52 UTC 2011


commit ba25373fe2d62f115dee2c68feabc78259dc9858
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 9 08:00:54 2010 +0200

    Conflicts perl-Moose < 1.15
    
      Class::MOP 1.09 really breaks older versions of Moose

 perl-Class-MOP.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-MOP.spec b/perl-Class-MOP.spec
index 6bd73d4..642d75c 100644
--- a/perl-Class-MOP.spec
+++ b/perl-Class-MOP.spec
@@ -1,6 +1,6 @@
 Name:           perl-Class-MOP
 Version:        1.09
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Meta Object Protocol for Perl 5
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,9 @@ URL:            http://search.cpan.org/dist/Class-MOP/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Class::MOP 1.09 really breaks Moose < 1.15
+Conflicts:      perl-Moose < 1.15
+
 BuildRequires:  perl(Algorithm::C3)
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
@@ -93,6 +96,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 09 2010 Iain Arnell <iarnell at gmail.com> 1.09-2
+- Conflicts perl-Moose < 1.15
+  Class::MOP 1.09 really breaks older versions of Moose
+
 * Sat Oct 09 2010 Iain Arnell <iarnell at gmail.com> 1.09-1
 - update to latest upstream
 



More information about the perl-devel mailing list