Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b1391ee4f | |||
|
|
a180011975 | ||
| fb11c4ee6a | |||
|
|
7ac2cf8e68 | ||
| 0dabb4317a | |||
|
|
8aba101f0e | ||
| 2a5248c621 | |||
| d15aaa4bd0 | |||
| f779b29769 | |||
|
|
2de3a71e3f | ||
| fa0710ebe4 | |||
|
|
50c1530107 |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/ClementTsang/bottom.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">0.10.2</param>
|
||||
<param name="revision">0.12.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -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">9ef7b687b36373202f8d1f65e25b8494840252f6</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd04058f7376a03620116360dbc82c27f1f53679c37ea9a4c7e5638e169d19c5
|
||||
size 3061419
|
||||
3
bottom-0.12.2.tar.zst
Normal file
3
bottom-0.12.2.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d20cbfc6a7a16b73d62cdd29710fafa0b25eb6f237457aa8958efc4b2a18c108
|
||||
size 3113388
|
||||
128
bottom.changes
128
bottom.changes
@@ -1,3 +1,131 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 29 12:52:10 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||
|
||||
- Update to version 0.12.2:
|
||||
* Features
|
||||
* Add spacebar shortcut to toggle process tree expansion
|
||||
* Add read-only mode, where things like killing processes is
|
||||
disabled
|
||||
* Add enter key shortcut to close process search widget
|
||||
* Add nice (UNIX-only) and priority columns to the process
|
||||
widget
|
||||
* Bug Fixes
|
||||
* Fix a bug around quote parsing in the process widget's search
|
||||
* Other
|
||||
* Rename Linux icon to avoid collision with generic "bottom"
|
||||
icon
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 10:19:53 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.11.4:
|
||||
Bug Fixes:
|
||||
* #1859: Ensure average CPU is drawn on top in "All" mode.
|
||||
* #1867: Fix network graph y-axis height cache not updating correctly.
|
||||
* #1867: Fix network graph y-axis occasionally starting with a range of zero.
|
||||
Other:
|
||||
* #1862: Simplify cfg condition
|
||||
* #1863: Replace bottom icon with a square version
|
||||
* #1865: Improve help dialog width calculation.
|
||||
* #1869: Add mise installation method to README
|
||||
- Remove obscpio file, we already use the .tar.zst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 12:07:26 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||
|
||||
- Update to version 0.11.3:
|
||||
Features:
|
||||
* Add free_arc option to subtract ARC from total memory usage
|
||||
Bug Fixes:
|
||||
* Sort disk I/O using actual value rather than string
|
||||
representation
|
||||
* Fix displayed average CPU value being wrong in graphs.
|
||||
Other:
|
||||
* Add icon for application
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 05:14:19 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to version 0.11.2:
|
||||
Features:
|
||||
* #1793: Add support for threads in Linux.
|
||||
* #1719: Support ignoring all keypresses.
|
||||
* #1772: Support hiding kernel threads
|
||||
Bug Fixes:
|
||||
* #1800: Fix colon at end of process name in Linux.
|
||||
* #1804: Draw average CPU last again.
|
||||
* #1811: Fix drawing average CPU in basic mode when dedicated row is enabled
|
||||
* #1817: Fix builds for FreeBSD on ARM/PowerPC due to libc::c_char data type being different
|
||||
* #1821: Use alpha version of ratatui version which fixes drawing at high resolutions.
|
||||
* #1827: Fix crash for Windows where the network widget could cause a crash if the program
|
||||
started too quickly after boot under certain settings.
|
||||
Other:
|
||||
* #1780: Add gah installation instructions
|
||||
* #1801: Build and check Windows ARM.
|
||||
* #1816: Optimize username cloning on Unix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
4
bottom.obsinfo
Normal file
4
bottom.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: bottom
|
||||
version: 0.12.2
|
||||
mtime: 1766854736
|
||||
commit: 9ef7b687b36373202f8d1f65e25b8494840252f6
|
||||
@@ -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.12.2
|
||||
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.89
|
||||
BuildRequires: zstd
|
||||
|
||||
%description
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9589788bafc43302a3c32b23bc79963ad1372e7c7d35c65840cfe3fb0dd2953f
|
||||
size 38596795
|
||||
oid sha256:5968c1beb3cb86bed7d872012b551c2702d3d8e19e8ccce01387ec4fcec07e84
|
||||
size 37987250
|
||||
|
||||
Reference in New Issue
Block a user