- 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:
Martin Pluskal 2021-01-12 08:52:49 +00:00 committed by Git OBS Bridge
parent 818c9a1f42
commit 17fdfeebd7
4 changed files with 28 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -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> Wed Dec 23 08:42:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package htop # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,17 @@
Name: htop Name: htop
Version: 3.0.4 Version: 3.0.5
Release: 0 Release: 0
Summary: An Interactive text-mode Process Viewer for Linux Summary: An Interactive text-mode Process Viewer for Linux
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/Monitoring Group: System/Monitoring
URL: https://htop.dev URL: https://htop.dev
Source0: https://dl.bintray.com/%{name}/source/%{name}-%{version}.tar.gz Source0: https://dl.bintray.com/%{name}/source/%{name}-%{version}.tar.gz
BuildRequires: libsensors4-devel
BuildRequires: pkgconfig >= 0.9.0 BuildRequires: pkgconfig >= 0.9.0
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(hwloc)
BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: pkgconfig(libnl-genl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0)
BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(ncurses)
@ -43,7 +45,7 @@ better 'top' and requires ncurses.
%configure \ %configure \
--enable-taskstats \ --enable-taskstats \
--enable-unicode \ --enable-unicode \
--enable-linux-affinity \ --enable-hwloc \
--enable-taskstats \ --enable-taskstats \
--enable-delayacct \ --enable-delayacct \
--enable-cgroup --enable-cgroup