From 9a14e13b66c7d946f1998972c6a75444979ecb9fe392e7b4be0e8606ec4f24d2 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Mon, 4 Apr 2022 22:42:21 +0000 Subject: [PATCH] Accepting request 966693 from home:aaronpuchert:llvm-next - Update to version 14.0.0. * For details, see the release notes: - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html OBS-URL: https://build.opensuse.org/request/show/966693 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=549 --- llvm.changes | 11 +++++++++++ llvm.spec | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/llvm.changes b/llvm.changes index d61cf1a..94e3874 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 3 14:13:45 UTC 2022 - Aaron Puchert + +- Update to version 14.0.0. + * For details, see the release notes: + - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html + - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html + - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html + - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html + - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html + ------------------------------------------------------------------- Sun Apr 3 13:42:27 UTC 2022 - Aaron Puchert diff --git a/llvm.spec b/llvm.spec index f440861..d3dbc7a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -16,7 +16,7 @@ # -%define _sonum 13 +%define _sonum 14 %ifarch x86_64 %define has_lldb 1 # python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package) @@ -31,12 +31,13 @@ Obsoletes: %{1}10%{?2:-%{2}} \ Obsoletes: %{1}11%{?2:-%{2}} \ Obsoletes: %{1}12%{?2:-%{2}} \ +Obsoletes: %{1}13%{?2:-%{2}} \ Obsoletes: %{1}7%{?2:-%{2}} \ Obsoletes: %{1}8%{?2:-%{2}} \ Obsoletes: %{1}9%{?2:-%{2}} Name: llvm -Version: 13.0.1 +Version: 14.0.0 Release: 0 Summary: Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA