- Update to version 3.0.5:
* InfoScreen: fix uncontrolled format string * Improve white text in the Light Terminal colour scheme * Enable the function bar on the main screen to be hidden (see Setup -> Display options) * Reduce layout issues esp. around printing wide characters (not complete yet) * Make the follow function exit cleanly after followed process died * Update help and man page for improved -t / -s options * Drop usage of formatted error messages from <err.h> * Show arrow indicating order of sorted process column * Lots of plumbing around the internal Hashtable, hardening and code cleanups * LibSensors: add support for Ryzen CPUs * Fix CPU percentage on M1 silicon Macs * LoadMeter: dynamically adjust color and total of bar * Find libsensors.so.4 for Fedora and friends * Enable going back to previous search matches (Shift-F3) * Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much) OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=57
This commit is contained in:
parent
818c9a1f42
commit
17fdfeebd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a403b4af4b5100a86183d3e9bb4839fcec99ac4368a60c242e9d7c742a34928
|
||||
size 353229
|
3
htop-3.0.5.tar.gz
Normal file
3
htop-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19535f8f01ac08be2df880c93c9cedfc50fa92320d48e3ef92a30b6edc4d1917
|
||||
size 360867
|
20
htop.changes
20
htop.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 08:47:23 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.0.5:
|
||||
* InfoScreen: fix uncontrolled format string
|
||||
* Improve white text in the Light Terminal colour scheme
|
||||
* Enable the function bar on the main screen to be hidden (see Setup -> Display options)
|
||||
* Reduce layout issues esp. around printing wide characters (not complete yet)
|
||||
* Make the follow function exit cleanly after followed process died
|
||||
* Update help and man page for improved -t / -s options
|
||||
* Drop usage of formatted error messages from <err.h>
|
||||
* Show arrow indicating order of sorted process column
|
||||
* Lots of plumbing around the internal Hashtable, hardening and code cleanups
|
||||
* LibSensors: add support for Ryzen CPUs
|
||||
* Fix CPU percentage on M1 silicon Macs
|
||||
* LoadMeter: dynamically adjust color and total of bar
|
||||
* Find libsensors.so.4 for Fedora and friends
|
||||
* Enable going back to previous search matches (Shift-F3)
|
||||
* Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 08:42:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package htop
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,15 +17,17 @@
|
||||
|
||||
|
||||
Name: htop
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: An Interactive text-mode Process Viewer for Linux
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Monitoring
|
||||
URL: https://htop.dev
|
||||
Source0: https://dl.bintray.com/%{name}/source/%{name}-%{version}.tar.gz
|
||||
BuildRequires: libsensors4-devel
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(hwloc)
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
@ -43,7 +45,7 @@ better 'top' and requires ncurses.
|
||||
%configure \
|
||||
--enable-taskstats \
|
||||
--enable-unicode \
|
||||
--enable-linux-affinity \
|
||||
--enable-hwloc \
|
||||
--enable-taskstats \
|
||||
--enable-delayacct \
|
||||
--enable-cgroup
|
||||
|
Loading…
Reference in New Issue
Block a user