From 239981975dc946441410bf9feb5bb774a6300892ec3c0d5883fd70eb1b409b48 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 17 May 2021 15:43:30 +0000 Subject: [PATCH] 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 --- _service | 5 +++++ bottom-0.5.7.tar.gz | 3 --- bottom-0.6.1.tar.gz | 3 +++ bottom.changes | 18 ++++++++++++++++++ bottom.spec | 14 ++++---------- cargo_config | 5 +++++ vendor.tar.xz | 4 ++-- 7 files changed, 37 insertions(+), 15 deletions(-) create mode 100644 _service delete mode 100644 bottom-0.5.7.tar.gz create mode 100644 bottom-0.6.1.tar.gz create mode 100644 cargo_config diff --git a/_service b/_service new file mode 100644 index 0000000..e70647f --- /dev/null +++ b/_service @@ -0,0 +1,5 @@ + + + bottom-0.6.1 + + diff --git a/bottom-0.5.7.tar.gz b/bottom-0.5.7.tar.gz deleted file mode 100644 index 62e68ed..0000000 --- a/bottom-0.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49e01a2930d913dba2a1329389faddb4b3971a6b0c08f7482d2759475d5cc27c -size 10085835 diff --git a/bottom-0.6.1.tar.gz b/bottom-0.6.1.tar.gz new file mode 100644 index 0000000..854015b --- /dev/null +++ b/bottom-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9c26e7e8e1300e9827c098317efa28cc28ae8acabfdb12f14e4ba65f42a57c +size 8691278 diff --git a/bottom.changes b/bottom.changes index 32884a7..5c21865 100644 --- a/bottom.changes +++ b/bottom.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 13 16:17:33 UTC 2021 - Martin Hauke + +- 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 diff --git a/bottom.spec b/bottom.spec index 798fb93..ecf5535 100644 --- a/bottom.spec +++ b/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 <