From 18d042959d22a835feba30d0395c5ec5d1027d0372dc68b50248a12f467eaec8 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 24 Nov 2011 17:31:22 +0000 Subject: [PATCH] update to htop-1.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=14 --- htop-0.9.tar.bz2 | 3 --- htop-1.0.tar.bz2 | 3 +++ htop.changes | 23 +++++++++++++++++++++++ htop.spec | 8 ++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 htop-0.9.tar.bz2 create mode 100644 htop-1.0.tar.bz2 diff --git a/htop-0.9.tar.bz2 b/htop-0.9.tar.bz2 deleted file mode 100644 index a4db4f6..0000000 --- a/htop-0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a54594f142e270edf02bb3473362bae1f5f5415714a9492062fccb04e1f7f1d -size 335451 diff --git a/htop-1.0.tar.bz2 b/htop-1.0.tar.bz2 new file mode 100644 index 0000000..02c5e94 --- /dev/null +++ b/htop-1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e289e557734e658c826079a185632373e501ff29479e3a0df48b61f39e38685c +size 297625 diff --git a/htop.changes b/htop.changes index 7f87525..1136ed2 100644 --- a/htop.changes +++ b/htop.changes @@ -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 diff --git a/htop.spec b/htop.spec index 07fbedc..9686aa6 100644 --- a/htop.spec +++ b/htop.spec @@ -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