From 0e8c6caca87314f4665143256e69123daa77870f Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:38:23 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- clang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 8ae47e3..0fa2ee9 100644 --- a/clang.spec +++ b/clang.spec @@ -81,7 +81,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -777,6 +777,9 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib" %endif %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)