Accepting request 926325 from home:sbradnick:branches:Base:System
- Update to upstream release 1.0.18: * Fixed: Makefile g++ -dumpmachine failure to get platform on some distros - Update to upstream release 1.0.17: * Changed: Reverted mutexes back to custom atomic bool based locks * Added: Static binaries switched to building with musl + more platforms, by @jan-guenter * Fixed: Improved battery detection, by @jan-guenter * Added: Displayed battery selectable in options menu * Fixed: Battery error if non existent battery named is entered OBS-URL: https://build.opensuse.org/request/show/926325 OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=9
This commit is contained in:
parent
bd80c46457
commit
df4260c3f9
12
btop.changes
12
btop.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 15:40:53 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com> - 1.0.18
|
||||
|
||||
- Update to upstream release 1.0.18:
|
||||
* Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
|
||||
- Update to upstream release 1.0.17:
|
||||
* Changed: Reverted mutexes back to custom atomic bool based locks
|
||||
* Added: Static binaries switched to building with musl + more platforms, by @jan-guenter
|
||||
* Fixed: Improved battery detection, by @jan-guenter
|
||||
* Added: Displayed battery selectable in options menu
|
||||
* Fixed: Battery error if non existent battery named is entered
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 18 17:33:44 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btop
|
||||
Version: 1.0.16
|
||||
Version: 1.0.18
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
@ -35,7 +35,7 @@ BuildRequires: gcc-c++ >= 11
|
||||
BuildRequires: sed
|
||||
|
||||
%description
|
||||
Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of bashtop and bpytop.
|
||||
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.C++ version and continuation of bashtop and bpytop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c2bdf712a98e97ebb1b9a024db0f1435410de1d6bdc1759706dd70fc636b31f
|
||||
size 926342
|
3
v1.0.18.tar.gz
Normal file
3
v1.0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29015bf7f34d87c7748f816f72f981f56f894946c6ec0faa330f71a8537781b7
|
||||
size 922257
|
Loading…
Reference in New Issue
Block a user