From 3502c9ad58b406d69b4a1e1341129b4d179ccbde Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 5 Nov 2024 08:34:52 +0000 Subject: [PATCH] import UBI lldb-18.1.8-1.module+el8.10.0+22061+3612b2ba --- .gitignore | 4 ++-- .lldb.metadata | 4 ++-- SPECS/lldb.spec | 30 ++++++++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fe259e7..6ce96c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/lldb-17.0.6.src.tar.xz -SOURCES/lldb-17.0.6.src.tar.xz.sig +SOURCES/lldb-18.1.8.src.tar.xz +SOURCES/lldb-18.1.8.src.tar.xz.sig \ No newline at end of file diff --git a/.lldb.metadata b/.lldb.metadata index 4f79ddc..5323275 100644 --- a/.lldb.metadata +++ b/.lldb.metadata @@ -1,2 +1,2 @@ -fc7260e1768ad2ee3b9d5a91d90d17e58e20df14 SOURCES/lldb-17.0.6.src.tar.xz -fe7372c59ada760ed06814ed92c24c47fb2a055d SOURCES/lldb-17.0.6.src.tar.xz.sig +eac6716105261a6ba57a3b0ad6926b1800bade17 SOURCES/lldb-18.1.8.src.tar.xz +f2a31f2d2a04b5e0d33b24bd565714ea2687d8f0 SOURCES/lldb-18.1.8.src.tar.xz.sig diff --git a/SPECS/lldb.spec b/SPECS/lldb.spec index ed5918a..2bbfeb2 100644 --- a/SPECS/lldb.spec +++ b/SPECS/lldb.spec @@ -2,7 +2,7 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=2158587 %undefine _include_frame_pointers -%global lldb_version 17.0.6 +%global lldb_version 18.1.8 #global rc_ver 4 %global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src @@ -33,6 +33,8 @@ Patch002: 0001-lldb-Disable-std-vector-pretty-printer.patch BuildRequires: gcc BuildRequires: gcc-c++ + +BuildRequires: clang BuildRequires: cmake BuildRequires: ninja-build BuildRequires: llvm-devel = %{version} @@ -98,6 +100,7 @@ CXXFLAGS="%{optflags} -Wno-error=format-security" -DLLDB_DISABLE_CURSES:BOOL=OFF \ -DLLDB_DISABLE_LIBEDIT:BOOL=OFF \ -DLLDB_DISABLE_PYTHON:BOOL=OFF \ + -DLLDB_INCLUDE_TESTS=OFF \ %if 0%{?__isa_bits} == 64 -DLLVM_LIBDIR_SUFFIX=64 \ %else @@ -139,17 +142,40 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %files %license LICENSE.TXT %{_bindir}/lldb* +# Usually, *.so symlinks are kept in devel subpackages. However, the python +# bindings depend on this symlink at runtime. +%{_libdir}/*.so %{_libdir}/liblldb.so.* %{_libdir}/liblldbIntelFeatures.so.* %files devel %{_includedir}/lldb -%{_libdir}/*.so %files -n python3-lldb %{python3_sitearch}/lldb %changelog +* Tue Jul 09 2024 Tom Stellard - 18.1.8-1 +- 18.1.8 Release + +* Mon Mar 25 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 +- Move liblldb symlink to the main package. Fix rhbz#2260611. + +* Fri Mar 22 2024 Tom Stellard - 18.1.2-1 +- 18.1.2 Release + +* Tue Mar 12 2024 Tom Stellard - 18.1.1-1 +- 18.1.1 Release + +* Wed Feb 28 2024 Tom Stellard - 18.1.0~rc4-1 +- 18.1.0-rc4 Release + +* Thu Jan 25 2024 Fedora Release Engineering - 17.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 17.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Nov 29 2023 Nikita Popov - 17.0.6-1 - Update to LLVM 17.0.6