10 Commits

Author SHA256 Message Date
766d5cf430 Accepting request 1328434 from Base:System
- Update to 1.31:
  * less operations to read processes' info
  * improved test if /proc is mounted
  * improved test if PID is a process
  * add alpine linux installation instructions #88
  * add autopkgtests #95

OBS-URL: https://build.opensuse.org/request/show/1328434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iotop-c?expand=0&rev=11
2026-01-21 13:19:32 +00:00
0348b5a82b - Update to 1.31:
* less operations to read processes' info
  * improved test if /proc is mounted
  * improved test if PID is a process
  * add alpine linux installation instructions #88
  * add autopkgtests #95

OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=22
2026-01-21 07:34:50 +00:00
c5efc4d5b5 Accepting request 1281728 from Base:System
- Update to 1.30:
  * kernel commit 0bf2d83 fixes the problem with struct taskstats,
    now iotop 1.30 handles only v15 of the struct in a different way,
    retaining compatibility with both old and new kernels
  * show zero current values for exited processes
  * flush stdout after each batch run

OBS-URL: https://build.opensuse.org/request/show/1281728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iotop-c?expand=0&rev=10
2025-06-02 19:59:47 +00:00
8ef0b7704f - Update to 1.30:
* kernel commit 0bf2d83 fixes the problem with struct taskstats,
    now iotop 1.30 handles only v15 of the struct in a different way,
    retaining compatibility with both old and new kernels
  * show zero current values for exited processes
  * flush stdout after each batch run

OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=20
2025-06-02 05:33:02 +00:00
3afddf542d Accepting request 1275421 from Base:System
- Update to 1.29:
  * Fix Linux kernel incompatible struct taskstats

- Update to 1.28:
  * add option to specify bin directory #78
  * fix batch mode

OBS-URL: https://build.opensuse.org/request/show/1275421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iotop-c?expand=0&rev=9
2025-05-08 16:23:00 +00:00
51b6f904ab OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=18 2025-05-08 07:18:44 +00:00
0f9e838dab OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=17 2025-05-08 07:17:03 +00:00
8a1a537b95 - Update to 1.29:
* Fix Linux kernel incompatible struct taskstats

- Update to 1.28:
  * add option to specify bin directory #78
  * fix batch mode

OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=16
2025-05-08 07:03:14 +00:00
dfceb2272c Accepting request 1237438 from Base:System
- Update to 1.27:
  * src/iotop: correct pg_cb signature #64

OBS-URL: https://build.opensuse.org/request/show/1237438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iotop-c?expand=0&rev=8
2025-01-13 17:07:21 +00:00
2a52d6f7cc - Update to 1.27:
* src/iotop: correct pg_cb signature #64

OBS-URL: https://build.opensuse.org/package/show/Base:System/iotop-c?expand=0&rev=14
2025-01-13 14:51:19 +00:00
5 changed files with 45 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">1.26</param>
<param name="versionformat">1.31</param>
<param name="url">https://github.com/Tomas-M/iotop</param>
<param name="scm">git</param>
<param name="changesgenerate">disable</param>
<param name="exclude">.*</param>
<param name="filename">iotop-c</param>
</service>
<service name="recompress" mode="disabled">

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a026b3f7fb6055ce32bc7d8e2b13c5d0410a7da527bba964327f7ed25c4d4f89
size 56036

3
iotop-c-1.31.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:263d1b6f7658a9e5abbf0f0685758e54a5901e9c96dee5a6033d1a81bb653663
size 199872

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jan 21 07:33:32 UTC 2026 - Michael Vetter <mvetter@suse.com>
- Update to 1.31:
* less operations to read processes' info
* improved test if /proc is mounted
* improved test if PID is a process
* add alpine linux installation instructions #88
* add autopkgtests #95
-------------------------------------------------------------------
Mon Jun 2 05:32:41 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.30:
* kernel commit 0bf2d83 fixes the problem with struct taskstats,
now iotop 1.30 handles only v15 of the struct in a different way,
retaining compatibility with both old and new kernels
* show zero current values for exited processes
* flush stdout after each batch run
-------------------------------------------------------------------
Thu May 8 07:02:33 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.29:
* Fix Linux kernel incompatible struct taskstats
-------------------------------------------------------------------
Thu May 8 07:02:16 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.28:
* add option to specify bin directory #78
* fix batch mode
-------------------------------------------------------------------
Mon Jan 13 14:50:49 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.27:
* src/iotop: correct pg_cb signature #64
-------------------------------------------------------------------
Sat Feb 3 18:23:23 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package iotop-c
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: iotop-c
Version: 1.26
Version: 1.31
Release: 0
Summary: Simple top-like I/O monitor (implemented in C)
License: GPL-2.0-or-later