Dominique Leuenberger 2023-03-28 15:48:44 +00:00 committed by Git OBS Bridge
commit 7f7dd04c1f
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 18 19:25:39 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 16.0.0.
* For details, see the release notes:
- https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
- https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html
- Let python3-clang also obsolete older versions.
-------------------------------------------------------------------
Sat Jan 14 14:06:38 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -16,7 +16,7 @@
#
%define _sonum 15
%define _sonum 16
%ifarch x86_64
%define has_lldb 1
# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
@ -33,12 +33,13 @@ Obsoletes: %{1}11%{?2:-%{2}} \
Obsoletes: %{1}12%{?2:-%{2}} \
Obsoletes: %{1}13%{?2:-%{2}} \
Obsoletes: %{1}14%{?2:-%{2}} \
Obsoletes: %{1}15%{?2:-%{2}} \
Obsoletes: %{1}7%{?2:-%{2}} \
Obsoletes: %{1}8%{?2:-%{2}} \
Obsoletes: %{1}9%{?2:-%{2}}
Name: llvm
Version: 15.0.7
Version: 16.0.0
Release: 0
Summary: Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -240,6 +241,7 @@ don't require a specific LLDB version should depend on this.
Summary: Python bindings for libclang
Group: Development/Libraries/Python
Requires: python3-clang%{_sonum}
%obsolete_llvm_versioned python3-clang
BuildArch: noarch
%description -n python3-clang