Update tracer to 0.5.8-1

This commit is contained in:
Jakub Kadlčík 2015-02-24 10:24:30 +01:00
parent cf3c6d697d
commit b938151f02
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/tracer-0.5.5.tar.gz
/tracer-0.5.6.tar.gz
/tracer-0.5.7.tar.gz
/tracer-0.5.8.tar.gz

View File

@ -1 +1 @@
1a3f09560df708cacc2dd6d92c6aa102 tracer-0.5.7.tar.gz
a6cc54a82bb8df44c409713bc06197a4 tracer-0.5.8.tar.gz

View File

@ -1,5 +1,5 @@
Name: tracer
Version: 0.5.7
Version: 0.5.8
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
@ -56,6 +56,11 @@ install -m644 doc/build/man/tracer.8 %{buildroot}/%{_mandir}/man8/
%{python2_sitelib}/tracer/
%changelog
* Mon Feb 23 2015 Jakub Kadlčík <frostyx@email.cz> 0.5.8-1
- There is children instead of get_children in psutil2 (frostyx@email.cz)
- ProcessWrapper provides api of new version, so use it (frostyx@email.cz)
- Get summary instead of description; Fix mistake from dfae2b6
* Fri Feb 20 2015 Jakub Kadlčík <frostyx@email.cz> 0.5.7-1
- Update informations about DNF plugin (frostyx@email.cz)
- Prevent traceback when deleted user; See #33 (frostyx@email.cz)