diff --git a/htop.changes b/htop.changes index 7766501..a96816b 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 15 00:13:43 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Wed Jun 24 14:13:39 CEST 2009 - puzel@novell.com diff --git a/htop.spec b/htop.spec index 93827a9..82c39b5 100644 --- a/htop.spec +++ b/htop.spec @@ -22,8 +22,8 @@ Name: htop Url: http://htop.sourceforge.net Summary: An Interactive text-mode Process Viewer for Linux Version: 0.8.3 -Release: 1 -License: GPL v2 or later +Release: 2 +License: GPLv2+ Group: System/Monitoring Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}-desktop-file-fix-thoenig-01.patch @@ -55,7 +55,7 @@ Authors: %build %configure \ --enable-taskstats -make +make %{?jobs:-j%jobs}; %install %makeinstall