From a30d585751d1c484cbcaea2e6b33fed2d27cb88bc25eedb71a2c2fe421251da6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 4 Jul 2009 08:53:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htop?expand=0&rev=8 --- htop-0.8.1.tar.bz2 | 3 -- htop-0.8.3.tar.bz2 | 3 ++ htop-desktop-file-fix-thoenig-01.patch | 14 ++--- htop.changes | 23 ++++++++ htop.spec | 73 +++----------------------- 5 files changed, 41 insertions(+), 75 deletions(-) delete mode 100644 htop-0.8.1.tar.bz2 create mode 100644 htop-0.8.3.tar.bz2 diff --git a/htop-0.8.1.tar.bz2 b/htop-0.8.1.tar.bz2 deleted file mode 100644 index 8ccab65..0000000 --- a/htop-0.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fea31b327e5939b1f4e834180d1a130e9bde76ff54f6f02fb661abf7bea68c08 -size 306388 diff --git a/htop-0.8.3.tar.bz2 b/htop-0.8.3.tar.bz2 new file mode 100644 index 0000000..ddd3abd --- /dev/null +++ b/htop-0.8.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4cc48cefda0703297a5ec8e1969f831524b378408279c2b8f9490dce91ba52 +size 296281 diff --git a/htop-desktop-file-fix-thoenig-01.patch b/htop-desktop-file-fix-thoenig-01.patch index 17c1366..7e9a68e 100644 --- a/htop-desktop-file-fix-thoenig-01.patch +++ b/htop-desktop-file-fix-thoenig-01.patch @@ -1,11 +1,11 @@ ---- htop.desktop 2006-11-14 18:23:02.000000000 +0100 -+++ htop.desktop 2007-05-22 13:04:06.000000000 +0200 -@@ -8,5 +8,7 @@ +Index: htop.desktop +=================================================================== +--- 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 - Path= Icon=htop --Categories=ConsoleOnly;System;Application; +-Categories=ConsoleOnly;System; +Categories=System;Monitor; GenericName=Process Viewer -+Terminal=true -+X-SuSE-translate=false diff --git a/htop.changes b/htop.changes index 3bfcc13..7766501 100644 --- a/htop.changes +++ b/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 diff --git a/htop.spec b/htop.spec index 3943e64..93827a9 100644 --- a/htop.spec +++ b/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 # 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.8.1 -Release: 2 +Version: 0.8.3 +Release: 1 License: GPL v2 or later Group: System/Monitoring Source0: %{name}-%{version}.tar.bz2 @@ -30,6 +30,9 @@ Patch0: %{name}-desktop-file-fix-thoenig-01.patch Patch1: %{name}-non-printable-characters.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ncurses-devel python +BuildRequires: update-desktop-files +Recommends: strace +Recommends: lsof AutoReqProv: on %description @@ -56,6 +59,7 @@ make %install %makeinstall +%suse_update_desktop_file -i %name System Monitor %clean rm -rf %{_buildroot} @@ -69,64 +73,3 @@ rm -rf %{_buildroot} %{_mandir}/*/%{name}* %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