- Update to r139589
* C++0x fixes * PCH fixes OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=64
This commit is contained in:
parent
2868ddd8e5
commit
1f1d5207a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0adcb7404279671304820720906dc7d3ba77e0073d3c74373cb51cf13572e6c6
|
||||
size 12203380
|
3
llvm-2.9.99.svn20110913.tar.xz
Normal file
3
llvm-2.9.99.svn20110913.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86ea45e77e5abe36b6eeaad8af69154f24a6eade1d0a53ad048027c9075c9e83
|
||||
size 12256108
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 07:36:30 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- Update to r139589
|
||||
* C++0x fixes
|
||||
* PCH fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 14:03:14 UTC 2011 - idonmez@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _revision 138939
|
||||
%define _revision 139589
|
||||
%define _release_version 3.0
|
||||
|
||||
%if 0%{?suse_version} >= 1200
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: llvm
|
||||
Version: 2.9.99.svn20110901
|
||||
Version: 2.9.99.svn20110913
|
||||
Release: 1
|
||||
License: NCSA
|
||||
Summary: Low Level Virtual Machine
|
||||
@ -76,7 +76,6 @@ tools as well as libraries with equivalent functionality.
|
||||
|
||||
%package devel
|
||||
|
||||
|
||||
Summary: Libraries and Header Files for LLVM
|
||||
Group: Development/Languages/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -89,7 +88,6 @@ new native programs that use the LLVM infrastructure.
|
||||
|
||||
%package doc
|
||||
|
||||
|
||||
Summary: Documentation for LLVM
|
||||
Group: Documentation/HTML
|
||||
Requires: %{name} = %{version}
|
||||
@ -99,7 +97,6 @@ Documentation for the LLVM compiler infrastructure.
|
||||
|
||||
%package clang
|
||||
|
||||
|
||||
Summary: CLANG frontend for LLVM
|
||||
Group: Development/Languages/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -111,7 +108,6 @@ This package contains the clang (C language) frontend for LLVM.
|
||||
|
||||
%package clang-devel
|
||||
|
||||
|
||||
Summary: CLANG frontend for LLVM (devel package)
|
||||
Group: Development/Languages/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -123,7 +119,6 @@ This package contains the clang (C language) frontend for LLVM.
|
||||
|
||||
%package vim-plugins
|
||||
|
||||
|
||||
Summary: Vim plugins for LLVM
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: vim
|
||||
|
Loading…
Reference in New Issue
Block a user