[tracer] Update tracer to 0.5.5-1

Jakub Kadlčík frostyx at fedoraproject.org
Wed Dec 31 19:38:24 UTC 2014


commit e95f18aff7af22d02411df7cd2b2409e31fb5c5e
Author: Jakub Kadlčík <frostyx at email.cz>
Date:   Wed Dec 31 20:38:25 2014 +0100

    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 <frostyx at email.cz> 0.5.5-1
+- On Fedora, use DNF and YUM at once; (RhBug:1168807) (frostyx at email.cz)
+- Return empty collection if DNF wasn't used yet; (RhBug:1168807)
+  (frostyx at email.cz)
+- Rewrite default view using blocks Print blocks of session and static
+  applications when `-a`; Fix #23 (frostyx at email.cz)
+- Implement helper arguments functionality; Close #21 (frostyx at email.cz)
+- Make set step by step; Fix #25 (frostyx at email.cz)
+- Don't run tracer when uninstalling it; Fix #24 (frostyx at email.cz)
+- Add fedora-git releaser (frostyx at email.cz)
+- Implement '--show-resource' parameter (frostyx at email.cz)
+- Use parallel make (frostyx at email.cz)
+
 * Thu Oct 30 2014 Jakub Kadlčík <frostyx at email.cz> 0.5.4-1
 - Rename DNF plugin to dnf-plugin-tracer (frostyx at email.cz)
 - Trace affected applications instead of processes (frostyx at email.cz)


More information about the scm-commits mailing list