diff --git a/nethogs-0.8.7.tar.gz b/nethogs-0.8.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f819ee6eafa922ae1e94bd4f146cd3207c125ef Binary files /dev/null and b/nethogs-0.8.7.tar.gz differ diff --git a/nethogs.spec b/nethogs.spec index fd99bc330fd2fd69f01a9e694da8401eaf375db5..39a61b04a2af27e0424441893cfa48388e55939f 100644 --- a/nethogs.spec +++ b/nethogs.spec @@ -1,12 +1,12 @@ Name: nethogs -Version: 0.8.6 -Release: 3 +Version: 0.8.7 +Release: 1 Summary: Nethogs is a small 'net top' tool License: GPLv2+ URL: https://github.com/raboof/nethogs/ -Source0: https://github.com/raboof/nethogs/archive/v%{version}.tar.gz +Source0: https://github.com/raboof/nethogs/archive/v%{version}/nethogs-%{version}.tar.gz -BuildRequires: gcc-c++ libpcap-devel ncurses-devel +BuildRequires: gcc-c++ libpcap-devel ncurses-devel make libstdc++-devel ncurses %description NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process. @@ -15,7 +15,7 @@ NetHogs and immediately see which PID is causing this. This makes it easy to ide ddenly taking up your bandwidth. %prep -%autosetup -n %{name}-%{version} -p1 +%setup -q %build export CFLAGS="${RPM_OPT_FLAGS}" @@ -35,6 +35,9 @@ export CXXFLAGS="${CXXFLAGS} -fPIE -pie" %{_mandir}/../../local/share/man/man8/nethogs.8* %changelog +* Mon Jul 24 2023 lilong - 0.8.7-1 +- Upgrade to 0.8.7 + * Mon Jun 05 2023 chenchen - 0.8.6-3 - add PIE compiler options diff --git a/v0.8.6.tar.gz b/v0.8.6.tar.gz deleted file mode 100644 index c7f4ee2b040fb7e8350b7b875008150f056af89f..0000000000000000000000000000000000000000 Binary files a/v0.8.6.tar.gz and /dev/null differ