SHA256
1
0
forked from pool/resources

10 Commits

Author SHA256 Message Date
e4fc205db0 Accepting request 1316700 from X11:Utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1316700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resources?expand=0&rev=9
2025-11-10 18:16:02 +00:00
e5b6217356 - Align with standard rust packaging via service.
https://en.opensuse.org/openSUSE:Packaging_Rust_Software

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=19
2025-11-09 18:50:38 +00:00
a2441b4105 Accepting request 1313680 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1313680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resources?expand=0&rev=8
2025-10-27 13:40:07 +00:00
dfad3d2e54 - Update to version 1.9.0
+ Bug fixes
    - Certain notebook docking stations could mistakenly be
      recognized as a GPU
    - The fallback tab name for batteries was “Drive”
  + New features
    - Added translations for new languages (Bulgarian, Finnish,
      Hebrew, Slovenian)
    - Support for the new “xe” driver for Intel GPUs
    - Link info shown for Wi-Fi interfaces
    - Resources can halt graphical updates when window not in view
    - Added “Commandline” column in Processes view
    - Added “Uptime” entry in CPU view
  + Improvements
    - Improved power usage reading for some GPUs
    - Right-aligned numerical values in Apps and Processes views
    - Added support for PCIe 7.0 and 8.0
    - Internal simplifications and clearer architecture
    - More trace logs

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=17
2025-10-25 21:44:19 +00:00
b3dda8b863 Accepting request 1265444 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1265444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/resources?expand=0&rev=7
2025-03-31 09:42:56 +00:00
3f814515bd - Update to version 1.8.0
+ Bug fixes
    - In certain configurations Resources was unable to read CPU
      temperatures
  + New features
    - GPUs, drives and network interfaces can now show their link
      types and speeds
    - Added support for trace logs - run Resources with the
      environment variable RUST_LOG=resources=trace set to get
      highly verbose logs
    - Added support for reading temperatures of Raspberry PI CPUs
    - Added support for monitoring Raspberry Pi GPUs when running
      kernel 6.12 or higher
    - Updates in the Apps and Processes view are now paused when
      on Ctrl is held
    - Added a column for combined memory and swap usage to the Apps
      and Processes views
  + Improvements
    - Resources now supports type-to-search, making the “Show
      search on start” option obsolete
    - Improved behavior of the side panel especially when in
      portrait mode
    - Battery detection has been improved and power calculation now
      works in more configurations

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/resources?expand=0&rev=15
2025-03-30 00:54:20 +00:00
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
7 changed files with 122 additions and 19 deletions

View File

@@ -1,9 +1,23 @@
<?xml version="1.0"?>
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">resources-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/nokyan/resources.git</param>
<param name="scm">git</param>
<param name="revision">v1.9.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">resources</param>
<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.9.0.obscpio Normal file
View File

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

View File

@@ -1,7 +1,92 @@
-------------------------------------------------------------------
Mon Oct 27 07:07:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Align with standard rust packaging via service.
-------------------------------------------------------------------
Sat Oct 25 21:22:09 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 1.9.0
+ Bug fixes
- Certain notebook docking stations could mistakenly be
recognized as a GPU
- The fallback tab name for batteries was “Drive”
+ New features
- Added translations for new languages (Bulgarian, Finnish,
Hebrew, Slovenian)
- Support for the new “xe” driver for Intel GPUs
- Link info shown for Wi-Fi interfaces
- Resources can halt graphical updates when window not in view
- Added “Commandline” column in Processes view
- Added “Uptime” entry in CPU view
+ Improvements
- Improved power usage reading for some GPUs
- Right-aligned numerical values in Apps and Processes views
- Added support for PCIe 7.0 and 8.0
- Internal simplifications and clearer architecture
- More trace logs
-------------------------------------------------------------------
Sun Mar 30 00:22:21 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 1.8.0
+ Bug fixes
- In certain configurations Resources was unable to read CPU
temperatures
+ New features
- GPUs, drives and network interfaces can now show their link
types and speeds
- Added support for trace logs - run Resources with the
environment variable RUST_LOG=resources=trace set to get
highly verbose logs
- Added support for reading temperatures of Raspberry PI CPUs
- Added support for monitoring Raspberry Pi GPUs when running
kernel 6.12 or higher
- Updates in the Apps and Processes view are now paused when
on Ctrl is held
- Added a column for combined memory and swap usage to the Apps
and Processes views
+ Improvements
- Resources now supports type-to-search, making the “Show
search on start” option obsolete
- Improved behavior of the side panel especially when in
portrait mode
- Battery detection has been improved and power calculation now
works in more configurations
-------------------------------------------------------------------
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

4
resources.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: resources
version: 1.9.0
mtime: 1761387679
commit: bfb26939dc1790bc1577e193edbaeaabaf28342f

View File

@@ -1,8 +1,8 @@
#
# spec file for package resources
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
#
%bcond_without test
%bcond_with test
%define appid net.nokyan.Resources
Name: resources
Version: 1.6.0
Version: 1.9.0
Release: 0
Summary: Monitor your system processes
License: GPL-3.0-or-later
URL: https://github.com/nokyan/resources
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
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.8.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:2c253a2f2cdcee626a15ef1db5d2f8632b7ec8b6d1d86f3c015b5d1a294d583d
size 29596298