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:
parent
773ac07a80
commit
239981975d
5
_service
Normal file
5
_service
Normal file
@ -0,0 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">bottom-0.6.1</param>
|
||||
</service>
|
||||
</services>
|
@ -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
3
bottom-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa9c26e7e8e1300e9827c098317efa28cc28ae8acabfdb12f14e4ba65f42a57c
|
||||
size 8691278
|
@ -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>
|
||||
|
||||
|
14
bottom.spec
14
bottom.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: bottom
|
||||
Version: 0.5.7
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Yet another graphical process/system monitor
|
||||
License: MIT
|
||||
@ -26,6 +26,7 @@ Group: System/Monitoring
|
||||
URL: https://github.com/ClementTsang/bottom
|
||||
Source: https://github.com/ClementTsang/bottom/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
|
||||
@ -34,15 +35,8 @@ A cross-platform graphical process/system monitor with a
|
||||
customizable interface and a multitude of features.
|
||||
|
||||
%prep
|
||||
%setup -qa1
|
||||
mkdir -p .cargo
|
||||
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
|
||||
%autosetup -p 1 -a 1
|
||||
install -D -m 0644 %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
cargo build --release --locked %{?_smp_mflags}
|
||||
|
5
cargo_config
Normal file
5
cargo_config
Normal file
@ -0,0 +1,5 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bdf2b9109c2ab43307aa77e73cb3066019015aac730b716c44eacef001348d0
|
||||
size 9399428
|
||||
oid sha256:eb9ba6d8080c50e8bac77708c7c540b991281c1aa0a000e494c80e31cc0a275a
|
||||
size 9489804
|
||||
|
Loading…
Reference in New Issue
Block a user