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

            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

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

only message in thread, other threads:[~2026-06-03 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 21:19 [rpms/rocprim] rawhide: 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