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