Accepting request 1094668 from home:amanzini:branches:utilities

- Update to version 3.0.2+2:
  * Fix a potential issue when using multiple AMDGPUs.
  * Fix amdgpu wrong tx/rx computation
  * Remove workaround for driver bug
  * Uniqueness is pdev+id on amdgpu
  * Uniqueness is pdev+id on intel
  * README MSM information.
  * MSM and Adreno support

OBS-URL: https://build.opensuse.org/request/show/1094668
OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=6
This commit is contained in:
Malcolm Lewis 2023-06-22 13:32:18 +00:00 committed by Git OBS Bridge
parent c6433d1946
commit a06ab60a82
6 changed files with 25 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Syllo/nvtop.git</param>
<param name="changesrevision">d3dddbdeb16e0d5982414829a03383df93b6a4b1</param></service></servicedata>
<param name="changesrevision">9a8458b541a195a0c5cadafb66e240962c852b39</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aecda15efb8435da711acf73be396fd792afd613075dd1cd1f453637dfae1c2
size 722444

3
nvtop-3.0.2+2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70a6fb571a7a1420052823dea5c6061cd1631d0358d189153d0c328d8ecf6c09
size 743948

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 22 13:00:22 UTC 2023 - andrea.manzini@suse.com
- Update to version 3.0.2+2:
* Fix a potential issue when using multiple AMDGPUs.
* Fix amdgpu wrong tx/rx computation
* Remove workaround for driver bug
* Uniqueness is pdev+id on amdgpu
* Uniqueness is pdev+id on intel
* README MSM information.
* MSM and Adreno support
-------------------------------------------------------------------
Sat Apr 01 17:37:28 UTC 2023 - malcolmlewis@opensuse.org

View File

@ -1,4 +1,4 @@
name: nvtop
version: 3.0.1+29
mtime: 1677324633
commit: d3dddbdeb16e0d5982414829a03383df93b6a4b1
version: 3.0.2+2
mtime: 1686822450
commit: 9a8458b541a195a0c5cadafb66e240962c852b39

View File

@ -1,6 +1,7 @@
#
# spec file for package nvtop
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2020-2023 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -12,15 +13,16 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: nvtop
Version: 3.0.1+29
Version: 3.0.2+2
Release: 0
License: GPL-3.0+
License: GPL-3.0-or-later
Summary: A (h)top like task monitor for NVIDIA and AMD GPUs
Url: https://github.com/Syllo/nvtop
URL: https://github.com/Syllo/nvtop
Source0: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
@ -60,4 +62,3 @@ make %{?_smp_mflags}
%{_datadir}/metainfo/nvtop.metainfo.xml
%changelog