mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Obsoleting pure on EL6
This commit is contained in:
parent
0e564cfed8
commit
8f002ea29a
1 changed files with 8 additions and 1 deletions
|
@ -28,6 +28,10 @@
|
||||||
%endif
|
%endif
|
||||||
# gcc 4.4 doesn't understand c++11 (wants c++0x)
|
# gcc 4.4 doesn't understand c++11 (wants c++0x)
|
||||||
%bcond_without cxx11
|
%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
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +47,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -658,6 +662,9 @@ exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 29 2014 Dave Johansen <davejohansen@gmail.com> 3.4-5
|
||||||
|
- Obsoleting pure on EL6
|
||||||
|
|
||||||
* Sat Jan 18 2014 Dave Johansen <davejohansen@gmail.com> 3.4-4
|
* Sat Jan 18 2014 Dave Johansen <davejohansen@gmail.com> 3.4-4
|
||||||
- Enable building on EL6
|
- Enable building on EL6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue