update to htop-1.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=14
This commit is contained in:
Petr Uzel 2011-11-24 17:31:22 +00:00 committed by Git OBS Bridge
parent c1d1453ae6
commit 18d042959d
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a54594f142e270edf02bb3473362bae1f5f5415714a9492062fccb04e1f7f1d
size 335451

3
htop-1.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Nov 24 16:27:15 UTC 2011 - puzel@suse.com
- update to htop-1.0
* Performance improvements
* Support for splitting CPU meters into two or four columns
* Switch from PLPA, which is now deprecated, to HWLOC.
* Bring back support for native Linux sched_setaffinity,
so we don't have to use HWLOC where we don't need to.
* Support for typing in user names and column fields in selection
panels.
* Support for UTF-8 tree drawing
* Option for counting CPUs from zero
* Meters update in every screen (no longer halting while on
Setup, etc.)
* Stricter checks for command-line options
* Incremental filtering
* Try harder to find the ncurses header
* Man page updates
* BUGFIX: Support larger numbers for process times.
* BUGFIX: Segfault in BarMeterMode_draw() for small terminal
widths
-------------------------------------------------------------------
Sat Jul 30 17:25:43 UTC 2011 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package htop (Version 0.9)
# spec file for package htop
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -21,8 +21,8 @@
Name: htop
Url: http://htop.sourceforge.net
Summary: An Interactive text-mode Process Viewer for Linux
Version: 0.9
Release: 1
Version: 1.0
Release: 14
License: GPLv2+
Group: System/Monitoring
Source0: %{name}-%{version}.tar.bz2