From 3651fe5e4020e267be7861fd3cd5251e5736c15c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 18 Jun 2023 18:27:48 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- tracer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tracer.spec b/tracer.spec index 12b866b..e852604 100644 --- a/tracer.spec +++ b/tracer.spec @@ -18,7 +18,7 @@ Name: tracer Version: 0.7.11 -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 +* Sun Jun 18 2023 Python Maint - 0.7.11-2 +- Rebuilt for Python 3.12 + * Sun Jun 18 2023 Jakub Kadlcik 0.7.11-1 - Rather create a /run/reboot-required not /var/run/reboot-required (frostyx@email.cz)