From 610515cb13f082c288e7d01c233a1de6bfd418c1 Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Sun, 10 Jul 2022 01:17:32 +0300 Subject: [PATCH] Release 1.22 --- archlinux/PKGBUILD | 2 +- debian/changelog | 6 ++++++ fedora/iotop-c.spec | 5 ++++- src/iotop.h | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 1fffe3b..975ec44 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Boian Bonev pkgname=iotop-c -pkgver=1.21 +pkgver=1.22 pkgrel=1 pkgdesc="simple top-like I/O monitor (implemented in C)" arch=('any') diff --git a/debian/changelog b/debian/changelog index 6d106eb..f04f052 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +iotop-c (1.22-1) unstable; urgency=medium + + * Update to new upstream release of 1.22 + + -- Boian Bonev Sat, 06 Jul 2022 23:54:01 +0000 + iotop-c (1.21-1) unstable; urgency=medium * Update to new upstream release of 1.21 diff --git a/fedora/iotop-c.spec b/fedora/iotop-c.spec index d351f64..e78c2a9 100644 --- a/fedora/iotop-c.spec +++ b/fedora/iotop-c.spec @@ -1,5 +1,5 @@ Name: iotop-c -Version: 1.21 +Version: 1.22 Release: 1%{?dist} Summary: Simple top-like I/O monitor (implemented in C) @@ -52,6 +52,9 @@ mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8 %{_mandir}/man8/iotop-c.8* %changelog +* Sun Jul 10 2022 Boian Bonev - 1.22-1 +- Update to latest ver 1.22 + * Wed Jan 26 2022 Boian Bonev - 1.21-1 - Update to latest ver 1.21 diff --git a/src/iotop.h b/src/iotop.h index e2b2886..6af737a 100644 --- a/src/iotop.h +++ b/src/iotop.h @@ -27,7 +27,7 @@ You should have received a copy of the GNU General Public License along with thi #include #include -#define VERSION "1.21" +#define VERSION "1.22" typedef enum { E_GR_IO,