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:
Konrad Kleine 2022-10-20 13:12:56 +02:00
parent 80cfe9456e
commit 16f2c022d1
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: lldb
Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Next generation high-performance debugger
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
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
Patch0: https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175.diff
Patch1: https://github.com/llvm/llvm-project/commit/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63.diff
@ -140,6 +142,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
%{python3_sitearch}/lldb
%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
- Update to 15.0.1