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:
parent
642a87d791
commit
2ff0e79129
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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
3
nvtop-3.0.1+29.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aecda15efb8435da711acf73be396fd792afd613075dd1cd1f453637dfae1c2
|
||||
size 722444
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94c5acbe5d3c533548cc8b606f6a83e5903d1d6f09745f22e85c7b9238c28aff
|
||||
size 696844
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: nvtop
|
||||
version: 3.0.1
|
||||
mtime: 1667748804
|
||||
commit: 37f1b16bebbe8bb08da3d1f74a9cdbdbd7e4316a
|
||||
version: 3.0.1+29
|
||||
mtime: 1677324633
|
||||
commit: d3dddbdeb16e0d5982414829a03383df93b6a4b1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: nvtop
|
||||
Version: 3.0.1
|
||||
Version: 3.0.1+29
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: A (h)top like task monitor for NVIDIA and AMD GPUs
|
||||
@ -51,7 +51,8 @@ make %{?_smp_mflags}
|
||||
%suse_update_desktop_file %{name}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%doc README.markdown
|
||||
%{_bindir}/nvtop
|
||||
%{_datadir}/applications/nvtop.desktop
|
||||
%{_datadir}/icons/nvtop.svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user