SHA256
1
0
forked from pool/resources

4 Commits

Author SHA256 Message Date
fff3ebf740 Accepting request 1229064 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1229064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resources?expand=0&rev=6
2024-12-09 20:11:02 +00:00
9230891238 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=13 2024-12-07 20:01:09 +00:00
5ea0ad12dd Accepting request 1227876 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1227876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resources?expand=0&rev=5
2024-12-03 19:46:19 +00:00
89b984f0e8 - Update to version 1.7.0
+ Bug fixes
    - Dialogs could be weirdly cutoff at very small window heights
    - Compute usage was not shown as GPU usage for AMD GPUs
  + New features
    - Support for monitoring Intel Neural Processing Units (NPUs)
    - Added a column for swap usage in the Apps and Processes view
    - Added temperature graphs
  + Improvements
    - Multiple processes can now be selected in the Processes view
    - Improved handling of media engines on newer AMD GPUs
    - Graphs can now include 600 datapoints (up from 300)
    - Added more tests for statistics gathering code
- disable tests: failed on cargo tests

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=11
2024-12-03 00:01:43 +00:00
6 changed files with 39 additions and 11 deletions

View File

@@ -5,5 +5,4 @@
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:689a5ad21619e306209b095bcc3625118fbc8a97842e50aa061571ced61c967c
size 802839

3
resources-1.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09d7084a23518c19a47e462b341af8f5e912eb06126b4cd7a94d86bcac122f62
size 842809

View File

@@ -1,7 +1,36 @@
-------------------------------------------------------------------
Sat Dec 7 00:20:26 UTC 2024 - Roman Gromov <phoenix91140@gmail.com>
- Update to version 1.7.1
+ Bug fixes
- GPU, encoder and decoder usage stats for NVIDIA GPUs were
displayed as 0% most of the time
+ Improvements
- Improved detection for VPN tunnels
- Removed cargo_audit from _service due that contains vendor now
-------------------------------------------------------------------
Mon Dec 2 23:25:15 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 1.7.0
+ Bug fixes
- Dialogs could be weirdly cutoff at very small window heights
- Compute usage was not shown as GPU usage for AMD GPUs
+ New features
- Support for monitoring Intel Neural Processing Units (NPUs)
- Added a column for swap usage in the Apps and Processes view
- Added temperature graphs
+ Improvements
- Multiple processes can now be selected in the Processes view
- Improved handling of media engines on newer AMD GPUs
- Graphs can now include 600 datapoints (up from 300)
- Added more tests for statistics gathering code
- disable tests: failed on cargo tests
-------------------------------------------------------------------
Fri Aug 23 15:27:05 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
Update to version 1.6.0
- Update to version 1.6.0
+ Bug fixes
- Multiple dialogs (e. g. Settings dialog) could be shown at
the same time

View File

@@ -17,10 +17,10 @@
#
%bcond_without test
%bcond_with test
%define appid net.nokyan.Resources
Name: resources
Version: 1.6.0
Version: 1.7.1
Release: 0
Summary: Monitor your system processes
License: GPL-3.0-or-later
@@ -31,8 +31,8 @@ BuildRequires: appstream-glib
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: meson
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.5.0
BuildRequires: pkgconfig(gtk4) >= 4.10
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.0
Requires: dmidecode
Requires: polkit

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17426ccf43dab30adcd86bb1b005260f774fc8e6996dd916b392f10eddc5e436
size 25403631
oid sha256:4953d9234e2bd006a9a1feaf093f85c567fdaa031ddad0300138ae32aa3c2f1f
size 29354121