From 153b6b08d9b9169f713d2908abeacd2fe95bc310 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Nov 2024 15:42:03 +0800 Subject: [PATCH] [BUG]update to lldb-18.1.8-1.src.rpm to #bug11657 update to lldb-18.1.8-1.src.rpm for bugfix Signed-off-by: Zhao Hang --- download | 4 ++-- lldb.spec | 35 ++++++++++++++++++++++++++++------- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/download b/download index 5890013..aa8583d 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -01082515dff8ee42204f996627df56e0 lldb-17.0.6.src.tar.xz -7bea0f087ba95ce1d9d8b04ecf052032 lldb-17.0.6.src.tar.xz.sig +1ce3a94ab7de2b67f68d3b3a48651956 lldb-18.1.8.src.tar.xz +dc6e9192baff3a79d66172256985d957 lldb-18.1.8.src.tar.xz.sig diff --git a/lldb.spec b/lldb.spec index 03ebcf6..2bbfeb2 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,9 +1,8 @@ -%define anolis_release .0.1 # Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer # 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 @@ -14,9 +13,8 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{anolis_release}%{?dist} +Release: 1%{?dist} Summary: Next generation high-performance debugger -ExcludeArch: loongarch64 License: NCSA URL: http://lldb.llvm.org/ @@ -35,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} @@ -100,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 @@ -141,19 +142,39 @@ 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 -* Mon Sep 23 2024 Liwei Ge - 17.0.6-1.0.1 -- Disable loongarch build +* 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 -- Gitee