SHA256
1
0
forked from pool/bottom

Accepting request 892926 from home:mnhauke

- Update to version 0.6.1
  * Fine-grained kill signals - bottom defaulted to kill -15, but
    now, on Unix-based systems, you can directly choose which kill
    signal you want.
  * You can disable this feature if you want with the
    --disable_advanced_kill flag or config option, which will
    instead revert to the older style with just two options.
  * Scroll position indicator using --show_table_scroll_position.
  * Added Nord colour schemes. This can be enabled either in the
    config file or command line with color=nord or color=nord-light.
  * Add Ctrl-w and Ctrl-h shortcuts in search in order to delete a
    word or a character respectively.
  * Added mouse support for sorting process columns:
  * Added users as a column in the process widget.

OBS-URL: https://build.opensuse.org/request/show/892926
OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=13
This commit is contained in:
Martin Hauke 2021-05-17 15:43:30 +00:00 committed by Git OBS Bridge
parent 773ac07a80
commit 239981975d
7 changed files with 37 additions and 15 deletions

5
_service Normal file
View File

@ -0,0 +1,5 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">bottom-0.6.1</param>
</service>
</services>

View File

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

3
bottom-0.6.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu May 13 16:17:33 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.6.1
* Fine-grained kill signals - bottom defaulted to kill -15, but
now, on Unix-based systems, you can directly choose which kill
signal you want.
* You can disable this feature if you want with the
--disable_advanced_kill flag or config option, which will
instead revert to the older style with just two options.
* Scroll position indicator using --show_table_scroll_position.
* Added Nord colour schemes. This can be enabled either in the
config file or command line with color=nord or color=nord-light.
* Add Ctrl-w and Ctrl-h shortcuts in search in order to delete a
word or a character respectively.
* Added mouse support for sorting process columns:
* Added users as a column in the process widget.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 6 12:33:10 UTC 2021 - Martin Hauke <mardnh@gmx.de> Sat Mar 6 12:33:10 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -18,7 +18,7 @@
Name: bottom Name: bottom
Version: 0.5.7 Version: 0.6.1
Release: 0 Release: 0
Summary: Yet another graphical process/system monitor Summary: Yet another graphical process/system monitor
License: MIT License: MIT
@ -26,6 +26,7 @@ Group: System/Monitoring
URL: https://github.com/ClementTsang/bottom URL: https://github.com/ClementTsang/bottom
Source: https://github.com/ClementTsang/bottom/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/ClementTsang/bottom/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: cargo BuildRequires: cargo
BuildRequires: rust BuildRequires: rust
@ -34,15 +35,8 @@ A cross-platform graphical process/system monitor with a
customizable interface and a multitude of features. customizable interface and a multitude of features.
%prep %prep
%setup -qa1 %autosetup -p 1 -a 1
mkdir -p .cargo install -D -m 0644 %{SOURCE2} .cargo/config
cat >.cargo/config <<EOF
[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'
[source.vendored-sources]
directory = './vendor'
EOF
%build %build
cargo build --release --locked %{?_smp_mflags} cargo build --release --locked %{?_smp_mflags}

5
cargo_config Normal file
View File

@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4bdf2b9109c2ab43307aa77e73cb3066019015aac730b716c44eacef001348d0 oid sha256:eb9ba6d8080c50e8bac77708c7c540b991281c1aa0a000e494c80e31cc0a275a
size 9399428 size 9489804