From 0693d80089206df7bb71549b6fdcd93511b1efd5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:00:31 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- lldb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index ed136c2..92927f0 100644 --- a/lldb.spec +++ b/lldb.spec @@ -10,7 +10,7 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?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 +* Mon Jun 24 2024 Troy Dawson - 18.1.2-3 +- Bump release for June 2024 mass rebuild + * Tue Apr 09 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 - Rebuild LLVM 18.1.2 (RHEL-27724)