6 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
7 changed files with 89 additions and 14 deletions

View File

@@ -1,8 +1,23 @@
<?xml version="1.0"?>
<services>
<service name="download_files" mode="manual" />
<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="src">resources-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="srcdir">resources</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>

View File

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

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,3 +1,59 @@
-------------------------------------------------------------------
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>

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
@@ -20,19 +20,19 @@
%bcond_with test
%define appid net.nokyan.Resources
Name: resources
Version: 1.7.1
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) >= 4.10
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.0
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:4953d9234e2bd006a9a1feaf093f85c567fdaa031ddad0300138ae32aa3c2f1f
size 29354121
oid sha256:2c253a2f2cdcee626a15ef1db5d2f8632b7ec8b6d1d86f3c015b5d1a294d583d
size 29596298