diff --git a/llvm-toolset-19.spec b/llvm-toolset-19.spec index 5ad9eb7a4b33f35b92e1406562fcabf944138f66..9181d96cb3013a4e7ae7febbef1a1bae66427c21 100644 --- a/llvm-toolset-19.spec +++ b/llvm-toolset-19.spec @@ -109,7 +109,7 @@ %global pkg_name_compiler_rt %{?scl_prefix}compiler-rt %global optflags %(echo %{optflags} | sed 's/-fgcc-compatible//') -%global optflags %(echo %{optflags} | sed 's/-specs=\/usr\/lib\/rpm\/generic-hardened-cc1//') +%global optflags %(echo %{optflags} | sed 's|-specs=/usr/lib/rpm/generic-hardened-cc1||g') %ifnarch x86_64 %global optflags %(echo %{optflags} | sed 's/-fstack-clash-protection//') # may affect cmake check for fpic @@ -158,9 +158,9 @@ #region packages #region main package -Name: llvm-toolset-%{maj_ver} +Name: llvm-toolset-%{maj_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 12 +Release: 13 Summary: The Low Level Virtual Machine License: NCSA @@ -2960,6 +2960,9 @@ fi #endregion files %changelog +* Mon Oct 13 2025 wangqiang - 19.1.7-13 +- Fix a macro expand issue + * Mon Sep 01 2025 liyunfei - 19.1.7-12 - [BOLT] Keep X86 HLT instruction as a terminator in user mode