mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-01 03:32:55 +00:00
libs: Obsoletes: OpenGTL libQtGTL
This commit is contained in:
parent
3f23b322d6
commit
668585c6ab
1 changed files with 10 additions and 1 deletions
11
llvm.spec
11
llvm.spec
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -124,6 +124,12 @@ Documentation for the LLVM compiler infrastructure.
|
||||||
%package libs
|
%package libs
|
||||||
Summary: LLVM shared libraries
|
Summary: LLVM shared libraries
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
## retire OpenGTL/libQtGTL here
|
||||||
|
Obsoletes: OpenGTL < 0.9.18-50
|
||||||
|
Obsoletes: OpenGTL-libs < 0.9.18-50
|
||||||
|
Obsoletes: OpenGTL-devel < 0.9.18-50
|
||||||
|
Obsoletes: libQtGTL < 0.9.3-50
|
||||||
|
Obsoletes: libQtGTL-devel < 0.9.3-50
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Shared libraries for the LLVM compiler infrastructure.
|
Shared libraries for the LLVM compiler infrastructure.
|
||||||
|
@ -653,6 +659,9 @@ exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 27 2014 Rex Dieter <rdieter@fedoraproject.org> 3.4-6
|
||||||
|
- -libs: Obsoletes: OpenGTL libQtGTL
|
||||||
|
|
||||||
* Wed Mar 19 2014 Dave Airlie <airlied@redhat.com> 3.4-5
|
* Wed Mar 19 2014 Dave Airlie <airlied@redhat.com> 3.4-5
|
||||||
- backport patches from 3.5 to enable GL3.3 on radeonsi
|
- backport patches from 3.5 to enable GL3.3 on radeonsi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue