From d25fe616260ece892d59d63adf7ae2d56574d215 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 26 Feb 2025 01:11:42 +0100 Subject: [PATCH] automatic version update by autodist [release 0.12.0-1mamba;Tue Feb 25 2025] --- speech-dispatcher.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 2ae2455..f5b4788 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,6 +1,6 @@ Name: speech-dispatcher -Version: 0.11.5 -Release: 3mamba +Version: 0.12.0 +Release: 1mamba Summary: A high-level device independent layer for speech synthesis Group: System/Multimedia Vendor: openmamba @@ -15,11 +15,14 @@ BuildRequires: libalsa-devel BuildRequires: libao-devel BuildRequires: libdotconf-devel BuildRequires: libespeak-ng-devel +BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libltdl-devel +BuildRequires: libpipewire-devel BuildRequires: libpulseaudio-devel BuildRequires: libpython311-devel BuildRequires: libsndfile-devel +BuildRequires: libsystemd-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.11 Requires(post):%{__install_info} @@ -104,7 +107,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface. This package contains the flite module. -%debug_package %prep %setup -q -n speechd-%{version} @@ -154,7 +156,6 @@ rm -f %{buildroot}%{_infodir}/dir [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -/sbin/ldconfig %systemd_post speech-dispatcherd %install_info spd-say.info %install_info speech-dispatcher-cs.info @@ -171,7 +172,6 @@ rm -f %{buildroot}%{_infodir}/dir : %postun -/sbin/ldconfig %systemd_postun_with_restart speech-dispatcherd : @@ -191,6 +191,11 @@ rm -f %{buildroot}%{_infodir}/dir %{_bindir}/spdsend %{_bindir}/speech-dispatcher %{_unitdir}/speech-dispatcherd.service +%{_userunitdir}/speech-dispatcher.service +%{_userunitdir}/speech-dispatcher.socket +%{_libdir}/libspeechd_module.so.* +%{_libdir}/speech-dispatcher/spd_pipewire.so +%{_libexecdir}/speech-dispatcher-modules/sd_openjtalk %dir %{_datadir}/speech-dispatcher %dir %{_datadir}/speech-dispatcher/conf %{_datadir}/speech-dispatcher/conf/speechd.conf @@ -255,6 +260,9 @@ rm -f %{buildroot}%{_infodir}/dir %{python3_sitearch}/speechd* %changelog +* Tue Feb 25 2025 Automatic Build System 0.12.0-1mamba +- automatic version update by autodist + * Sun Jan 14 2024 Silvan Calarco 0.11.5-3mamba - remove former patch for includedir in pkg-config file causing wrong concatenation in Cflags