Changelog for
iotop-0.6git.20230403-75.31.x86_64.rpm :
* Fri Sep 08 2023 manfred99AATTgmx.ch- Update to head checkout 4b2e1aa:
* data.py get_cmdline: use errors=replace for unicode errors
* Sat Jul 09 2022 manfred99AATTgmx.ch- Update to head checkout a14256a:
* solves several UTF-8 issues
* switches to python3
* deal with kernel.task_delayacct (CONFIG_TASK_DELAY_ACCT)- remove obsolete patches:
* iotop-0.6-ignore-invalid-lines-in-proc-status.patch
* iotop-0.6-python3-header.patch
* iotop-0.6-python3_build.patch
* iotop-0.60-fix-proc-status-split.patch- remove patch iotop-0.6-noendcurses.patch, is now handled by issuing sys.exit(1).- remove \"BuildArch: noarch\" as package is architecture dependent
* Tue May 29 2018 ldevulderAATTsuse.com- Add iotop-0.60-fix-proc-status-split.patch: Upstream commit to fix crash when /proc/
*/status doesn\'t have tab character (this can be the case with vserver kernels)- Add iotop-0.6-ignore-invalid-lines-in-proc-status.patch: Upstream commit to fix crash when /proc/
*/status has invalid lines
* Wed Feb 21 2018 mvetterAATTsuse.com- bsc#1081915: Port to python3:
* Add iotop-0.6-python3_build.patch: Upstream commit to fix python build by replacing itervalues() with values(). ID is 99c8d7cedce81f17b851954d94bfa73787300599
* Add iotop-0.6-python3-header.patch: Replace header to use python3- Add iotop-0.6-noendcurses.patch: to prevent problems when closing terminal while running iotop (rh#1035503)- Run spec-cleaner:
* Remove py_requires
* Use man macro- Drop condition around noarch
* Mon Mar 16 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Remove no longer needed iotop-rpmlintrc- Build cleanup- Add gpg signature- Use fdupes to remove duplicates
* Thu Jun 27 2013 pthAATTsuse.de- Update to 0.6:
* Clean up the terminal on exit
* Stop busy looping on exit in certain conditions
* Restored UTF-8 support with python2
* Releases are now gpg signed with key \"4096R/4D23A27E 2013-05-26\"
* Sun Mar 03 2013 zaitorAATTopensuse.org- Update to version 0.5: + Adapt the display to the maximum pid width. + Include both total and actual disk bandwidth in the summary. + Conversion to Python 3. + Installation to sbin instead of bin.
* Mon Oct 31 2011 pascal.bleserAATTopensuse.org- update to 0.4.4:
* cosmetic fixes, including a better error message when missing root credentials
* Wed Mar 30 2011 saschpeAATTsuse.de- Remove authors from %%description- Change \"python ./setup.py\" calls to \"python setup.py\"
* Mon Mar 28 2011 pascal.bleserAATTopensuse.org- update to 0.4.3:
* the netlink message parsing code was fixed to accept alignment padding
* UTF-8 output is now forced even if the locale is misconfigured
* the semantic of the \'a\' key was changed to show stats since iotop was started- changes from 0.4.2:
* workaround for an ncurses bug where UTF-8 strings are misprinted
* ioprio support for the armel and hppa architectures was added
* a possible incompatibility with Linux 2.6.37 on 64-bit systems was fixed
* iotop does not crash anymore when the locale is incorrectly configured
* Tue Sep 07 2010 pthAATTsuse.de- Rename alignment patch.
* Mon Sep 06 2010 pthAATTsuse.de- Apply patch from author to adapt iotop to different alignments on 64 Bit systems (bnc#617281).
* Thu Sep 02 2010 pthAATTsuse.de- Add py_requires- Update to 0.4.1. Changes since 0.2.1: o Portability fix o Better reporting of missing requirements 0.4 ~~~ o Compatibility with python2.4 using the ctypes module o Stopped using setuptools in favor of straight distutils 0.3.2 ~~~~~ o Split long command lines in the middle instead of cutting them at the end o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT o The I/O nice of a process/thread can be changed with the \'i\' key 0.3.1 ~~~~~ o Fixed the ioprio syscall detection when running on i386/x86_64 o Fixed interaction between --accumulated and --only o Fixed column sorting with --accumulated 0.3 ~~~ o -P is now fully implemented and is dynamically toggled with \'p\' o Show the I/O priority o Added the --accumulated, --kilobytes, --time and --quiet options
* Sun Aug 09 2009 cooloAATTnovell.com- use new python macros