public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocfft] rawhide: merge compat changes
Date: Wed, 03 Jun 2026 18:03:08 GMT	[thread overview]
Message-ID: <178050978842.1.12538681617132679859.rpms-rocfft-c65ed01039a5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocfft
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-06-03 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178050978842.1.12538681617132679859.rpms-rocfft-c65ed01039a5@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox