SHA256
1
0
forked from pool/llvm

Accepting request 625298 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/625298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2018-07-27 08:54:18 +00:00 committed by Git OBS Bridge
commit 0b5738d5a4
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 25 08:18:37 UTC 2018 - msrb@suse.com
- Update to version 6.0.1
* This release contains bug-fixes for the LLVM 6.0.0 release. It
is API and ABI compatible with 6.0.0.
-------------------------------------------------------------------
Wed Jul 18 10:49:37 UTC 2018 - msrb@suse.com
- Add ExcludeArch mirroring the ones in llvm6. (bnc#1101598)
-------------------------------------------------------------------
Wed May 30 12:25:16 UTC 2018 - kbabioch@suse.com

View File

@ -25,7 +25,7 @@
%endif
%endif
Name: llvm
Version: 6.0.0
Version: 6.0.1
Release: 0
Summary: Low Level Virtual Machine
License: NCSA
@ -52,6 +52,8 @@ BuildRequires: lldb%{_sonum}-devel = %{version}
%if 0%{?has_lldb_python}
BuildRequires: python3-lldb%{_sonum} = %{version}
%endif
# Mirrors ExcludeArch in llvm%{_sonum}
ExcludeArch: ppc s390
%description
LLVM is a compiler infrastructure designed for compile-time,