diff --git a/htop-1.0.1.tar.gz b/htop-1.0.1.tar.gz new file mode 100644 index 0000000..82fc810 --- /dev/null +++ b/htop-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07db2cbe02835f9e186b9610ecc3beca330a5c9beadb3b6069dd0a10561506f2 +size 384683 diff --git a/htop-1.0.tar.bz2 b/htop-1.0.tar.bz2 deleted file mode 100644 index 02c5e94..0000000 --- a/htop-1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e289e557734e658c826079a185632373e501ff29479e3a0df48b61f39e38685c -size 297625 diff --git a/htop.changes b/htop.changes index 1136ed2..8ecd06c 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Feb 17 06:37:59 UTC 2012 - puzel@suse.com + +- update to htop-1.0.1 (bugfix release) + * respecting $XDG_CONFIG_HOME + (thanks to Hadzhimurad Ustarkhan for the suggestion.) + * Safer behavior on the kill screen, to make it harder to kill + the wrong process. + * BUGFIX: behavior of 'F' (follow) key was broken, also affecting + the persistence of mouse selections. + * BUGFIX: keep main panel up-to-date when running the screen + manager, to fix crash when processes die while on the F9/Kill + screen. + ------------------------------------------------------------------- Thu Nov 24 16:27:15 UTC 2011 - puzel@suse.com diff --git a/htop.spec b/htop.spec index f1b521a..5261c4c 100644 --- a/htop.spec +++ b/htop.spec @@ -1,7 +1,7 @@ # # spec file for package htop # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,24 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: htop Url: http://htop.sourceforge.net Summary: An Interactive text-mode Process Viewer for Linux -Version: 1.0 -Release: 14 License: GPL-2.0+ Group: System/Monitoring -Source0: %{name}-%{version}.tar.bz2 +Version: 1.0.1 +Release: 0 +Source0: %{name}-%{version}.tar.gz Patch0: htop-desktop-file-fix-thoenig-01.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ncurses-devel python +BuildRequires: ncurses-devel +BuildRequires: python BuildRequires: update-desktop-files Recommends: strace Recommends: lsof -AutoReqProv: on %description htop is an interactive text-mode process viewer for Linux. It aims to