diff --git a/htop-0.6.5.tar.gz b/htop-0.6.5.tar.gz deleted file mode 100644 index b578024..0000000 --- a/htop-0.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8e0bce927c3cbcddf356a799dc55c349ea818a67861ac466eb6d464f8458b35 -size 134628 diff --git a/htop-0.6.6.tar.gz b/htop-0.6.6.tar.gz new file mode 100644 index 0000000..a3fabef --- /dev/null +++ b/htop-0.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e2ef39afc870c9ef7228959b53fbd38fab02be74bb0d3e91ebf4fdbaa752e0 +size 141140 diff --git a/htop.changes b/htop.changes index 5832172..94d0762 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jun 2 16:34:51 CEST 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 13:16:21 CEST 2007 - thoenig@suse.de diff --git a/htop.spec b/htop.spec index 43d3025..ca58721 100644 --- a/htop.spec +++ b/htop.spec @@ -1,5 +1,5 @@ # -# spec file for package htop (Version 0.6.5) +# spec file for package htop (Version 0.6.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: htop URL: http://htop.sourceforge.net Summary: htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. -Version: 0.6.5 +Version: 0.6.6 Release: 1 License: GNU General Public License (GPL) Group: System/Monitoring @@ -62,6 +62,15 @@ rm -rf %{_buildroot} %{_mandir}/*/%{name}* %changelog +* 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