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/rocrand] epel10: Update license
Date: Wed, 10 Jun 2026 23:51:56 GMT [thread overview]
Message-ID: <178113551681.1.11787371490542258395.rpms-rocrand-60d4391ac4d8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rocrand
Branch : epel10
Commit : 60d4391ac4d83d51ac238d26e934d5e0465e458f
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-14T09:48:10-08:00
Stats : +31/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocrand/c/60d4391ac4d83d51ac238d26e934d5e0465e458f?branch=epel10
Log:
Update license
Cleanup whitespace
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocrand.spec b/rocrand.spec
index c6e84a7..e0c373a 100644
--- a/rocrand.spec
+++ b/rocrand.spec
@@ -101,7 +101,7 @@
-DROCM_SYMLINK_LIBS=OFF
# Compression type and level for source/binary package payloads.
-# "w7T0.xzdio" xz level 7 using %%{getncpus} threads
+# "w7T0.xzdio" xz level 7 using %%{getncpus} threads
%global _source_payload w7T0.xzdio
%global _binary_payload w7T0.xzdio
@@ -123,12 +123,32 @@ Version: git%{date0}.%{shortcommit0}
Release: 3%{?dist}
%else
Version: %{rocm_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
Summary: ROCm random number generator
URL: https://github.com/ROCm/rocm-libraries
-License: MIT AND BSD-3-Clause AND 0BSD
+License: MIT AND 0BSD AND (MIT AND BSL-1.0) AND (MIT AND BSD-3-Clause)
+# The main license is MIT
+# These other licenses apply to these files
+# MIT AND BSL-1.0
+# library/include/rocrand/rocrand_common.h
+# MIT AND BSD-3-Clause
+# library/include/rocrand/rocrand_mtgp32.h
+# library/include/rocrand/rocrand_mtgp32_11213.h
+# library/include/rocrand/rocrand_philox4x32_10.h
+# library/include/rocrand/rocrand_threefry2_impl.h
+# library/include/rocrand/rocrand_threefry2x32_20.h
+# library/include/rocrand/rocrand_threefry2x64_20.h
+# library/include/rocrand/rocrand_threefry4_impl.h
+# library/include/rocrand/rocrand_threefry4x32_20.h
+# library/include/rocrand/rocrand_threefry4x64_20.h
+# library/include/rocrand/rocrand_threefry_common.h
+# library/src/rng/mt19937.hpp
+# library/src/rng/mt19937_octo_engine.hpp
+# library/src/rng/mtgp32.hpp
+# library/src/rng/philox4x32_10.hpp
+
%if %{with gitcommit}
Source0: %{url}/archive/%{commit0}/rocm-libraries-%{shortcommit0}.tar.gz
%else
@@ -214,13 +234,15 @@ cd projects/rocrand
%autosetup -p1 -n %{upstreamname}
%endif
-
# On Tumbleweed Q3,2025
# https://github.com/ROCm/rocm-libraries/issues/83
# /usr/include/gtest/internal/gtest-port.h:273:2: error: C++ versions less than C++17 are not supported.
# Convert the c++11's to c++17
sed -i -e 's@set(CMAKE_CXX_STANDARD 11)@set(CMAKE_CXX_STANDARD 17)@' {,test/{cpp_wrapper,package}/}CMakeLists.txt
+# Remove some files not needed and reduce the licenses
+rm -rf test/fortran/fruit
+
%build
%if %{with gitcommit}
@@ -256,7 +278,7 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocrand/LICENSE.md
%{pkg_prefix}/%{pkg_libdir}/librocrand.so.1{,.*}
%endif
-%files devel
+%files devel
%{pkg_prefix}/include/rocrand/
%{pkg_prefix}/%{pkg_libdir}/cmake/rocrand/
%if %{with debug}
@@ -272,6 +294,10 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocrand/LICENSE.md
%endif
%changelog
+* Fri Feb 13 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Update license
+- Cleanup whitespace
+
* Sat Jan 24 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
- Update to 7.2.0
reply other threads:[~2026-06-10 23:51 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=178113551681.1.11787371490542258395.rpms-rocrand-60d4391ac4d8@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