Skip to content

Commit

Permalink
Automatic commit of package [tracer] release [0.6.4-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 16, 2015
1 parent 75744df commit e83c08f
Show file tree
Hide file tree
Showing 3 changed files with 6 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.6.3-1 ./
0.6.4-1 ./
5 changes: 4 additions & 1 deletion tracer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tracer
Version: 0.6.3
Version: 0.6.4
Release: 1%{?dist}
Summary: Finds outdated running applications in your system

Expand Down Expand Up @@ -60,6 +60,9 @@ make DESTDIR=%{buildroot}/usr/share/ mo
%{python2_sitelib}/tracer/

%changelog
* Sun Aug 16 2015 Jakub Kadlčík <frostyx@email.cz> 0.6.4-1
- Catch NoSuchProcess to fix #43 (RhBug:1215561) (frostyx@email.cz)

* Mon Aug 10 2015 Jakub Kadlčík <frostyx@email.cz> 0.6.3-1
- Add compatibility layer for psutil.pids(); Fix 1251687
- Don't release for F20 anymore
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.6.3'
__version__ = '0.6.4'
__release__ = '1'

0 comments on commit e83c08f

Please sign in to comment.