diff --git a/htop-0.8.1.tar.bz2 b/htop-0.8.1.tar.bz2 new file mode 100644 index 0000000..8ccab65 --- /dev/null +++ b/htop-0.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea31b327e5939b1f4e834180d1a130e9bde76ff54f6f02fb661abf7bea68c08 +size 306388 diff --git a/htop-0.8.tar.bz2 b/htop-0.8.tar.bz2 deleted file mode 100644 index 0322401..0000000 --- a/htop-0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c92396fae488bfc75f62ec7ba90dde118b8850ba87b1aa819758a533bb5b2b10 -size 302717 diff --git a/htop.changes b/htop.changes index 2773acd..f6977ba 100644 --- a/htop.changes +++ b/htop.changes @@ -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 diff --git a/htop.spec b/htop.spec index 5eb4fb7..e33ef9f 100644 --- a/htop.spec +++ b/htop.spec @@ -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