diff --git a/tracer.spec b/tracer.spec index a79c799..b8aa537 100644 --- a/tracer.spec +++ b/tracer.spec @@ -12,7 +12,7 @@ Name: tracer Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -164,6 +164,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.7.0-2 +- Rebuilt for Python 3.7 + * Thu Apr 19 2018 Sean O'Keeffe 0.7.0-1 - Fixes #98 - Don't try appending `None`, helpers (seanokeeffe797@gmail.com) - Fixes #104 - Replace None with "" when sorting (seanokeeffe797@gmail.com)