Hello community,

here is the log from the commit of package nethogs for openSUSE:Factory checked 
in at 2015-08-05 06:52:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nethogs (Old)
 and      /work/SRC/openSUSE:Factory/.nethogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nethogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nethogs/nethogs.changes  2013-10-17 
17:42:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nethogs.new/nethogs.changes     2015-08-05 
06:52:10.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 10:18:46 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  nethogs-0.8.0.tar.bz2

New:
----
  nethogs-0.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nethogs.spec ++++++
--- /var/tmp/diff_new_pack.PKJs7m/_old  2015-08-05 06:52:10.000000000 +0200
+++ /var/tmp/diff_new_pack.PKJs7m/_new  2015-08-05 06:52:10.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package nethogs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,11 +24,9 @@
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
 Url:            http://nethogs.sourceforge.net/
-Source:         nethogs-%{version}.tar.bz2
+Source:         http://downloads.sf.net/nethogs/nethogs-%{version}.tar.gz
 BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel
 BuildRequires:  libpcap-devel
-BuildRequires:  make
 BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,10 +39,10 @@
 gone wild and are suddenly taking up your bandwidth.
 
 %prep
-%setup -q -n nethogs
+%setup -q -n %{name}
 
 %build
-make %{?_smp_flags} \
+make %{?_smp_mflags} \
     sbin="%{_sbindir}" \
     bin="%{_sbindir}" \
     man8="%{_mandir}/man8" \
@@ -62,13 +59,10 @@
     CXX="g++" \
     install
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root)
 %doc README DESIGN
 %{_sbindir}/nethogs
-%doc %{_mandir}/man8/nethogs.8*
+%{_mandir}/man8/nethogs.8*
 
 %changelog


Reply via email to