From a4a0b516e975389361a36cef937315ce51e7fbf6 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:18:14 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- python-lit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index 93e76d7..9ccea11 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -22,7 +22,7 @@ Name: python-lit Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -82,6 +82,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Mon Jun 24 2024 Troy Dawson - 18.1.2-3 +- Bump release for June 2024 mass rebuild + * Mon Apr 08 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 - Rebuild LLVM 18.1.2 (RHEL-27724)