From 4a0b066b750cbbbd7724450656f5a0ff36528ea1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:25:49 +0100 Subject: [PATCH] update to 13.0.0 [release 13.0.0-1mamba;Sat Oct 23 2021] --- lldb.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lldb.spec b/lldb.spec index d04a1b3..a3ae581 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,19 +1,18 @@ %define gccver %(gcc -dumpversion) %define majver %(echo %version | cut -d. -f1-2) Name: lldb -Version: 11.0.1 +Version: 13.0.0 Release: 1mamba Summary: Next generation, high-performance debugger Group: Development/Languages Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: https://llvm.org/ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz License: NCSA ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libclang-devel BuildRequires: libedit-devel BuildRequires: libgcc @@ -21,15 +20,14 @@ BuildRequires: libllvm-devel BuildRequires: liblua-devel BuildRequires: liblzma-devel BuildRequires: libncurses-devel -BuildRequires: libpython-devel BuildRequires: libpython3-devel BuildRequires: libstdc++6-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END +BuildRequires: libclang-devel >= 13.0.0 BuildRequires: llvm BuildRequires: lld Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Next generation, high-performance debugger. @@ -75,7 +73,11 @@ cmake .. -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLLVM_LINK_LLVM_DYLIB=ON \ - -DLLDB_USE_SYSTEM_SIX=1 + -DLLDB_USE_SYSTEM_SIX=1 \ + -DPython3_EXECUTABLE=%{__python3} \ + -DPython3_LIBRARY=%{_libdir}/libpython%{python3_version}.so \ + -DLLDB_PYTHON_RELATIVE_PATH=%{_lib}/python3.7/site-packages \ + -Wno-dev ninja @@ -120,6 +122,9 @@ ninja install #%{_docdir}/lldb/* %changelog +* Sat Oct 23 2021 Silvan Calarco 13.0.0-1mamba +- update to 13.0.0 + * Mon Jan 18 2021 Automatic Build System 11.0.1-1mamba - automatic version update by autodist