1 Commits

Author SHA256 Message Date
Stefan Dirsch
4706e8c423 Update to version 21 (jsc#PED-14220) 2026-01-27 11:08:28 +01:00
2 changed files with 49 additions and 5 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun Sep 7 21:51:15 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 21.
* For details, see the release notes:
- https://releases.llvm.org/21.1.0/docs/ReleaseNotes.html
- https://releases.llvm.org/21.1.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/21.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/21.1.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/21.1.0/tools/lld/docs/ReleaseNotes.html
-------------------------------------------------------------------
Thu Jul 31 06:48:44 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Enable lldb for riscv64
-------------------------------------------------------------------
Thu Jul 17 14:09:55 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
- Enable openmp and lldb for loongarch64
-------------------------------------------------------------------
Wed Apr 16 21:13:49 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Enable LLDB Python bindings on Leap 15.6 and newer.
-------------------------------------------------------------------
Thu Mar 20 23:02:19 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 20.
* For details, see the release notes:
- https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html
- https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/20.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/20.1.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/20.1.0/tools/lld/docs/ReleaseNotes.html
-------------------------------------------------------------------
Thu Mar 20 09:08:08 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Add libomp-devel on riscv64
-------------------------------------------------------------------
Wed Nov 6 15:24:59 UTC 2024 - Michal Suchanek <msuchanek@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package llvm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
#
%define _sonum 19
%define _sonum 21
%ifarch aarch64 ppc64 ppc64le %{ix86} x86_64
%ifarch aarch64 %{ix86} loongarch64 ppc64 ppc64le riscv64 x86_64
%global has_openmp 1
%endif
%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 loongarch64 ppc64le riscv64 s390x x86_64
%define has_lldb 1
%if %{suse_version} > 1600
%if %{suse_version} >= 1600 || 0%{?sle_version} >= 150600
%define has_lldb_python 1
%endif
%endif
@@ -41,6 +41,8 @@ Obsoletes: %{1}15%{?2:-%{2}} \
Obsoletes: %{1}16%{?2:-%{2}} \
Obsoletes: %{1}17%{?2:-%{2}} \
Obsoletes: %{1}18%{?2:-%{2}} \
Obsoletes: %{1}19%{?2:-%{2}} \
Obsoletes: %{1}20%{?2:-%{2}} \
Obsoletes: %{1}7%{?2:-%{2}} \
Obsoletes: %{1}8%{?2:-%{2}} \
Obsoletes: %{1}9%{?2:-%{2}}