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/rocprim] rawhide: merge compat changes
Date: Wed, 03 Jun 2026 21:19:40 GMT	[thread overview]
Message-ID: <178052158029.1.18299699656576453912.rpms-rocprim-d723b5d7bf20@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocprim
            Branch : rawhide
            Commit : d723b5d7bf208e8c01959ec08cbe6087cb598ba0
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-06-03T14:19:14-07:00
            Stats  : +22/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocprim/c/d723b5d7bf208e8c01959ec08cbe6087cb598ba0?branch=rawhide

            Log:
            merge compat changes

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

---
diff --git a/rocprim.spec b/rocprim.spec
index c43de4a..0d284fe 100644
--- a/rocprim.spec
+++ b/rocprim.spec
@@ -87,12 +87,26 @@ Name:           rocprim%{pkg_suffix}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        4%{?dist}
+Release:        5%{?dist}
 %endif
 Version:        %{rocm_version}
 Summary:        ROCm parallel primitives
 
 License:        MIT AND BSD-3-Clause
+# MIT : the main license.
+# BSD 3-Clause:
+#   rocprim/rocprim/include/rocprim/block/block_adjacent_difference.hpp
+#   rocprim/rocprim/include/rocprim/block/block_run_length_decode.hpp
+#   rocprim/rocprim/include/rocprim/block/block_shuffle.hpp
+#   rocprim/rocprim/include/rocprim/device/detail/device_batch_memcpy.hpp
+#   rocprim/rocprim/include/rocprim/device/detail/device_merge_sort_mergepath.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_load.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_operators.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_reduce.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_scan.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_search.hpp
+#   rocprim/rocprim/include/rocprim/thread/thread_store.hpp
+#   rocprim/test/rocprim/test_thread_algos.cpp
 URL:            https://github.com/ROCm/rocm-libraries
 Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
 
@@ -104,6 +118,7 @@ BuildRequires:  gcc-c++
 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-runtime%{pkg_suffix}-devel
 BuildRequires:  rocm-rpm-macros%{pkg_suffix}
@@ -124,18 +139,19 @@ BuildRequires:  rocminfo%{pkg_suffix}
 
 %description
 The rocPRIM is a header-only library providing HIP parallel primitives
-for developing performant GPU-accelerated code on AMD ROCm platform.
+for developing GPU-accelerated code on AMD ROCm platform.
 
 %package devel
 Summary:        ROCm parallel primitives
 Provides:       rocprim%{pkg_suffix}-static = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
 
 # the devel subpackage is only headers and cmake infra
 BuildArch: noarch
 
 %description devel
 The rocPRIM is a header-only library providing HIP parallel primitives
-for developing performant GPU-accelerated code on AMD ROCm platform.
+for developing GPU-accelerated code on AMD ROCm platform.
 
 %if %{with test}
 %package test
@@ -201,6 +217,9 @@ sed -i -e 's@\.\.@\/usr\/bin@' %{buildroot}%{pkg_prefix}/bin/rocprim/CTestTestfi
 
 
 %changelog
+* Wed Jun 3 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-5
+- merge compat changes
+
 * Thu May 28 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
 - Explicitly license smoke tests 0BSD
 - Smoke test not part of srpm so remove from license tag

                 reply	other threads:[~2026-06-03 21:19 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=178052158029.1.18299699656576453912.rpms-rocprim-d723b5d7bf20@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