Changelog for
festival-devel-2.5.0-lp160.20.5.x86_64.rpm :
* Sat Aug 24 2024 Yasuhiko Kamata
- Updated configure script using autoconf because it fails with gcc-14 (only for Tumbleweed currently).
* Fri Aug 16 2024 Yasuhiko Kamata - Replace Requires(pre): \"%{_sbindir}/{groupadd,useradd}\" with \"shadow\" to make it possible to pick up in Leap 16.0.
* Mon Feb 26 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Sun Sep 17 2023 Yasuhiko Kamata - Replace Requires(pre): \"%{_sbindir}/{groupadd,useradd}\" with \"shadow\" to make it possible to pick up in Tumbleweed.
* Mon Jul 19 2021 Yasuhiko Kamata - Added festival-1.95-audsp-libexec.patch to support new directory structure in Tumbleweed (/usr/libexec should be used for internal binary) (boo#1188227).
* Fri Sep 04 2020 Yasuhiko Kamata - Removed \"rcfestival\" and added almost equivalent functionality to systemd unit file (thanks to Franck Bui ).- Removed %stop_on_removal and %restart_on_update from .spec, which is not needed anymore.
* Wed Sep 02 2020 Franck Bui - /var/run has been obsoleted by /run since a long time.
* Wed Sep 02 2020 Franck Bui - Drop dependency on insserv-compat insserv-compat is going to be dropped soon or later on systems with systemd as init system. It was only needed by /usr/lib/festival/server that uses rc_status to pretty print the status of a command. Since this script is intended to be used by festival.service only and not called directly by users and systemd has already its own mechanism to report status, the use of rc_status doesn\'t seem to be useful. Also there\'s no point in using %insserv_cleanup in %postun as this package doesn\'t ship any sysv init script.
* Mon Aug 31 2020 Yasuhiko Kamata - Removed unnecessary and unexpected \"_link\".- Updated .spec file according to the Tumbleweed\'s change (%{_libexecdir} was changed from /usr/lib to /usr/libexec).
* Fri Jun 19 2020 Yasuhiko Kamata - Added speech_tools-null-fragile.patch and festival-null-fragile.patch to fix NULL dereference problem (EST_Item\'s method may be called even though \"this\" is NULL); it causes SIGSEGV in text2wave (boo#1173193).
* Sat Jun 06 2020 Yasuhiko Kamata - Added speech_tools-remove-errneous-decl.patch to fix build error at Tumbleweed (Thanks to github\'s commit: https://github.com/festvox/speech_tools/pull/21).
* Tue Sep 10 2019 Christophe Giboudeaux - Use -ffat-lto-objects when building static libraries.- Run spec-cleaner
* Mon Dec 17 2018 Jan Engelhardt - Do not ignore errors from useradd/groupadd.
* Sat Nov 24 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 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 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Tue Mar 14 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 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 2014 devel.openSUSE.orgAATTgmail.com- Spec-file cleanup
* Tue Apr 09 2013 schwabAATTsuse.de- Update config.guess/sub for speech_tools
* Mon Nov 19 2012 dimstarAATTopensuse.org- Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.
* Sat Mar 17 2012 dimstarAATTopensuse.org- Add speech_tools-gcc47.patch: Fix build with gcc 4.7.
* Mon Jun 27 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 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 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 08 2009 roAATTsuse.de- Add speech_tools-1.2.96-beta-const.patch to fix build: strchr return value changed from char
* to const char
*
* Mon Jan 21 2008 mskibbeAATTsuse.de- fix build problems with new gcc
* Thu Sep 20 2007 hvogelAATTsuse.de- get rid of usermod %pre call- add group/useradd to prereq
* Fri Aug 31 2007 mskibbeAATTsuse.de- Bug 294691 - VUL-0: Festival: Privilege elevation
* Mon Aug 27 2007 mskibbeAATTsuse.de- fix 64 bit build problem
* Mon Jul 30 2007 mskibbeAATTsuse.de- update speech_tools to version 1.96-beta which o fix a lot of bugs o includes speech_tools-1.2.95-includes.patch o fix VUL-0: Festival: Privilege elevation (#294691)
* Fri Mar 30 2007 roAATTsuse.de- added ncurses-devel to buildreq
* Mon Jan 29 2007 mskibbeAATTsuse.de- festival-devel packages is incomplete (#230697)
* Tue Oct 31 2006 meissnerAATTsuse.de- use RPM_OPT_FLAGS
* Wed Sep 13 2006 mskibbeAATTsuse.de- update to version 1.96 which o compiles with gcc 4.0 o contains a lot of little bug fixes
* Tue Jul 18 2006 mskibbeAATTsuse.de- fix a problem that audsp cannot be open (#190100)
* Tue Mar 21 2006 hvogelAATTsuse.de- define outidx [#158757]
* Wed Mar 08 2006 cthielAATTsuse.de- PreReq %fillup_prereq, to make %post scripts work
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 hvogelAATTsuse.de- remove cmudict_extensions.scm because of license issues.- add init script for festival in server mode by Andreas Schneider. [#143397]- default allow connections from localhost for gnome-speech. Patch by Fernando Herrera. [#144082]
* Wed Jan 11 2006 hvogelAATTsuse.de- split devel subpackage
* Wed Dec 07 2005 rguentherAATTsuse.de- fix operator overloads returning references to temporary objects
* Thu Nov 03 2005 rguentherAATTsuse.de- fix gcc 4.1 compilation problems- build with -ffriend-injection
* Fri Sep 02 2005 hvogelAATTsuse.de- fix man page permissions [#114849]
* Wed Aug 31 2005 hvogelAATTsuse.de- add festival.el for emacs [#114380]
* Fri Aug 26 2005 hvogelAATTsuse.de- fix libdir path [#113090]
* Tue May 24 2005 hvogelAATTsuse.de- fix missing class types
* Thu May 19 2005 hvogelAATTsuse.de- add manpages- get rid of -Wall for g++- use optflags for gcc- package the saytime script- simplify install section- general sepcfile cleanup- fix some more include warnings
* Wed May 18 2005 hvogelAATTsuse.de- Update to version 1.95- fix the rest
* Fri May 13 2005 yxuAATTsuse.de- partly fixed for GCC4- still problems with function templates left
* Mon Jan 10 2005 adrianAATTsuse.de- install libraries and header files- do compile with -fPIC- do not build as root anymore
* Mon Apr 19 2004 meissnerAATTsuse.de- fixed aliasing problem.
* Sat Mar 20 2004 meissnerAATTsuse.de- fixed paths to sample files #36618
* Mon Mar 15 2004 sbrabecAATTsuse.cz- Removed obsolete mandir and infodir.
* Tue Feb 24 2004 hhetterAATTsuse.de- include festival license in %doc
* Thu Feb 19 2004 hhetterAATTsuse.de- initial SUSE package