From 6b6c53ad52bc4cab4806c9d42b79748c4b16f672 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 07:47:14 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tracer.git#34fd7246ab4ac59109882add8667c75505dde4b5 --- tracer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tracer.spec b/tracer.spec index 7850a6f..83f0637 100644 --- a/tracer.spec +++ b/tracer.spec @@ -18,7 +18,7 @@ Name: tracer Version: 0.7.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -197,6 +197,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Jan 24 2021 Jakub Kadlcik 0.7.5-1 - Depend on python3-six instead of python3-future (frostyx@email.cz) - Drop beautifulsoup4 in favor of built-in xml.dom (frostyx@email.cz)