diff --git a/.gitignore b/.gitignore index 87e7b4f..d63b68f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index c68785e..d6c4a53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -200c1f9ae1959fc60df37da034180df7 tracer-0.6.4.tar.gz +c0e9a78377a1cfe31ae3af5d43f980a8 tracer-0.6.5.tar.gz diff --git a/tracer.spec b/tracer.spec index 4c06ad1..f2f74f8 100644 --- a/tracer.spec +++ b/tracer.spec @@ -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 0.6.5-1 +- Fix OSError from os.getlogin() (RhBug:1251352) (frostyx@email.cz) + * Sun Aug 16 2015 Jakub Kadlčík 0.6.4-1 - Catch NoSuchProcess to fix #43 (RhBug:1215561) (frostyx@email.cz)