From b938151f02bbdf844d91715354730a4687daf5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Tue, 24 Feb 2015 10:24:30 +0100 Subject: [PATCH] Update tracer to 0.5.8-1 --- .gitignore | 1 + sources | 2 +- tracer.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d260773..54e3c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 704b0ac..beedf0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a3f09560df708cacc2dd6d92c6aa102 tracer-0.5.7.tar.gz +a6cc54a82bb8df44c409713bc06197a4 tracer-0.5.8.tar.gz diff --git a/tracer.spec b/tracer.spec index 038e202..25fa6dc 100644 --- a/tracer.spec +++ b/tracer.spec @@ -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 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 0.5.7-1 - Update informations about DNF plugin (frostyx@email.cz) - Prevent traceback when deleted user; See #33 (frostyx@email.cz)