From e0f163451f4598ff56eaf37cfcd754afca9c01a4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:53:35 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- speech-dispatcher.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 2727af3..29e6b69 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,6 +1,6 @@ Name: speech-dispatcher Version: 0.11.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: To provide a high-level device independent layer for speech synthesis # Almost all files are under GPL-2.0-or-later, however @@ -234,6 +234,9 @@ sed 's/# AudioOutputMethod "pulse,alsa"/AudioOutputMethod "pulse,alsa"/' %{build %{python3_sitearch}/speechd* %changelog +* Tue Jun 13 2023 Python Maint - 0.11.4-5 +- Rebuilt for Python 3.12 + * Fri May 12 2023 Yaakov Selkowitz - 0.11.4-4 - Disable flite in RHEL 10+ builds