Accepting request 1076690 from home:malcolmlewis:branches:utilities

- Update to version 3.0.1+29:
  + Fix typo in pci id.
  + Add pre-parsed hardware info.
  + Update copyrights.
  + Fix monitored gpu selection logic.
  + Fix multiple gpus selection.
  + Fix a unused case.
  + Add license.
  + Add copyright info.
  + New gpus support using a local gpu type database.
  + hjkl motion keys.
- Add %%doc README.markdown.

OBS-URL: https://build.opensuse.org/request/show/1076690
OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=4
This commit is contained in:
Ondřej Súkup 2023-04-03 10:44:49 +00:00 committed by Git OBS Bridge
parent 642a87d791
commit 2ff0e79129
6 changed files with 27 additions and 10 deletions

View File

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

3
nvtop-3.0.1+29.obscpio Normal file
View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94c5acbe5d3c533548cc8b606f6a83e5903d1d6f09745f22e85c7b9238c28aff
size 696844

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Apr 01 17:37:28 UTC 2023 - malcolmlewis@opensuse.org
- Update to version 3.0.1+29:
+ Fix typo in pci id.
+ Add pre-parsed hardware info.
+ Update copyrights.
+ Fix monitored gpu selection logic.
+ Fix multiple gpus selection.
+ Fix a unused case.
+ Add license.
+ Add copyright info.
+ New gpus support using a local gpu type database.
+ hjkl motion keys.
- Add %%doc README.markdown.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 06 23:28:59 UTC 2022 - malcolmlewis@opensuse.org Sun Nov 06 23:28:59 UTC 2022 - malcolmlewis@opensuse.org

View File

@ -1,4 +1,4 @@
name: nvtop name: nvtop
version: 3.0.1 version: 3.0.1+29
mtime: 1667748804 mtime: 1677324633
commit: 37f1b16bebbe8bb08da3d1f74a9cdbdbd7e4316a commit: d3dddbdeb16e0d5982414829a03383df93b6a4b1

View File

@ -1,7 +1,7 @@
# #
# spec file for package nvtop # spec file for package nvtop
# #
# Copyright (c) 2020-2022 Malcolm J Lewis <malcolmlewis@opensuse.org> # Copyright (c) 2020-2023 Malcolm J Lewis <malcolmlewis@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
# #
Name: nvtop Name: nvtop
Version: 3.0.1 Version: 3.0.1+29
Release: 0 Release: 0
License: GPL-3.0+ License: GPL-3.0+
Summary: A (h)top like task monitor for NVIDIA and AMD GPUs Summary: A (h)top like task monitor for NVIDIA and AMD GPUs
@ -51,7 +51,8 @@ make %{?_smp_mflags}
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
%files %files
%license COPYING %license LICENSE
%doc README.markdown
%{_bindir}/nvtop %{_bindir}/nvtop
%{_datadir}/applications/nvtop.desktop %{_datadir}/applications/nvtop.desktop
%{_datadir}/icons/nvtop.svg %{_datadir}/icons/nvtop.svg