Accepting request 886348 from home:aaronpuchert:llvm-next
- Update to version 12.0.0. * For details, see the release notes: - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html OBS-URL: https://build.opensuse.org/request/show/886348 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=543
This commit is contained in:
parent
ba14235a22
commit
b9ba16f358
11
llvm.changes
11
llvm.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 23:57:28 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Update to version 12.0.0.
|
||||
* For details, see the release notes:
|
||||
- https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 16:26:37 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _sonum 11
|
||||
%define _sonum 12
|
||||
%ifarch x86_64
|
||||
%define has_lldb 1
|
||||
# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
|
||||
@ -29,12 +29,13 @@
|
||||
# Obsolete packages <prefix>X or <prefix>X-<postfix> with X being a set of older versions.
|
||||
%define obsolete_llvm_versioned() \
|
||||
Obsoletes: %{1}10%{?2:-%{2}} \
|
||||
Obsoletes: %{1}11%{?2:-%{2}} \
|
||||
Obsoletes: %{1}7%{?2:-%{2}} \
|
||||
Obsoletes: %{1}8%{?2:-%{2}} \
|
||||
Obsoletes: %{1}9%{?2:-%{2}}
|
||||
|
||||
Name: llvm
|
||||
Version: 11.0.1
|
||||
Version: 12.0.0
|
||||
Release: 0
|
||||
Summary: Low Level Virtual Machine
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
|
Loading…
x
Reference in New Issue
Block a user