public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipsparse] epel10: Fix location of test matrices for compat
@ 2026-06-13 22:13 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-13 22:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hipsparse
Branch : epel10
Commit : 434a7f5e84e56d848b28637cf629b46476d881fc
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-03-23T08:39:39-07:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipsparse/c/434a7f5e84e56d848b28637cf629b46476d881fc?branch=epel10
Log:
Fix location of test matrices for compat
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipsparse.spec b/hipsparse.spec
index 65b3ece..4ee32e1 100644
--- a/hipsparse.spec
+++ b/hipsparse.spec
@@ -94,7 +94,7 @@ Version: git%{date0}.%{shortcommit0}
Release: 2%{?dist}
%else
Version: %{rocm_version}
-Release: 3%{?dist}
+Release: 4%{?dist}
%endif
Summary: ROCm SPARSE marshaling library
License: MIT
@@ -255,7 +255,7 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hipsparse/LICENSE.md
%if %{with test}
mkdir -p %{buildroot}/%{pkg_prefix}/share/hipsparse/matrices
-install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{pkg_prefix}/share/hipsparse/matrices
+install -pm 644 %{_builddir}/hipsparse-test-matrices/* %{buildroot}/%{pkg_prefix}/share/hipsparse/matrices
%endif
%files
@@ -282,6 +282,9 @@ install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{pkg_prefix}/
%endif
%changelog
+* Mon Mar 23 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
+- Fix location of test matrices for compat
+
* Wed Feb 25 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
- Fix --with test
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 22:13 [rpms/hipsparse] epel10: Fix location of test matrices for compat Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox