From 663f512571a7192a3f914117bea582e28038d4e7 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Dec 19 2016 17:20:36 +0000 Subject: Rebuild for Python 3.6 --- diff --git a/iotop.spec b/iotop.spec index 40c582a..7108cc1 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ Name: iotop Version: 0.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Top like utility for I/O License: GPLv2+ URL: http://guichaz.free.fr/iotop/ @@ -47,6 +47,9 @@ show of behalf of which process is the I/O going on. %{_mandir}/man8/iotop.* %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.6-13 +- Rebuild for Python 3.6 + * Mon Nov 14 2016 Michal Hlavinka - 0.6-12 - fix printing unicode strings in batch mode (#1285088)