From cd48f148db6d99047f6a4046de8693589927d673 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Mon, 27 Feb 2023 09:37:09 -0300 Subject: [PATCH] Update to LLVM 16.0.0 RC3 --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index ad97197..bca3705 100644 --- a/lldb.spec +++ b/lldb.spec @@ -5,7 +5,7 @@ %undefine _include_frame_pointers %global lldb_version 16.0.0 -%global rc_ver 1 +%global rc_ver 3 %global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src %global cmake_srcdir cmake-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src @@ -140,6 +140,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Thu Feb 23 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc3-1 +- Update to LLVM 16.0.0 RC3 + * Tue Feb 14 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc1-1 - Update to LLVM 16.0.0 RC1