From 9595b5d7c75ca6c746daf9da711f101d0a80bdf9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 31 Mar 2021 17:34:08 +0100 Subject: [PATCH] Rebuilt for removed libstdc++ symbols (#1937698) --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index 3fc96f9..103f97a 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,5 +1,5 @@ %global rc_ver 3 -%global baserelease 8 +%global baserelease 9 %global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: lldb @@ -130,6 +130,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Wed Mar 31 2021 Jonathan Wakely - 12.0.0-9.rc3 +- Rebuilt for removed libstdc++ symbols (#1937698) + * Thu Mar 11 2021 sguelton@redhat.com - 12.0.0-8.rc3 - LLVM 12.0.0 rc3