@@ -0,0 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Remove -mtls-dialect cflag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Remove debian dir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 00:00:00 UTC 2025 - Fedora Release Engineering <releng@fedoraproject.org>
|
||||
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 00:00:00 UTC 2025 - Jeremy Newton <alexjnewt at hotmail dot com>
|
||||
|
||||
- Update to 6.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Remove suse check of ldconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Cleanup module build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Improve testing on suse
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 19 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Update to 6.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Use correct spdx license
|
||||
- cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Remove split building
|
||||
- Fix SLE 15.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- multithread compress
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 00:00:00 UTC 2025 - Fedora Release Engineering <releng@fedoraproject.org>
|
||||
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- build requires gcc-c++
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 00:00:00 UTC 2024 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Update to 6.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 00:00:00 UTC 2024 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Stub for tumbleweed
|
||||
|
||||
+20
-50
@@ -1,3 +1,21 @@
|
||||
#
|
||||
# spec file for package hiprand
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%global hiprand_name libhiprand1
|
||||
%else
|
||||
@@ -44,8 +62,8 @@ Version: %{rocm_version}
|
||||
Release: 4%{?dist}
|
||||
Summary: HIP random number generator
|
||||
|
||||
Url: https://github.com/ROCm/%{upstreamname}
|
||||
License: MIT AND BSD-3-Clause
|
||||
URL: https://github.com/ROCm/%{upstreamname}
|
||||
License: BSD-3-Clause AND MIT
|
||||
Source0: %{url}/archive/rocm-%{version}.tar.gz#/%{upstreamname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
@@ -174,51 +192,3 @@ export LD_LIBRARY_PATH=$PWD/build/library:$LD_LIBRARY_PATH
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-4
|
||||
- Remove -mtls-dialect cflag
|
||||
|
||||
* Mon Jul 28 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-3
|
||||
- Remove debian dir
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jul 22 2025 Jeremy Newton <alexjnewt at hotmail dot com> - 6.4.2-1
|
||||
- Update to 6.4.2
|
||||
|
||||
* Mon Jun 16 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.0-4
|
||||
- Remove suse check of ldconfig
|
||||
|
||||
* Mon May 12 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.0-3
|
||||
- Cleanup module build
|
||||
|
||||
* Sun Apr 27 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.0-2
|
||||
- Improve testing on suse
|
||||
|
||||
* Sat Apr 19 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.0-1
|
||||
- Update to 6.4.0
|
||||
|
||||
* Fri Apr 4 2025 Tom Rix <Tom.Rix@amd.com> - 6.3.0-6
|
||||
- Use correct spdx license
|
||||
- cleanup
|
||||
|
||||
* Tue Feb 11 2025 Tom Rix <Tom.Rix@amd.com> - 6.3.0-5
|
||||
- Remove split building
|
||||
- Fix SLE 15.6
|
||||
|
||||
* Mon Jan 20 2025 Tom Rix <Tom.Rix@amd.com> - 6.3.0-4
|
||||
- multithread compress
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jan 15 2025 Tom Rix <Tom.Rix@amd.com> - 6.3.0-2
|
||||
- build requires gcc-c++
|
||||
|
||||
* Tue Dec 10 2024 Tom Rix <Tom.Rix@amd.com> - 6.3.0-1
|
||||
- Update to 6.3
|
||||
|
||||
* Sun Nov 10 2024 Tom Rix <Tom.Rix@amd.com> - 6.2.1-1
|
||||
- Stub for tumbleweed
|
||||
|
||||
|
||||
|
||||
+6
-11
@@ -1,11 +1,6 @@
|
||||
/hipRAND-6.0.0.tar.gz
|
||||
/hipRAND-6.0.2.tar.gz
|
||||
/hipRAND-6.1.1.tar.gz
|
||||
/hipRAND-6.2.0.tar.gz
|
||||
/hipRAND-6.2.1.tar.gz
|
||||
/hiprand-6.3.0-1.fc42.src.rpm
|
||||
/hipRAND-6.3.0.tar.gz
|
||||
/hipRAND-6.4.0.tar.gz
|
||||
/hipRAND-6.4.2.tar.gz
|
||||
*.obscpio
|
||||
*.osc
|
||||
sources
|
||||
README.md
|
||||
_buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user