Hello community, here is the log from the commit of package nethogs for openSUSE:Factory checked in at 2016-10-13 11:30:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-06-29 15:10:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nethogs.new/nethogs.changes 2016-10-13 11:30:59.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 10 20:15:24 UTC 2016 - [email protected] + +- update to 0.8.5 (bsc#1003837): + * documentation updates + * support for multiple IP addresses on one device + * various bug fixes and UI fixes +- drop print_opendir_warnings_only_in_bughunt_mode.patch, upstream + +------------------------------------------------------------------- Old: ---- print_opendir_warnings_only_in_bughunt_mode.patch v0.8.1.tar.gz New: ---- nethogs-0.8.5.tar.gz nethogs-0.8.5.tar.gz.asc nethogs.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nethogs.spec ++++++ --- /var/tmp/diff_new_pack.CuCw8h/_old 2016-10-13 11:31:01.000000000 +0200 +++ /var/tmp/diff_new_pack.CuCw8h/_new 2016-10-13 11:31:01.000000000 +0200 @@ -18,14 +18,15 @@ Name: nethogs -Version: 0.8.1 +Version: 0.8.5 Release: 0 Summary: Network Bandwidth Usage Monitor License: GPL-2.0+ Group: Productivity/Networking/Diagnostic Url: http://raboof.github.io/nethogs/ -Source: https://github.com/raboof/nethogs/archive/v%{version}.tar.gz -Patch0: print_opendir_warnings_only_in_bughunt_mode.patch +Source: https://github.com/raboof/nethogs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source2: https://github.com/raboof/nethogs/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc +Source3: https://keybase.io/raboof/key.asc#/%{name}.keyring BuildRequires: gcc-c++ BuildRequires: libpcap-devel BuildRequires: ncurses-devel @@ -41,7 +42,6 @@ %prep %setup -q -%patch0 -p1 %build make %{?_smp_mflags} \ @@ -54,7 +54,7 @@ nethogs %install -make %{?_smp_flags} \ +make %{?_smp_mflags} \ sbin="%{buildroot}%{_sbindir}" \ bin="%{buildroot}%{_sbindir}" \ man8="%{buildroot}%{_mandir}/man8" \ @@ -63,6 +63,9 @@ CXX="g++" \ install +%check +make test + %files %defattr(-,root,root) %doc COPYING README.md DESIGN
