Skip to content

Commit

Permalink
Automatic commit of package [tracer] release [0.6.5-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 21, 2015
1 parent 679a6de commit f90b02a
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.4-1 ./
0.6.5-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.4
Version: 0.6.5
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
* Sat Aug 22 2015 Jakub Kadlčík <frostyx@email.cz> 0.6.5-1
- Fix OSError from os.getlogin() (RhBug:1251352) (frostyx@email.cz)

* Sun Aug 16 2015 Jakub Kadlčík <frostyx@email.cz> 0.6.4-1
- Catch NoSuchProcess to fix #43 (RhBug:1215561) (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.6.4'
__version__ = '0.6.5'
__release__ = '1'

0 comments on commit f90b02a

Please sign in to comment.