From f9b41db03751e8895b537b8e8cd208ed345e674d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:38:57 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- compiler-rt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 86e0e3a..8432f41 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -42,7 +42,7 @@ Name: %{pkg_name} Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT @@ -145,6 +145,9 @@ ln -s i386-redhat-linux-gnu %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/%{_t #%endif %changelog +* Mon Jun 24 2024 Troy Dawson - 18.1.2-4 +- Bump release for June 2024 mass rebuild + * Sat Apr 27 2024 Songsong Zhang - 18.1.2-3 - Add riscv64 support