public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocfft] rawhide: Fix build on RHEL
@ 2026-08-19 12:28 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-19 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocfft
Branch : rawhide
Commit : 4a21e351497f252bdfeb2830ab46309e8ed13198
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-19T05:27:34-07:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocfft/c/4a21e351497f252bdfeb2830ab46309e8ed13198?branch=rawhide
Log:
Fix build on RHEL
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocfft.spec b/rocfft.spec
index 301bb61..7a71af0 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -142,7 +142,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
Summary: ROCm Fast Fourier Transforms (FFT) library
License: MIT AND BSD-3-Clause
@@ -242,7 +242,7 @@ Requires: rocm-filesystem%{pkg_suffix}
%autosetup -p1 -n %{upstreamname}
# Do not care so much about the sqlite version
-sed -i -e 's@SQLite3 3.50.2 @SQLite3 @' cmake/sqlite.cmake
+sed -i -e 's@SQLite3 3.51.3 @SQLite3 @' cmake/sqlite.cmake
%build
@@ -300,6 +300,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
%endif
%changelog
+* Wed Aug 19 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-2
+- Fix build on RHEL
+
* Fri Aug 7 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
- Update to 7.14
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 12:28 [rpms/rocfft] rawhide: Fix build on RHEL Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox