5 Commits

7 changed files with 73 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/ClementTsang/bottom.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.10.2</param>
<param name="revision">0.11.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/ClementTsang/bottom.git</param>
<param name="changesrevision">2ec1fb56c9db0b37acc4eca3230adfb52720376b</param></service></servicedata>
<param name="changesrevision">2578f20ce542047e3906ef87334ce15fbb53c15a</param></service></servicedata>

View File

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

3
bottom-0.11.1~0.tar.zst Normal file
View File

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

View File

@@ -1,3 +1,66 @@
-------------------------------------------------------------------
Fri Aug 15 20:37:17 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
- Update to version 0.11.1:
* Bug Fixes
* Fix disk.columns being incorrectly interpreted as blank.
* Fix issue with battery widget time and small widths.
* Other
* Speed up time between startup and displaying data.
-------------------------------------------------------------------
Sat Aug 09 18:57:55 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
- Bump rust version requirement to 1.81
-------------------------------------------------------------------
Sat Aug 09 18:42:24 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
- Update to version 0.11.0~0:
* Features
* Add the ability to configure the disk widget's table columns.
* Support AMD GPU data collection on Linux.
* Support changing the widget borders.
* Support delete key (fn + delete on macOS) to kill processes.
* Support using left/right key to collapse/expand process trees respectively.
* Add a virtual memory column for processes.
* Add option to have process tree entries be collapsed by default.
* Bug Fixes
* Fix missing parent section names in default config.
* Fix typo in default config.
* Fix issue where CPU usage in basic mode looks weird if core count isn't divisible by four.
* Fix missing selected text background colour in default-light theme.
* Fix using "none" for chart legend position in configs.
* Fix incorrect default config definitions for chart legends.
* Fix support for nilfs2 file system.
* Fix properly cleaning up the terminal if the program is terminated due to an Err bubbling to the top.
* Fix network graphs using log scaling having broken lines when a point was 0.
* Fix for ARC/SWAP not being hidden in basic mode after refactor.
* Fix graph lines potentially showing up behind legends.
* Fix process kill dialog occasionally causing panics.
* Fix missing stats/incorrect mount name for certain entries in the disk widget.
* Fix increment for data tables if the change is greater than the number of entries left.
* Changes
* Rename --enable_gpu to --disable_gpu, and make GPU features enabled by default.
* Consider $XDG_CONFIG_HOME on macOS when looking for a default config path in a backwards-compatible fashion.
* Allow hyphenated arguments to work as well (e.g. --autohide-time).
* Redesign process kill dialog.
* Disable mouse capture when disable_click is set.
* Change how we calculate swap usage in Windows.
Other
* Fix missing parent section names in TOML.
* Add Terra installation instructions.
* Update demo caption in docs.
* Update Arch install instructions.
* Better handle NVIDIA GPUs on Linux with only libnvidia-ml.so.1.
* Make it possible to override completion/manpage generation output directory via env.
* Rework how data is stored internally, reducing memory usage a bit.
* Update Nix installation instructions.
* Update openSUSE installation instructions.
* Update Alpine Linux installation instructions.
* Fix invalid desktop file values.
-------------------------------------------------------------------
Tue Aug 6 20:47:21 UTC 2024 - Jan-Luca Kiok <opensuse-packages@jlk.one>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bottom
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: bottom
Version: 0.10.2~0
Version: 0.11.1~0
Release: 0
Summary: Yet another graphical process/system monitor
License: Apache-2.0 AND MIT
@@ -27,7 +27,7 @@ URL: https://github.com/ClementTsang/bottom
Source: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: rust >= 1.70
BuildRequires: rust >= 1.81
BuildRequires: zstd
%description

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9589788bafc43302a3c32b23bc79963ad1372e7c7d35c65840cfe3fb0dd2953f
size 38596795
oid sha256:fea7dce05db634f8610a2b4258ec816b8211e27d50c2fe5b1626bc2b3c34dfca
size 28742573