SHA256
1
0
forked from pool/bottom

Accepting request 943857 from home:dirkmueller:Factory

- 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 
  * Remove duplicate guest time in process CPU calculation

OBS-URL: https://build.opensuse.org/request/show/943857
OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=16
This commit is contained in:
Martin Hauke 2022-01-04 22:33:39 +00:00 committed by Git OBS Bridge
parent 08f5a04ce3
commit 37b0fbca4f
6 changed files with 18 additions and 9 deletions

View File

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

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 4 22:15:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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
* Remove duplicate guest time in process CPU calculation
-------------------------------------------------------------------
Mon Oct 25 21:19:48 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package bottom
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -18,13 +18,13 @@
Name: bottom
Version: 0.6.4
Version: 0.6.6
Release: 0
Summary: Yet another graphical process/system monitor
License: MIT
Group: System/Monitoring
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/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: cargo

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:244d364881f8ed51c73311f687a849c2b632f6a7cdeee37e6b63386828f06f98
size 9643708
oid sha256:f6277ee6ed8163d7bf22b576e652bc8481778d8c5327c1ebb17b93240ea76e7d
size 9718936