[llvm/el6] Obsoleting pure on EL6

Dave Johansen daveisfera at fedoraproject.org
Thu Jan 30 02:36:25 UTC 2014


commit 8f002ea29affd3c31876d387a7972073b93abc8a
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Wed Jan 29 19:36:33 2014 -0700

    Obsoleting pure on EL6

 llvm.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <davejohansen at gmail.com> 3.4-5
+- Obsoleting pure on EL6
+
 * Sat Jan 18 2014 Dave Johansen <davejohansen at gmail.com> 3.4-4
 - Enable building on EL6
 


More information about the scm-commits mailing list