diff --git a/hipsparse.spec b/hipsparse.spec index e91dba5..1729931 100644 --- a/hipsparse.spec +++ b/hipsparse.spec @@ -11,7 +11,7 @@ %global toolchain rocm # hipcc does not support some clang flags -%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/') +%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//') %bcond_with debug %if %{with debug} @@ -42,7 +42,7 @@ Name: %{hipsparse_name} Version: %{rocm_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: ROCm SPARSE marshalling library Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname} License: MIT @@ -181,6 +181,9 @@ install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{_datadir}/%{ %endif %changelog +* Wed Jul 30 2025 Tom Rix - 6.4.2-2 +- Remove -mtls-dialect cflag + * Thu Jul 24 2025 Jeremy Newton - 6.4.2-1 - Update to 6.4.2