From 0856dbbb0f5e559045f649500cdd2b691e68dc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:28:37 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- tracer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)