Update tracer to 0.6.4-1
This commit is contained in:
parent
9b9fdce505
commit
11f9e89d62
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a60d7aafe200d785fbd215305a89a3c9 tracer-0.6.3.tar.gz
|
||||
200c1f9ae1959fc60df37da034180df7 tracer-0.6.4.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user