This commit is contained in:
parent
9f29ab8166
commit
05404d31bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1361f4f0b92d7e6bdac25a4b7ee138a7ee83b5a9368820f5aa518051ca82862b
|
|
||||||
size 143896
|
|
3
htop-0.8.tar.bz2
Normal file
3
htop-0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c92396fae488bfc75f62ec7ba90dde118b8850ba87b1aa819758a533bb5b2b10
|
||||||
|
size 302717
|
19
htop.changes
19
htop.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 17:29:45 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
- update to htop 0.8
|
||||||
|
* Ability to change sort column with the mouse by clicking
|
||||||
|
column titles (click again to invert order)
|
||||||
|
* Add support for Linux per-process IO statistics, enabled with
|
||||||
|
the --enable-taskstats flag, which requires a kernel compiled
|
||||||
|
with taskstats support.
|
||||||
|
* Add Unicode support, enabled with the --enable-unicode flag,
|
||||||
|
which requires libncursesw. (thanks to Sergej Pupykin)
|
||||||
|
* BUGFIX: Fix display of CPU count for threaded processes. When
|
||||||
|
user threads are hidden, process now shows the sum of
|
||||||
|
processor usage for all processors. When user threads are
|
||||||
|
displayed, each thread shows its own processor usage,
|
||||||
|
including the root thread.
|
||||||
|
* BUGFIX: avoid crashing when using many meters
|
||||||
|
- change source tarball format to bzip2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 26 11:18:29 CET 2007 - thoenig@suse.de
|
Mon Nov 26 11:18:29 CET 2007 - thoenig@suse.de
|
||||||
|
|
||||||
|
31
htop.spec
31
htop.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package htop (Version 0.7)
|
# spec file for package htop (Version 0.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,14 +10,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: htop
|
Name: htop
|
||||||
Url: http://htop.sourceforge.net
|
Url: http://htop.sourceforge.net
|
||||||
Summary: An Interactive text-mode Process Viewer for Linux
|
Summary: An Interactive text-mode Process Viewer for Linux
|
||||||
Version: 0.7
|
Version: 0.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-desktop-file-fix-thoenig-01.patch
|
Patch0: %{name}-desktop-file-fix-thoenig-01.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -62,7 +63,23 @@ rm -rf %{_buildroot}
|
|||||||
%{_mandir}/*/%{name}*
|
%{_mandir}/*/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 26 2007 - thoenig@suse.de
|
* Fri Jul 11 2008 bwalle@suse.de
|
||||||
|
- update to htop 0.8
|
||||||
|
* Ability to change sort column with the mouse by clicking
|
||||||
|
column titles (click again to invert order)
|
||||||
|
* Add support for Linux per-process IO statistics, enabled with
|
||||||
|
the --enable-taskstats flag, which requires a kernel compiled
|
||||||
|
with taskstats support.
|
||||||
|
* Add Unicode support, enabled with the --enable-unicode flag,
|
||||||
|
which requires libncursesw. (thanks to Sergej Pupykin)
|
||||||
|
* BUGFIX: Fix display of CPU count for threaded processes. When
|
||||||
|
user threads are hidden, process now shows the sum of
|
||||||
|
processor usage for all processors. When user threads are
|
||||||
|
displayed, each thread shows its own processor usage,
|
||||||
|
including the root thread.
|
||||||
|
* BUGFIX: avoid crashing when using many meters
|
||||||
|
- change source tarball format to bzip2
|
||||||
|
* Mon Nov 26 2007 thoenig@suse.de
|
||||||
- Update to htop 0.7
|
- Update to htop 0.7
|
||||||
- Changes:
|
- Changes:
|
||||||
* CPU affinity configuration ('a' key)
|
* CPU affinity configuration ('a' key)
|
||||||
@ -81,7 +98,7 @@ rm -rf %{_buildroot}
|
|||||||
* OpenVZ support, enabled at compile-time with
|
* OpenVZ support, enabled at compile-time with
|
||||||
the --enable-openvz flag.
|
the --enable-openvz flag.
|
||||||
(thanks to Sergey Lychko)
|
(thanks to Sergey Lychko)
|
||||||
* Sat Jun 02 2007 - thoenig@suse.de
|
* Sat Jun 02 2007 thoenig@suse.de
|
||||||
- Update to htop 0.6.6
|
- Update to htop 0.6.6
|
||||||
- Changes:
|
- Changes:
|
||||||
* Add support of NLWP field
|
* Add support of NLWP field
|
||||||
@ -90,6 +107,6 @@ rm -rf %{_buildroot}
|
|||||||
* Added display of DRS, DT, LRS and TRS
|
* Added display of DRS, DT, LRS and TRS
|
||||||
* BUGFIX: LRS and DRS memory values were flipped
|
* BUGFIX: LRS and DRS memory values were flipped
|
||||||
* BUGFIX: Don't crash on very high UIDs
|
* BUGFIX: Don't crash on very high UIDs
|
||||||
* Tue May 22 2007 - thoenig@suse.de
|
* Tue May 22 2007 thoenig@suse.de
|
||||||
- Initial package submission (htop 0.6.5)
|
- Initial package submission (htop 0.6.5)
|
||||||
- Add patch htop-desktop-file-fix-thoenig-01.patch
|
- Add patch htop-desktop-file-fix-thoenig-01.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user