From e95f18aff7af22d02411df7cd2b2409e31fb5c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Wed, 31 Dec 2014 20:38:25 +0100 Subject: [PATCH] Update tracer to 0.5.5-1 --- .gitignore | 1 + sources | 2 +- tracer.spec | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1359514..16c3478 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tracer-0.5.4.tar.gz +/tracer-0.5.5.tar.gz diff --git a/sources b/sources index b896c73..0e9bc9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a5a7afd596e9784118c7414567c6730 tracer-0.5.4.tar.gz +598ee735efc824f4f4a334ef9a09c771 tracer-0.5.5.tar.gz diff --git a/tracer.spec b/tracer.spec index 8b3c4aa..727e3ee 100644 --- a/tracer.spec +++ b/tracer.spec @@ -1,5 +1,5 @@ Name: tracer -Version: 0.5.4 +Version: 0.5.5 Release: 1%{?dist} Summary: Finds outdated running applications in your system @@ -44,7 +44,7 @@ This is plugin for DNF which runs tracer after every successful transaction. %build -make man +make %{?_smp_mflags} man %install @@ -72,6 +72,19 @@ cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plu %{python2_sitelib}/dnf-plugins/tracer.py* %changelog +* Wed Dec 31 2014 Jakub Kadlčík 0.5.5-1 +- On Fedora, use DNF and YUM at once; (RhBug:1168807) (frostyx@email.cz) +- Return empty collection if DNF wasn't used yet; (RhBug:1168807) + (frostyx@email.cz) +- Rewrite default view using blocks Print blocks of session and static + applications when `-a`; Fix #23 (frostyx@email.cz) +- Implement helper arguments functionality; Close #21 (frostyx@email.cz) +- Make set step by step; Fix #25 (frostyx@email.cz) +- Don't run tracer when uninstalling it; Fix #24 (frostyx@email.cz) +- Add fedora-git releaser (frostyx@email.cz) +- Implement '--show-resource' parameter (frostyx@email.cz) +- Use parallel make (frostyx@email.cz) + * Thu Oct 30 2014 Jakub Kadlčík 0.5.4-1 - Rename DNF plugin to dnf-plugin-tracer (frostyx@email.cz) - Trace affected applications instead of processes (frostyx@email.cz)