Skip to content

Commit

Permalink
Automatic commit of package [tracer] release [0.5.8-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Feb 23, 2015
1 parent 4ce8134 commit 3b7d08e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rel-eng/packages/tracer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.7-1 ./
0.5.8-1 ./
7 changes: 6 additions & 1 deletion tracer.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tracer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# 02110-1301, USA.
#

__version__ = '0.5.7'
__version__ = '0.5.8'
__release__ = '1'

0 comments on commit 3b7d08e

Please sign in to comment.