* Tue May 06 2025 mgorse@suse.com
- Update to version 0.12.1:
* Fix spd-say -k ' '.
* Fix output getting stuck in some rare condition triggered in
Orca preference dialog.
* Fix taking character punctuation levels from NVDA files.
* espeak: Fix translated pronounciation.
* generic: Fix getting stuck on speaking nothing.
* generic: Add GenericDefaultCharset parameter.
* generic: Fix random garbage on non-text utterances.
* Fix Czech documentation encoding.
* Sun Feb 23 2025 mgorse@suse.com
- Update to version 0.12.0:
* Add libspeechd-module library for making it simpler to create
external spd modules.
* Update CLDR to version 45, symbols from orca 45.2, and symbols
from NVDA.
* Also support loading symbols from home directory.
* Tue Oct 29 2024 mgorse@suse.com
- Update to version 0.12.0~rc4:
* audio: Fix logging from audio modules in server-side audio.
* Sort Baratinoo engine higher.
* espeak-ng-mbrola: Fix mbrola voices with rate different from
22KHz
* Add a run-spd-say script and make run-speechd and run-spd-say
able to talk directly.
* Add initial pipewire support.
- Drop speech-dispatcher-missing-return-vals.patch and
speech-dispatcher-pulseaudio-samples.patch: fixed upstream.
- Add libpipewire-0.3 to BuildRequires to build Pipewire support.
- Package speechd_module library.
* Wed Oct 16 2024 dimstar@opensuse.org
- Drop rcFOO symlinks (PED-266).
* Fri Jul 05 2024 mgorse@suse.com
- Add speech-dispatcher-pulseaudio-samples.patch: fix for losing
samples with pulseaudio.
* Wed May 22 2024 mgorse@suse.com
- Update to version 0.12.0~rc3:
* Detect module failures from generic module.
* Make the fallback espeak-ng and dummy modules hardcoded.
* Better detect generic module failures to disable them.
* pulse: Use asynchronous API to avoid buffer underruns.
* generic: Make stripping punctuation use locale charset.
- Add speech-dispatcher-missing-return-vals.patch: add missing
return statements.
* Thu Feb 22 2024 mgorse@suse.com
- Update to version 0.12.0~rc2:
* Add openjtalk module.
* Fix splitting long UTF-8 sequences.
* Update CLDR to version 44 and symbols from NVDA.
* Add spd_fd function to C api.
* Thu Feb 22 2024 alarrosa@suse.com
- Use _multibuild to build also a python311 flavor in SLE15
(jsc#PED-68)
- Rename the python3-speechd package to %{primary_python}-speechd
in TW/ALP so that it follows the python package naming policy.
- Fix %_datadir which is now included in the main speech-dispatcher
package instead of in -configure.
- Only provide python3-speechd from python311-speechd in TW/ALP,
otherwise the python 3.11 flavor might be selected instead of
the real python3-speechd package in SLE15.
- Only require python-speechd for the -configure package. The base
package does not require it to be installed.
* Tue Feb 13 2024 mgorse@suse.com
- Update to version 0.12.0~rc1:
* Add socket activation
* libspeechd: Simplify buffer management.
* Add language and variant parameters to "list voice" command.
- Add pkgconfig(libsystemd) to BuildRequires.
* Sun Jan 14 2024 mgorse@suse.com
- Have speech-dispatcher-module espeak supplement libespeak-ng1,
rather than espeak-ng. The latter provides a binary which is not
used or needed and that might not be installed.