Update tracer to 0.6.3-1

This commit is contained in:
Jakub Kadlčík 2015-08-10 13:30:37 +02:00
parent 32f6d21469
commit 9b9fdce505
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/tracer-0.5.8.tar.gz
/tracer-0.5.9.tar.gz
/tracer-0.6.2.tar.gz
/tracer-0.6.3.tar.gz

View File

@ -1 +1 @@
8e46b1d3a5635fd60be89d3dec5c33bb tracer-0.6.2.tar.gz
a60d7aafe200d785fbd215305a89a3c9 tracer-0.6.3.tar.gz

View File

@ -1,5 +1,5 @@
Name: tracer
Version: 0.6.2
Version: 0.6.3
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
@ -60,6 +60,10 @@ make DESTDIR=%{buildroot}/usr/share/ mo
%{python2_sitelib}/tracer/
%changelog
* 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
* Wed Aug 05 2015 Jakub Kadlčík <frostyx@email.cz> 0.6.2-1
- Add --daemons-only and --hooks-only into manpage (frostyx@email.cz)