diff --git a/llvm.changes b/llvm.changes index 8d389f7..109dbcf 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 19 21:21:37 UTC 2023 - Aaron Puchert + +- 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 diff --git a/llvm.spec b/llvm.spec index 6baba50..7c246e0 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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