This commit is contained in:
parent
a19d0c28b1
commit
a30d585751
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fea31b327e5939b1f4e834180d1a130e9bde76ff54f6f02fb661abf7bea68c08
|
|
||||||
size 306388
|
|
3
htop-0.8.3.tar.bz2
Normal file
3
htop-0.8.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac4cc48cefda0703297a5ec8e1969f831524b378408279c2b8f9490dce91ba52
|
||||||
|
size 296281
|
@ -1,11 +1,11 @@
|
|||||||
--- htop.desktop 2006-11-14 18:23:02.000000000 +0100
|
Index: htop.desktop
|
||||||
+++ htop.desktop 2007-05-22 13:04:06.000000000 +0200
|
===================================================================
|
||||||
@@ -8,5 +8,7 @@
|
--- htop.desktop.orig 2009-04-18 22:44:09.000000000 +0200
|
||||||
|
+++ htop.desktop 2009-06-02 11:39:01.000000000 +0200
|
||||||
|
@@ -6,5 +6,5 @@ Comment=Show System Processes
|
||||||
|
Terminal=true
|
||||||
Exec=htop
|
Exec=htop
|
||||||
Path=
|
|
||||||
Icon=htop
|
Icon=htop
|
||||||
-Categories=ConsoleOnly;System;Application;
|
-Categories=ConsoleOnly;System;
|
||||||
+Categories=System;Monitor;
|
+Categories=System;Monitor;
|
||||||
GenericName=Process Viewer
|
GenericName=Process Viewer
|
||||||
+Terminal=true
|
|
||||||
+X-SuSE-translate=false
|
|
||||||
|
23
htop.changes
23
htop.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 14:13:39 CEST 2009 - puzel@novell.com
|
||||||
|
|
||||||
|
- update to htop-0.8.3
|
||||||
|
* BUGFIX: Fix crash on F6 key (thanks to Rainer Suhm)
|
||||||
|
* BUGFIX: Fix a minor bug which affected the build process.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 2 12:54:34 CEST 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
- update to 0.8.2
|
||||||
|
* Integrated lsof (press 'l')
|
||||||
|
* Fix display of gigabyte-sized values
|
||||||
|
* Option to display hostname in the meters area
|
||||||
|
* Rename VEID to CTID in OpenVZ systems
|
||||||
|
* Corrections to the desktop entry file
|
||||||
|
* BUGFIX: Correct page size calculation for FreeBSD systems
|
||||||
|
* Allow compilation without PLPA on systems that don't support it
|
||||||
|
* BUGFIX: Fix missing tree view when userland threads are hidden
|
||||||
|
* BUGFIX: Fix for VPID on OpenVZ systems
|
||||||
|
- Recommends strace and lsof
|
||||||
|
- use suse_update_desktop_file macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 21 10:57:51 CET 2008 - thoenig@suse.de
|
Fri Nov 21 10:57:51 CET 2008 - thoenig@suse.de
|
||||||
|
|
||||||
|
73
htop.spec
73
htop.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package htop (Version 0.8.1)
|
# spec file for package htop (Version 0.8.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -21,8 +21,8 @@
|
|||||||
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.8.1
|
Version: 0.8.3
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -30,6 +30,9 @@ Patch0: %{name}-desktop-file-fix-thoenig-01.patch
|
|||||||
Patch1: %{name}-non-printable-characters.patch
|
Patch1: %{name}-non-printable-characters.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ncurses-devel python
|
BuildRequires: ncurses-devel python
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
Recommends: strace
|
||||||
|
Recommends: lsof
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,6 +59,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%suse_update_desktop_file -i %name System Monitor
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{_buildroot}
|
rm -rf %{_buildroot}
|
||||||
@ -69,64 +73,3 @@ rm -rf %{_buildroot}
|
|||||||
%{_mandir}/*/%{name}*
|
%{_mandir}/*/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Nov 21 2008 thoenig@suse.de
|
|
||||||
- add python to build requires
|
|
||||||
* Fri Nov 21 2008 thoenig@suse.de
|
|
||||||
- add patch htop-non-printable-characters.patch: Don't try to show
|
|
||||||
non-printable charcaters (bnc#440951)
|
|
||||||
* Tue Sep 23 2008 thoenig@suse.de
|
|
||||||
- Linux-VServer support
|
|
||||||
- battery meter
|
|
||||||
- fix collection of IO stats in multithreaded processes
|
|
||||||
- remove assertion that fails on hardened kernels
|
|
||||||
* Thu Jul 31 2008 puzel@suse.cz
|
|
||||||
- configure with --enable-taskstats to enable
|
|
||||||
per-processes IO statistics
|
|
||||||
- use %%configure and %%makeinstall macros
|
|
||||||
* 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
|
|
||||||
- Changes:
|
|
||||||
* CPU affinity configuration ('a' key)
|
|
||||||
* Improve display of tree view, properly nesting
|
|
||||||
threads of the same app based on TGID.
|
|
||||||
* IO-wait time now counts as idle time, which is a more
|
|
||||||
accurate description. It is still available in
|
|
||||||
split time, now called detailed CPU time.
|
|
||||||
(thanks to Samuel Thibault for the report)
|
|
||||||
* BUGFIX: Correct display of TPGID field
|
|
||||||
* Add TGID field
|
|
||||||
* BUGFIX: Don't crash with invalid command-line flags
|
|
||||||
(thanks to Nico Golde for the report)
|
|
||||||
* Fix GCC 4.3 compilation issues
|
|
||||||
(thanks to Martin Michlmayr for the report)
|
|
||||||
* OpenVZ support, enabled at compile-time with
|
|
||||||
the --enable-openvz flag.
|
|
||||||
(thanks to Sergey Lychko)
|
|
||||||
* Sat Jun 02 2007 thoenig@suse.de
|
|
||||||
- Update to htop 0.6.6
|
|
||||||
- Changes:
|
|
||||||
* Add support of NLWP field
|
|
||||||
* BUGFIX: Fix use of configurable /proc location
|
|
||||||
* Fix memory percentage calculation and make it saner
|
|
||||||
* Added display of DRS, DT, LRS and TRS
|
|
||||||
* BUGFIX: LRS and DRS memory values were flipped
|
|
||||||
* BUGFIX: Don't crash on very high UIDs
|
|
||||||
* Tue May 22 2007 thoenig@suse.de
|
|
||||||
- Initial package submission (htop 0.6.5)
|
|
||||||
- Add patch htop-desktop-file-fix-thoenig-01.patch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user