- update to htop-1.0.1 (bugfix release)
* respecting $XDG_CONFIG_HOME (thanks to Hadzhimurad Ustarkhan for the suggestion.) * Safer behavior on the kill screen, to make it harder to kill the wrong process. * BUGFIX: behavior of 'F' (follow) key was broken, also affecting the persistence of mouse selections. * BUGFIX: keep main panel up-to-date when running the screen manager, to fix crash when processes die while on the F9/Kill screen. OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=17
This commit is contained in:
parent
f957135d23
commit
c6a0fb5ffa
3
htop-1.0.1.tar.gz
Normal file
3
htop-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07db2cbe02835f9e186b9610ecc3beca330a5c9beadb3b6069dd0a10561506f2
|
||||
size 384683
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e289e557734e658c826079a185632373e501ff29479e3a0df48b61f39e38685c
|
||||
size 297625
|
14
htop.changes
14
htop.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 06:37:59 UTC 2012 - puzel@suse.com
|
||||
|
||||
- update to htop-1.0.1 (bugfix release)
|
||||
* respecting $XDG_CONFIG_HOME
|
||||
(thanks to Hadzhimurad Ustarkhan for the suggestion.)
|
||||
* Safer behavior on the kill screen, to make it harder to kill
|
||||
the wrong process.
|
||||
* BUGFIX: behavior of 'F' (follow) key was broken, also affecting
|
||||
the persistence of mouse selections.
|
||||
* BUGFIX: keep main panel up-to-date when running the screen
|
||||
manager, to fix crash when processes die while on the F9/Kill
|
||||
screen.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 16:27:15 UTC 2011 - puzel@suse.com
|
||||
|
||||
|
14
htop.spec
14
htop.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package htop
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,24 +15,22 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: htop
|
||||
Url: http://htop.sourceforge.net
|
||||
Summary: An Interactive text-mode Process Viewer for Linux
|
||||
Version: 1.0
|
||||
Release: 14
|
||||
License: GPL-2.0+
|
||||
Group: System/Monitoring
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: htop-desktop-file-fix-thoenig-01.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ncurses-devel python
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: update-desktop-files
|
||||
Recommends: strace
|
||||
Recommends: lsof
|
||||
AutoReqProv: on
|
||||
|
||||
%description
|
||||
htop is an interactive text-mode process viewer for Linux. It aims to
|
||||
|
Loading…
Reference in New Issue
Block a user