From 17fdfeebd7ac5474b1a6490ef795bfebc1fc1bd851d83f5426296b5c28db85be Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 12 Jan 2021 08:52:49 +0000 Subject: [PATCH] - 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 * 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 --- htop-3.0.4.tar.gz | 3 --- htop-3.0.5.tar.gz | 3 +++ htop.changes | 20 ++++++++++++++++++++ htop.spec | 8 +++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 htop-3.0.4.tar.gz create mode 100644 htop-3.0.5.tar.gz diff --git a/htop-3.0.4.tar.gz b/htop-3.0.4.tar.gz deleted file mode 100644 index af26ac2..0000000 --- a/htop-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a403b4af4b5100a86183d3e9bb4839fcec99ac4368a60c242e9d7c742a34928 -size 353229 diff --git a/htop-3.0.5.tar.gz b/htop-3.0.5.tar.gz new file mode 100644 index 0000000..f63783e --- /dev/null +++ b/htop-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19535f8f01ac08be2df880c93c9cedfc50fa92320d48e3ef92a30b6edc4d1917 +size 360867 diff --git a/htop.changes b/htop.changes index d341e0f..835c290 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 12 08:47:23 UTC 2021 - Martin Pluskal + +- 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 + * 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 diff --git a/htop.spec b/htop.spec index f2d2853..503650a 100644 --- a/htop.spec +++ b/htop.spec @@ -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