From e7bff5e576cbde903d1174988dae57788b230a11a74fa7d54c1bf38b41bd7788 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 16 Dec 2009 16:35:50 +0000 Subject: [PATCH] Accepting request 26774 from Base:System Copy from Base:System/htop based on submit request 26774 from user puzel OBS-URL: https://build.opensuse.org/request/show/26774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htop?expand=0&rev=10 --- htop.changes | 5 +++++ htop.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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