forked from pool/bottom
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
This commit is contained in:
parent
37b0fbca4f
commit
3983622298
2
_service
2
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">bottom-0.6.6</param>
|
<param name="srcdir">bottom-0.6.8</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:102932d73a5b053c81bb7d9a7a8af35a0da1f9f391a62a58ba5cd1702daf4429
|
|
||||||
size 7806386
|
|
3
bottom-0.6.8.tar.gz
Normal file
3
bottom-0.6.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e4eb251972a7af8c46dd36bcf1335fea334fb670569434fbfd594208905b2d9
|
||||||
|
size 7806719
|
@ -1,10 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 21:04:54 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
|
||||||
|
|
||||||
|
- Package version appropriate deps
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 20:48:25 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Tue Jan 4 22:15:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.6.6:
|
- update to 0.6.6:
|
||||||
* Address RUSTSEC-2020-0071
|
* Address RUSTSEC-2020-0071
|
||||||
* Fixes process_command breaking process widget sorting
|
* 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
|
* Remove duplicate guest time in process CPU calculation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bottom
|
Name: bottom
|
||||||
Version: 0.6.6
|
Version: 0.6.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet another graphical process/system monitor
|
Summary: Yet another graphical process/system monitor
|
||||||
License: MIT
|
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
|
Source: https://github.com/ClementTsang/bottom/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo >= 1.58
|
||||||
BuildRequires: rust
|
BuildRequires: rust
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -2,4 +2,7 @@
|
|||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = "symbols"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f6277ee6ed8163d7bf22b576e652bc8481778d8c5327c1ebb17b93240ea76e7d
|
oid sha256:bda30e0bc981a51311de35a20a7d7fcf52c726a07f0e4535086731aa7b3ce9f0
|
||||||
size 9718936
|
size 9829952
|
||||||
|
Loading…
Reference in New Issue
Block a user