Update tracer to 0.6.5-1

This commit is contained in:
Jakub Kadlčík 2015-08-22 01:06:52 +02:00
parent 11f9e89d62
commit 07d331f91c
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/tracer-0.6.2.tar.gz
/tracer-0.6.3.tar.gz
/tracer-0.6.4.tar.gz
/tracer-0.6.5.tar.gz

View File

@ -1 +1 @@
200c1f9ae1959fc60df37da034180df7 tracer-0.6.4.tar.gz
c0e9a78377a1cfe31ae3af5d43f980a8 tracer-0.6.5.tar.gz

View File

@ -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
@ -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)