Dominique Leuenberger 2023-09-27 22:24:17 +00:00 committed by Git OBS Bridge
commit 11ab92bfb4
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 19 21:21:37 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 17.0.1.
* For details, see the release notes:
- https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html
- https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/17.0.1/tools/lld/docs/ReleaseNotes.html
-------------------------------------------------------------------
Thu Jun 15 21:53:08 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -16,7 +16,7 @@
#
%define _sonum 16
%define _sonum 17
%ifarch aarch64 x86_64
%define has_lldb 1
# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
@ -34,12 +34,13 @@ Obsoletes: %{1}12%{?2:-%{2}} \
Obsoletes: %{1}13%{?2:-%{2}} \
Obsoletes: %{1}14%{?2:-%{2}} \
Obsoletes: %{1}15%{?2:-%{2}} \
Obsoletes: %{1}16%{?2:-%{2}} \
Obsoletes: %{1}7%{?2:-%{2}} \
Obsoletes: %{1}8%{?2:-%{2}} \
Obsoletes: %{1}9%{?2:-%{2}}
Name: llvm
Version: 16.0.6
Version: 17.0.1
Release: 0
Summary: Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA