Accepting request 947247 from home:sbradnick:branches:Base:System
- Update to upstream release 1.2.0: * Added: Support for FreeBSD, by @joske and @aristocratos * Fixed (again): Account for system rolling over net speeds in Net::collect() * Added: Theme gruvbox_material_dark, by @marcoradocchia * Added: Option for base 10 bytes/bits * Fixed: Create dependency files in build directory when compiling, by @stwnt * Fixed: fix CPU temp fallback on macOS, by @joske * Changed: From rng::sort() to rng::stable_sort() for more stability * Fixed: in_avail() can always be zero, by @pg83 OBS-URL: https://build.opensuse.org/request/show/947247 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=18
This commit is contained in:
parent
2ec0a3551a
commit
73f8cf5a0c
17
btop.changes
17
btop.changes
@ -1,11 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 15:13:31 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com> - 1.2.0
|
||||
|
||||
- Update to upstream release 1.2.0:
|
||||
* Added: Support for FreeBSD, by @joske and @aristocratos
|
||||
* Fixed (again): Account for system rolling over net speeds in Net::collect()
|
||||
* Added: Theme gruvbox_material_dark, by @marcoradocchia
|
||||
* Added: Option for base 10 bytes/bits
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 21:39:39 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.4
|
||||
|
||||
- Update to upstream release 1.1.4:
|
||||
* Fixed: Create dependency files in build directory when compiling, by @stwnt
|
||||
* Fixed: fix CPU temp fallback on macOS, by @joske
|
||||
* Changed: From rng::sort() to rng::stable_sort() for more stability
|
||||
* Fixed: in_avail() can always be zero, by @pg83
|
||||
* Fixed: Create dependency files in build directory when compiling, by @stwnt
|
||||
* Fixed: fix CPU temp fallback on macOS, by @joske
|
||||
* Changed: From rng::sort() to rng::stable_sort() for more stability
|
||||
* Fixed: in_avail() can always be zero, by @pg83
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 15:14:51 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.1.3
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btop
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btop
|
||||
Version: 1.1.4
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5e039ed235aaa24c7c7f8492043b6a251913ce8db688defc46aa83091d40ba1
|
||||
size 944157
|
3
v1.2.0.tar.gz
Normal file
3
v1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a87b9d0bb0f5010d53f0ac72ddee9fd7b5a4039bce51b94b262313e946df02
|
||||
size 958750
|
Loading…
Reference in New Issue
Block a user