From 8f002ea29affd3c31876d387a7972073b93abc8a Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Wed, 29 Jan 2014 19:36:33 -0700 Subject: [PATCH] Obsoleting pure on EL6 --- llvm.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 7ff6279..a307818 100644 --- a/llvm.spec +++ b/llvm.spec @@ -28,6 +28,10 @@ %endif # gcc 4.4 doesn't understand c++11 (wants c++0x) %bcond_without cxx11 +%else +# pure 0.55 doesn't work with newer versions of llvm and 0.58 doesn't work with old libstdc++ +# See https://bugzilla.redhat.com/show_bug.cgi?id=1058472 +Obsoletes: pure <= 0.55 %endif @@ -43,7 +47,7 @@ Name: llvm Version: 3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -658,6 +662,9 @@ exit 0 %endif %changelog +* Wed Jan 29 2014 Dave Johansen 3.4-5 +- Obsoleting pure on EL6 + * Sat Jan 18 2014 Dave Johansen 3.4-4 - Enable building on EL6