Changelog for
cpustat-bash-completion-0.02.18-27.3.noarch.rpm :
* Wed Dec 07 2022 Dirk Müller
- update to 0.02.18:
* Manual: Fix spelling mistake \"paricular\" -> \"particular\"
* Fix spelling mistake: threashold -> threashold
* cpustat: ensure pointer info is NULL
* Don\'t emit newline in quiet mode, e.g. cpustat -Dqg 1 10
* Makefile, rename email address, add copyright, bump version
* cpustat.c: Update copyright and email address
* Makefile: rename README to README.md in make dist rule
* REAME.md: Add markdown
* Rename README to README.md
* manual: update date, author email and copyright
* Mon Jun 28 2021 Martin Hauke - Update to version 0.02.15
* Set endptr to null to clear up pedantic static analysis
* Thu Apr 29 2021 Martin Hauke - Update to version 0.02.14
* Remove update of sz as the result is never read
* Sat Nov 07 2020 Martin Hauke - Update to version 0.02.13
* cpustat: handle case where comm field contains ) and spaces
* Thu Sep 10 2020 Martin Hauke - Update to version 0.02.12
* cpustat: fix truncated output, allow CPU % stats > 100%- Update to version 0.02.11
* cpustat: zero ws struct to clear static analysis warnings
* Sun Mar 08 2020 Martin Hauke - Drop SLE12 compat ifdef
* Fri Feb 28 2020 Martin Hauke - Supplement against bash-completion, not bash
* Wed Feb 26 2020 Martin Hauke - Update to version 0.02.10
* Makefile: add bash-completion to make dist rule
* Add bash completion script- Add subpackage for bash-completion
* Tue Jul 30 2019 Martin Hauke - Update to version 0.02.09
* Makefile: bump version
* Makefile: remove -g flag
* Avoid division by zero if total is zero
* Fri Jul 12 2019 Martin Hauke - Update to version 0.02.08
* Makefile: bump version
* Fix strncpy string size
* Reduce scope of variable i
* Update copyright year