Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4fc205db0 | |||
| e5b6217356 | |||
| a2441b4105 | |||
| dfad3d2e54 | |||
| b3dda8b863 | |||
| 3f814515bd |
23
_service
23
_service
@@ -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>
|
||||
|
||||
@@ -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
3
resources-1.9.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9205ab9496dcd01e0f66d28e53f6fba07652a109b6eba0c3b78f0c1d8a7a7e0
|
||||
size 3452428
|
||||
@@ -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
4
resources.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: resources
|
||||
version: 1.9.0
|
||||
mtime: 1761387679
|
||||
commit: bfb26939dc1790bc1577e193edbaeaabaf28342f
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4953d9234e2bd006a9a1feaf093f85c567fdaa031ddad0300138ae32aa3c2f1f
|
||||
size 29354121
|
||||
oid sha256:2c253a2f2cdcee626a15ef1db5d2f8632b7ec8b6d1d86f3c015b5d1a294d583d
|
||||
size 29596298
|
||||
|
||||
Reference in New Issue
Block a user