From 3983622298180d799413849d6dbd5f0fba018e0ef209cd87d40623b55da4ed0a Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 22 Mar 2022 13:04:50 +0000 Subject: [PATCH] Accepting request 962952 from home:jlkDE - Update to 0.6.8: * Add PgUp/PgDown keybind support to scroll up and down a page in a table * Fix bug where the program would stall in an infinite loop if the width of the terminal was too small * Fix a bug where the number of CPUs is never refreshed * Update sysinfo - Strip binary OBS-URL: https://build.opensuse.org/request/show/962952 OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=17 --- _service | 2 +- bottom-0.6.6.tar.gz | 3 --- bottom-0.6.8.tar.gz | 3 +++ bottom.changes | 21 ++++++++++++++++++++- bottom.spec | 4 ++-- cargo_config | 5 ++++- vendor.tar.xz | 4 ++-- 7 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 bottom-0.6.6.tar.gz create mode 100644 bottom-0.6.8.tar.gz diff --git a/_service b/_service index d9c7cc7..cd835bd 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - bottom-0.6.6 + bottom-0.6.8 diff --git a/bottom-0.6.6.tar.gz b/bottom-0.6.6.tar.gz deleted file mode 100644 index ef89b82..0000000 --- a/bottom-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102932d73a5b053c81bb7d9a7a8af35a0da1f9f391a62a58ba5cd1702daf4429 -size 7806386 diff --git a/bottom-0.6.8.tar.gz b/bottom-0.6.8.tar.gz new file mode 100644 index 0000000..68b16d2 --- /dev/null +++ b/bottom-0.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4eb251972a7af8c46dd36bcf1335fea334fb670569434fbfd594208905b2d9 +size 7806719 diff --git a/bottom.changes b/bottom.changes index 85a28d2..183fab3 100644 --- a/bottom.changes +++ b/bottom.changes @@ -1,10 +1,29 @@ +------------------------------------------------------------------- +Fri Mar 18 21:04:54 UTC 2022 - Jan-Luca Kiok + +- Package version appropriate deps + +------------------------------------------------------------------- +Fri Mar 18 20:48:25 UTC 2022 - Jan-Luca Kiok + +- Update to 0.6.8: + * Add PgUp/PgDown keybind support to scroll up and down a page in + a table + * Fix bug where the program would stall in an infinite loop if + the width of the terminal was too small + * Fix a bug where the number of CPUs is never refreshed + * Update sysinfo +- Strip binary +- Require cargo version 1.58 at least for binary stripping on cargo + build + ------------------------------------------------------------------- Tue Jan 4 22:15:17 UTC 2022 - Dirk Müller - update to 0.6.6: * Address RUSTSEC-2020-0071 * Fixes process_command breaking process widget sorting - * Fix process CPU calculation if /proc/stat CPU line has less values than expected + * Fix process CPU calculation if /proc/stat CPU line has less values than expected * Remove duplicate guest time in process CPU calculation ------------------------------------------------------------------- diff --git a/bottom.spec b/bottom.spec index 7bd8d91..c8ef419 100644 --- a/bottom.spec +++ b/bottom.spec @@ -18,7 +18,7 @@ Name: bottom -Version: 0.6.6 +Version: 0.6.8 Release: 0 Summary: Yet another graphical process/system monitor License: MIT @@ -27,7 +27,7 @@ URL: https://github.com/ClementTsang/bottom Source: https://github.com/ClementTsang/bottom/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz Source2: cargo_config -BuildRequires: cargo +BuildRequires: cargo >= 1.58 BuildRequires: rust %description diff --git a/cargo_config b/cargo_config index 6fb4ff4..a8c7a6e 100644 --- a/cargo_config +++ b/cargo_config @@ -2,4 +2,7 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" + +[profile.release] +strip = "symbols" diff --git a/vendor.tar.xz b/vendor.tar.xz index be0e1cf..fae86c7 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6277ee6ed8163d7bf22b576e652bc8481778d8c5327c1ebb17b93240ea76e7d -size 9718936 +oid sha256:bda30e0bc981a51311de35a20a7d7fcf52c726a07f0e4535086731aa7b3ce9f0 +size 9829952