From 719a10f5820983575c22d9772b5c91b3aa6c983c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:52:07 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index a2af0c4..c64f7a9 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,5 +1,5 @@ #%%global rc_ver 6 -%global baserelease 1 +%global baserelease 2 %global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: lldb @@ -123,6 +123,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Tue May 26 2020 Miro HronĨok - 10.0.0-2 +- Rebuilt for Python 3.9 + * Mon Mar 30 2020 sguelton@redhat.com - 10.0.0-1 - 10.0.0 final