Bring back patch
The patch to fix this bug was accidentally removed when upgrading to LLVM 15: https://bugzilla.redhat.com/show_bug.cgi?id=2052982 Resolves: rhbz#2118319
This commit is contained in:
parent
80cfe9456e
commit
16f2c022d1
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: lldb
|
Name: lldb
|
||||||
Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Next generation high-performance debugger
|
Summary: Next generation high-performance debugger
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -17,6 +17,8 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_v
|
|||||||
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{lldb_version}%{?rc_ver:-rc%{rc_ver}}/%{lldb_srcdir}.tar.xz.sig
|
||||||
Source2: release-keys.asc
|
Source2: release-keys.asc
|
||||||
|
|
||||||
|
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2052982
|
||||||
|
Patch2: increase-m_hwp_regs-size.patch
|
||||||
# Drop those two once 16.0.0 is out
|
# Drop those two once 16.0.0 is out
|
||||||
Patch0: https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175.diff
|
Patch0: https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175.diff
|
||||||
Patch1: https://github.com/llvm/llvm-project/commit/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63.diff
|
Patch1: https://github.com/llvm/llvm-project/commit/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63.diff
|
||||||
@ -140,6 +142,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
|||||||
%{python3_sitearch}/lldb
|
%{python3_sitearch}/lldb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 20 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-2
|
||||||
|
- Bring back patch for rhbz#2052982
|
||||||
|
|
||||||
* Mon Oct 17 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-1
|
* Mon Oct 17 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-1
|
||||||
- Update to 15.0.1
|
- Update to 15.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user