From 33733e0bc36f5a93d126036d0b59ab2df5508c8c3b75a9a7b14d72948e1a6b09 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Thu, 21 Sep 2023 15:06:39 +0000 Subject: [PATCH] Accepting request 1112839 from home:aaronpuchert:llvm-next - 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 OBS-URL: https://build.opensuse.org/request/show/1112839 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=596 --- llvm.changes | 11 +++++++++++ llvm.spec | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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