Changelog for
festival-2.5.0-35.1.x86_64.rpm :
Mon Dec 17 13:00:00 2018 Jan Engelhardt
- Do not ignore errors from useradd/groupadd.
Sat Nov 24 13:00:00 2018 belphegorAATTbelbel.or.jp
- Update to version 2.5.0
* This update includes a solution for boo#1116808.
* But upstream seems not to provide a detailed changelog..
- Changed upstream URL to http://festvox.org/festival/,
original URL http://www.cstr.ed.ac.uk/projects/festival/ seemed
not to be maintained anymore.
Thu Nov 15 13:00:00 2018 belphegorAATTbelbel.or.jp
- Removed sysvinit support according to the boo#1116010.
* Added systemd unit file
* Moved rcfestival to /usr/lib/festival/server
Thu Nov 23 13:00:00 2017 rbrownAATTsuse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
Tue Mar 14 13:00:00 2017 dimstarAATTopensuse.org
- Add PreReq: insserv-compat. insserv is no longer part of a
standard SUSE setup, since we have long switched to systemd.
Thu Feb 12 13:00:00 2015 p.drouandAATTgmail.com
- Update to version 2.4
* Updated HTS and CG engines
* Support for newer compilers
* Bug fixes galore.
* Backwards compatibility with Festival 1.4.3
* English (British and American), Spanish and Welsh text to speech
* Externally configurable language independent modules:
- phonesets
- lexicons
- letter-to-sound rules
- tokenizing
- part of speech tagging
- intonation and duration
* Waveform synthesizers:
- Multisyn unit selection engine
- HTS parametric synthesis engine
- Clustergen parametric synthesis engine
- Clunits unit selection engine
- diphone based: residual excited LPC (and PSOLA not for distribution)
- MBROLA database support.
- distributed under a free X11-type licence
* Portable (Unix) distribution
* On-line documentation
* SABLE markup, Emacs, client/server, scripting interfaces.
- Update speech_tools-undefined-operation.patch
- Remove speech_tools-gcc47.patch; merged on upstream release
- Add festvox_rablpc16k.tar.gz; new upstream english festvox
Sun Jul 13 14:00:00 2014 devel.openSUSE.orgAATTgmail.com
- Spec-file cleanup
Tue Apr 9 14:00:00 2013 schwabAATTsuse.de
- Update config.guess/sub for speech_tools
Mon Nov 19 13:00:00 2012 dimstarAATTopensuse.org
- Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.
Sat Mar 17 13:00:00 2012 dimstarAATTopensuse.org
- Add speech_tools-gcc47.patch: Fix build with gcc 4.7.
Mon Jun 27 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 2.1:
+ Integrated and updated support for HTS, Clustergen, Multisyn
and Clunits voices.
+ Build fixes for newer gcc.
+ Bug fixes galore.
- Drop various patches that were needed to fix build issues
(generally caused by recent gcc): festival-1.95-gcc4.patch,
festival-1.96.patch, speech_tools-1.2.95-gcc4.patch,
speech_tools-1.2.95-gcc41.patch,
speech_tools-1.2.95-returnvalue.patch,
speech_tools-1.2.96-beta-const.patch,
speech_tools-1.2.96-beta.patch.
- Rebase festival-no-LD_LIBRARY_PATH-extension.patch and
speech_tools-no-LD_LIBRARY_PATH-extension.patch, and change them
to not remove empty files (which introduces errors during the
build) by keeping an empty line in those files.
- Add speech_tools-undefined-operation.patch, which contains the
only interesting bit left from speech_tools-1.2.95-gcc41.patch.
Thu Sep 30 14:00:00 2010 vuntzAATTopensuse.org
- Add festival-safe-temp-file.patch: do not use the PID of the
process to create a temporary file. Mentioned in bnc#642507.
Wed Sep 29 14:00:00 2010 vuntzAATTopensuse.org
- Add festival-no-LD_LIBRARY_PATH-extension.patch and
speech_tools-no-LD_LIBRARY_PATH-extension.patch: do not change
LD_LIBRARY_PATH to include a directory that can be used by
malicious users. Fix bnc#642507.
Mon Jun 8 14:00:00 2009 roAATTsuse.de
- Add speech_tools-1.2.96-beta-const.patch to fix build: strchr
return value changed from char
* to const char
*