From 165650e42e683d833fe4e78a542d01e09434c29e Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 9 Apr 2024 09:28:00 -0300 Subject: [PATCH] Rebuild LLVM 18.1.2 Related: RHEL-27724 --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 6f58387..ed136c2 100644 --- a/lldb.spec +++ b/lldb.spec @@ -10,7 +10,7 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Next generation high-performance debugger License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -136,6 +136,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Tue Apr 09 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 +- Rebuild LLVM 18.1.2 (RHEL-27724) + * Wed Apr 03 2024 Tulio Magno Quites Machado Filho - 18.1.2-1 - Update to LLVM 18.1.2 (RHEL-27724) - Move liblldb symlink to the main package.