Skip to content

Commit

Permalink
Release version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonev committed Jan 27, 2022
1 parent ad05f00 commit b12c370
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maintainer: Boian Bonev <[email protected]>

pkgname=iotop-c
pkgver=1.20
pkgver=1.21
pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('any')
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
iotop-c (1.21~pre3-1) unstable; urgency=medium

* Update to new upstream release of 1.21
- Better support for disabled task_delayacct sysctl
- Add history and graph for all data
- Restore simple inline help
* Remove filenamemangle from d/watch

-- Boian Bonev <[email protected]> Wed, 26 Jan 2022 15:20:46 +0000

iotop-c (1.20-1) unstable; urgency=medium

* Update to new upstream release of 1.20
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Source: https://github.com/Tomas-M/iotop

Files: *
Copyright: 2014 Vyacheslav Trushkin
2020,2021 Boian Bonev <[email protected]>
2020-2022 Boian Bonev <[email protected]>
License: GPL-2.0+

Files: debian/*
Copyright: 2020,2021 Boian Bonev <[email protected]>
Copyright: 2020-2022 Boian Bonev <[email protected]>
License: GPL-2.0+

License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=4

opts=\
"filenamemangle=s%(?:.*?)?iotop-?(\d[\d.]*)\.tar\.xz%iotop-c_$1.orig.tar.xz%,pgpsigurlmangle=s/releases\/download\/v([0-9.]+)\/iotop-([0-9.]+)\.tar\.xz/releases\/download\/v$1\/iotop-$1\.tar\.xz\.asc/" \
"pgpsigurlmangle=s/releases\/download\/v([0-9.]+)\/iotop-([0-9.]+)\.tar\.xz/releases\/download\/v$1\/iotop-$1\.tar\.xz\.asc/" \
https://github.com/Tomas-M/iotop/releases \
(?:.*?/)?iotop-?(\d[\d.]*)\.tar\.xz \
debian uupdate
10 changes: 8 additions & 2 deletions fedora/iotop-c.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: iotop-c
Version: 1.20
Version: 1.21
Release: 1%{?dist}
Summary: Simple top-like I/O monitor (implemented in C)

Expand Down Expand Up @@ -52,7 +52,13 @@ mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8
%{_mandir}/man8/iotop-c.8*

%changelog
* Mon Sep 04 2021 Boian Bonev <[email protected]> - 1.20-1
* Wed Jan 26 2022 Boian Bonev <[email protected]> - 1.21-1
- Update to latest ver 1.21

* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Mon Oct 04 2021 Boian Bonev <[email protected]> - 1.20-1
- Update to latest ver 1.20

* Tue Sep 21 2021 Boian Bonev <[email protected]> - 1.19-1
Expand Down
2 changes: 1 addition & 1 deletion src/iotop.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You should have received a copy of the GNU General Public License along with thi
#include <sys/types.h>
#include <stdint.h>

#define VERSION "1.21~pre3"
#define VERSION "1.21"

typedef enum {
E_GR_IO,
Expand Down

0 comments on commit b12c370

Please sign in to comment.