-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Maintainer: Boian Bonev <[email protected]> | ||
|
||
pkgname=iotop-c | ||
pkgver=1.18 | ||
pkgver=1.19 | ||
pkgrel=1 | ||
pkgdesc="simple top-like I/O monitor (implemented in C)" | ||
arch=('any') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
iotop-c (1.19-1) unstable; urgency=medium | ||
|
||
* Update to new upstream release of 1.19 | ||
- Do not crash if TERM is not set | ||
|
||
-- Boian Bonev <[email protected]> Tue, 21 Sep 2021 08:30:10 +0000 | ||
|
||
iotop-c (1.18-1) unstable; urgency=medium | ||
|
||
* Update to new upstream release of 1.18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: iotop-c | ||
Version: 1.18 | ||
Version: 1.19 | ||
Release: 1%{?dist} | ||
Summary: Simple top-like I/O monitor (implemented in C) | ||
|
||
|
@@ -52,9 +52,15 @@ mv %{buildroot}%{_mandir}/man8/iotop.8 %{buildroot}%{_mandir}/man8/iotop-c.8 | |
%{_mandir}/man8/iotop-c.8* | ||
|
||
%changelog | ||
* Tue Sep 21 2021 Boian Bonev <[email protected]> - 1.19-1 | ||
- Update to latest ver 1.19 | ||
|
||
* Tue Aug 24 2021 Boian Bonev <[email protected]> - 1.18-1 | ||
- Update to latest ver 1.18 | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.17-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Sat Feb 6 2021 Boian Bonev <[email protected]> - 1.17-1 | ||
- Update to latest ver 1.17 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters