commit htop for openSUSE:Factory
Hello community, here is the log from the commit of package htop for openSUSE:Factory checked in at 2015-02-22 17:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/htop (Old) and /work/SRC/openSUSE:Factory/.htop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "htop" Changes: -------- --- /work/SRC/openSUSE:Factory/htop/htop.changes 2014-05-31 08:09:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.htop.new/htop.changes 2015-02-22 17:26:32.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 20 13:38:40 UTC 2015 - jhura@suse.com + +- Cleanup of spec file with spec-cleaner. +- Enable oom score watching and native-affinity + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ htop.spec ++++++ --- /var/tmp/diff_new_pack.9blltZ/_old 2015-02-22 17:26:33.000000000 +0100 +++ /var/tmp/diff_new_pack.9blltZ/_new 2015-02-22 17:26:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package htop # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -26,13 +26,13 @@ Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz Patch0: htop-desktop-file-fix-thoenig-01.patch Patch1: htop-stdgnu.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: ncurses-devel BuildRequires: python BuildRequires: update-desktop-files -Recommends: strace Recommends: lsof +Recommends: strace +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description htop is an interactive text-mode process viewer for Linux. It aims to @@ -40,30 +40,24 @@ but is also reported to work (and was originally developed) with the 2.4 series. - - -Authors: --------- - Hisham H. Muhammad - %prep -%setup -%patch0 -p0 +%setup -q +%patch0 %patch1 -p1 %build -export CFLAGS="%{optflags} `ncursesw6-config --cflags`" -export LDFLAGS="`ncursesw6-config --libs`" -autoreconf -fiv +autoreconf -fi %configure \ - --enable-unicode \ --enable-taskstats \ - --enable-cgroup + --enable-unicode \ + --enable-native-affinity \ + --enable-cgroup \ + --enable-oom make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" -%suse_update_desktop_file -i %name System Monitor +make DESTDIR=%{buildroot} install %{?_smp_mflags} +%suse_update_desktop_file -i %{name} System Monitor %files %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de