From 41f93cc2743621f788756ed5e75fe241675c7c6f Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Mon, 8 Apr 2024 10:24:54 -0300 Subject: [PATCH] Rebuild LLVM 18.1.2 Related: RHEL-27724 --- python-lit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index b4ee64a..93e76d7 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: 1%{?dist} +Release: 2%{?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 Apr 08 2024 Tulio Magno Quites Machado Filho - 18.1.2-2 +- Rebuild LLVM 18.1.2 (RHEL-27724) + * Tue Mar 26 2024 Tulio Magno Quites Machado Filho - 18.1.2-1 - Update to LLVM 18.1.2 (RHEL-27724)