* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
* Mon Nov 06 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
* Tue May 24 2016 martin.liska@suse.com
- gcc6-char-cast.patch: Fix GCC6 errors.
* Sat Feb 27 2016 mgorse@suse.com
- Add %{version} to -devel requires
* Fri Dec 19 2014 opensuse.lietuviu.kalba@gmail.com
- Add missing mbrola files for Lithuanian language
* Wed Apr 09 2014 p.drouand@gmail.com
- Update to version 1.48.04
+ Corrections to languages en, nl, ta (rules, list, and dict files)
- Changes from version 1.48.03
+ Fix bug, use of the command-line "espeakedit --compile" produced
phoneme data in which vowels started at full amplitude instead of
gradual increase.
+ Fix bug: SSML <break time=""> with values greater than 23 seconds
were ignored due to arithmetic overflow.
+ Added new function: ChangeNextPhoneme().
+ Language changes include: da, en, fa, gu, hu, it, nl, pt, ta
+ Started new language: eu (Basque).
+ Allow $p_alt1, $p_alt2, etc in pre-conditions. The rule matches
if the characters before the current point in the word occur as an
entry in the *_list file with the corresponding $alt attibute.
+ Added condition $list. This is similar to $p_alt etc, but examines
all words in the *_list file which don't have the $only attribute.
- Fix various rpmlint warnings
* Sat Mar 01 2014 p.drouand@gmail.com
- Update to version 1.48.02
+ Added rule attribute $noprefix. The rule is not used if a prefix
has been removed from the word.
+ Program changes to enable audio output from Windows DLL.
+ Added attribute 'dictdialect' to specify en-us voice for words marked
with _^_EN.
+ Superscripts and subscripts are spoken as single letters and numbers
during normal speech, and with "superscript" and "subscript" also
spoken when spelling.
+ Change function call espeak_TextToPhonemes().
+ Klatt synthesizer: Fix parallel formant parameters.
+ Update translations
* Wed Jan 08 2014 tchvatal@suse.com
- Remove voices/en directory to avoid cpio rename error that is
caused by dir -> file conversion. This makes the package
updateable again.
* Sun Dec 15 2013 p.drouand@gmail.com
- Update to version 1.47.11
+ No changelog entry
- Changes from 1.47.10
+ Data change only.
+ Revert 't' sound in Spanish to version 1.47.07.
- Changes from 1.47.09
+ Bug fix (lookup in *_list occasionally found the wrong word).
- Changes from 1.47.08
+ Automatically generate character names for subscript and superscript
characters.
+ Use internal ctype data for character codes up to U+024F.
+ Add API function espeak_TextToPhonemes().
+ Add test language az, Azerbaijani.
- Changes from 1.47.07
+ Language data changes only.
- Changes from 1.47.06
+ Fix for systems which have 44010Hz but not 22050Hz audio.
+ Now runs OK in ARMv7 mode.
- Changes from 1.47.05
+ Bug fixes.
+ Phoneme definitions: add conditions prev2PhW(), next3PhW().
+ Added language: ms (Malay)
Command line:
- -voices=<directory> lists the voices in the specified subdirectory.
- Changes from 1.47.03
+ Bug fixes.
- Changes from 1.47.01
+ Added languages:
- an Aragonese.
- fa Farsi.
- ga Irish.
- lt Lithuanian.
- pa Punjabi.
+ Many language improvements, including American English, Danish,
Dutch, Portuguese, Tamil.
+ Command-line program.
- Added -version option.
- Added optional value to --ipa option.
- -ipa=1 adds a 'tie' character to link letters in a multi-letter
phoneme name.
- -ipa=2 adds a zero-width joiner to link letters in a
multi-letter phoneme name.
- -X option now lists the names of attributes from *_list files.
+ Speak the names of Braille Dot characters, U+2800 to U+28FF.
+ Speak names of characters in some non-native alphabets.
+ Automatic switch to a different language for text in non-native
alphabets.
+ Improved speaking of text from a non-native alphabet after
automatically switching to a different language voice.
+ Break words with characters from different alphabets into
separate words.
+ Ignore soft-hyphen (U+00AD) in text.
+ Klatt vioices, improved nasal vowels.
+ espeak-data can be compiled using a different sample rate than the
default 22050Hz. eSpeak will then generate speech at that sample rate.
+ Change the structure of the espeak-data/voices directory to use
subdirectories for europe, asia, and others.
+ Add suffix option 'm' to allow multiplr suffixes to be removed from a word.
+ Allow $text attribute when a text translation is given in a different alphabet.
+ Phoneme definitions.
- Add NOT operator in conditions.
- Add prevVowel() and nextPh2W()
- Ignore UTF8-BOM sequence at the start of phoneme definition files.
+ espeakedit application.
- Use wxWidgets 2.8 on Linux.
- Use wxNotebook for prosody and vowel pages.
- Add an option to compile the phoneme data at a specified sample rate
(uses the 'sox' program for the conversion of WAV file data).
- Add easpeak-fix-bufferoverflow-strncpy.patch; fix a bufferoverflow from
dictionnary sources files
* Sat Sep 15 2012 schwab@linux-m68k.org
- Use %{optflags}.