From de31f640b1e5c2ce99fdd5a55130055befcc9bed Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:59:51 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- tuna.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tuna.spec b/tuna.spec index 9523405..7f13129 100644 --- a/tuna.spec +++ b/tuna.spec @@ -1,6 +1,6 @@ Name: tuna Version: 0.19 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz @@ -91,6 +91,9 @@ done %doc docs/oscilloscope+tuna.pdf %changelog +* Tue Jun 13 2023 Python Maint - 0.19-2 +- Rebuilt for Python 3.12 + * Thu Feb 16 2023 John Kacur - 0.19-1 - Use setuptools and sysconfig instead of distutils in setup.py - Update to 0.19 upstream