OBS User unknown 2008-09-24 14:49:35 +00:00 committed by Git OBS Bridge
parent df7681fe8c
commit 871dd25034
4 changed files with 28 additions and 8 deletions

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

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 23 19:15:12 CEST 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 13:57:32 CEST 2008 - puzel@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package htop (Version 0.8)
# spec file for package htop (Version 0.8.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,8 +21,8 @@
Name: htop
Url: http://htop.sourceforge.net
Summary: An Interactive text-mode Process Viewer for Linux
Version: 0.8
Release: 7
Version: 0.8.1
Release: 1
License: GPL v2 or later
Group: System/Monitoring
Source0: %{name}-%{version}.tar.bz2
@ -60,6 +67,11 @@ rm -rf %{_buildroot}
%{_mandir}/*/%{name}*
%changelog
* 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