SHA256
1
0
forked from pool/nethogs

2 Commits

Author SHA256 Message Date
8e3656f0be Accepting request 1240892 from network:utilities
Forwarded request #1229770 from pgajdos

- version update to 0.8.8
  * Fix that on ubuntu 20.04, the current version of the code does not compile as a python package by @molysgaard in #224
  * Add -std=c++14 for application build by @msbit in #228
  * Hide cursor during initialization and restore at exit by @zevweiss in #231
  * Capabilities for reading process names by @qouoq in #233
  * Additional useful capabilities by @qouoq in #234
  * Add -std=c++14 for application build by @NeilZhy in #236
  * Use s instead of sec for units of seconds by @a1346054 in #242
  * Add Arch Linux instructions to README.md by @orhun in #250
  * Fix wrong extern declaration of pidsToWatch by @sgtcortez in #251
  * fix get_devlen function from being pointless by @DiedByDisgust in #255
  * fix python bindings by @AndreasGocht in #258
  * Report only changes of send and received data by @AndreasGocht in #260
  * Clarify units by @hramrach in #262
  * fix an copy-and-paste error in the bindings by @AndreasGocht in #263
  * Report pcap stas by @AndreasGocht in #264
  * Fix nethogsmonitor_loop_devices_py to accept more than one device by @AndreasGocht in #267
  * allow the library to enable UDP recording by @AndreasGocht in #269
  * Add meson buildsystem by @lleon95 in #275
  * determineVersion.sh: prevent traversing into outer git repo for git-describe call by @BubuOT in #279

OBS-URL: https://build.opensuse.org/request/show/1240892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nethogs?expand=0&rev=10
2025-01-29 15:10:40 +00:00
2d46f5bcf8 - version update to 0.8.8
* Fix that on ubuntu 20.04, the current version of the code does not compile as a python package by @molysgaard in #224
  * Add -std=c++14 for application build by @msbit in #228
  * Hide cursor during initialization and restore at exit by @zevweiss in #231
  * Capabilities for reading process names by @qouoq in #233
  * Additional useful capabilities by @qouoq in #234
  * Add -std=c++14 for application build by @NeilZhy in #236
  * Use s instead of sec for units of seconds by @a1346054 in #242
  * Add Arch Linux instructions to README.md by @orhun in #250
  * Fix wrong extern declaration of pidsToWatch by @sgtcortez in #251
  * fix get_devlen function from being pointless by @DiedByDisgust in #255
  * fix python bindings by @AndreasGocht in #258
  * Report only changes of send and received data by @AndreasGocht in #260
  * Clarify units by @hramrach in #262
  * fix an copy-and-paste error in the bindings by @AndreasGocht in #263
  * Report pcap stas by @AndreasGocht in #264
  * Fix nethogsmonitor_loop_devices_py to accept more than one device by @AndreasGocht in #267
  * allow the library to enable UDP recording by @AndreasGocht in #269
  * Add meson buildsystem by @lleon95 in #275
  * determineVersion.sh: prevent traversing into outer git repo for git-describe call by @BubuOT in #279

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nethogs?expand=0&rev=21
2025-01-28 17:37:09 +00:00
4 changed files with 30 additions and 6 deletions

Binary file not shown.

BIN
nethogs-v0.8.8.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 10 11:40:19 UTC 2024 - pgajdos@suse.com
- version update to 0.8.8
* Fix that on ubuntu 20.04, the current version of the code does not compile as a python package by @molysgaard in #224
* Add -std=c++14 for application build by @msbit in #228
* Hide cursor during initialization and restore at exit by @zevweiss in #231
* Capabilities for reading process names by @qouoq in #233
* Additional useful capabilities by @qouoq in #234
* Add -std=c++14 for application build by @NeilZhy in #236
* Use s instead of sec for units of seconds by @a1346054 in #242
* Add Arch Linux instructions to README.md by @orhun in #250
* Fix wrong extern declaration of pidsToWatch by @sgtcortez in #251
* fix get_devlen function from being pointless by @DiedByDisgust in #255
* fix python bindings by @AndreasGocht in #258
* Report only changes of send and received data by @AndreasGocht in #260
* Clarify units by @hramrach in #262
* fix an copy-and-paste error in the bindings by @AndreasGocht in #263
* Report pcap stas by @AndreasGocht in #264
* Fix nethogsmonitor_loop_devices_py to accept more than one device by @AndreasGocht in #267
* allow the library to enable UDP recording by @AndreasGocht in #269
* Add meson buildsystem by @lleon95 in #275
* determineVersion.sh: prevent traversing into outer git repo for git-describe call by @BubuOT in #279
-------------------------------------------------------------------
Sun Apr 10 13:37:25 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package nethogs
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: nethogs
Version: 0.8.7
Version: 0.8.8
Release: 0
Summary: Network Bandwidth Usage Monitor
License: GPL-2.0-or-later
@@ -39,7 +39,7 @@ which PID is causing this. This makes it easy to indentify programs that have
gone wild and are suddenly taking up your bandwidth.
%prep
%setup -q
%autosetup -p1
%build
%make_build \