public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocfft] epel10: merge compat changes
@ 2026-06-11 13:36 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 13:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocfft
            Branch : epel10
            Commit : c65ed01039a510ac09be5c015d5a0137ea13444e
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-06-03T11:02:32-07:00
            Stats  : +12/-16 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocfft/c/c65ed01039a510ac09be5c015d5a0137ea13444e?branch=epel10

            Log:
            merge compat changes

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/0001-cmake-use-gnu-installdirs.patch b/0001-cmake-use-gnu-installdirs.patch
deleted file mode 100644
index f966039..0000000
--- a/0001-cmake-use-gnu-installdirs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 14bb20b..a5b1ee4 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -49,6 +49,8 @@ set( ROCFFT_BUILD_SCOPE ON )
- 
- project( rocfft LANGUAGES CXX C )
- 
-+include(GNUInstallDirs)
-+
- # This finds the rocm-cmake project, and installs it if not found
- # rocm-cmake contains common cmake code for rocm projects to help setup and install
- set( PROJECT_EXTERN_DIR ${CMAKE_CURRENT_BINARY_DIR}/extern )

diff --git a/rocfft.spec b/rocfft.spec
index 1996965..a9654ab 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -144,10 +144,13 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        7%{?dist}
+Release:        8%{?dist}
 %endif
 Summary:        ROCm Fast Fourier Transforms (FFT) library
 License:        MIT AND BSD-3-Clause
+# MIT: The main license
+# BSD-3-Clause:
+#  shared/CLI11.hpp
 
 URL:            https://github.com/ROCm/rocm-libraries
 Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
@@ -158,6 +161,7 @@ BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  rocm-cmake%{pkg_suffix}
 BuildRequires:  rocm-comgr%{pkg_suffix}-devel
 BuildRequires:  rocm-compilersupport%{pkg_suffix}-macros
+BuildRequires:  rocm-filesystem%{pkg_suffix}
 BuildRequires:  rocm-hip%{pkg_suffix}-devel
 BuildRequires:  rocm-rpm-macros%{pkg_suffix}
 BuildRequires:  rocm-runtime%{pkg_suffix}-devel
@@ -198,12 +202,12 @@ BuildRequires:  ninja
 %endif
 
 Provides:       rocfft%{pkg_suffix} = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
+Requires:       rocm-runtime%{pkg_suffix}
 
 # Only x86_64 works right now:
 ExclusiveArch:  x86_64
 
-Patch0: 0001-cmake-use-gnu-installdirs.patch
-
 %description
 A library for computing Fast Fourier Transforms (FFT), part of ROCm.
 
@@ -220,6 +224,7 @@ Summary:        Shared libraries for %{name}
 %package devel
 Summary:        The rocFFT development package
 Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
 Requires:       rocm-hip%{pkg_suffix}-devel
 
 %description devel
@@ -229,6 +234,7 @@ The rocFFT development package.
 %package test
 Summary:        Tests for %{name}
 Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
 
 %description test
 %{summary}
@@ -296,6 +302,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
 %endif
 
 %changelog
+* Wed Jun 3 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-8
+- merge compat changes
+
 * Wed May 27 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-7
 - Explicitly license smoke tests 0BSD
 - Smoke test not part of srpm so remove from license tag

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-11 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:36 [rpms/rocfft] epel10: merge compat changes Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox