Update tracer to 0.6.4-1

This commit is contained in:
Jakub Kadlčík 2015-08-17 11:44:39 +02:00
parent 9b9fdce505
commit 11f9e89d62
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/tracer-0.5.9.tar.gz
/tracer-0.6.2.tar.gz
/tracer-0.6.3.tar.gz
/tracer-0.6.4.tar.gz

View File

@ -1 +1 @@
a60d7aafe200d785fbd215305a89a3c9 tracer-0.6.3.tar.gz
200c1f9ae1959fc60df37da034180df7 tracer-0.6.4.tar.gz

View File

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