Hello community,

here is the log from the commit of package espeak for openSUSE:Factory checked 
in at 2014-04-12 21:28:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/espeak (Old)
 and      /work/SRC/openSUSE:Factory/.espeak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "espeak"

Changes:
--------
--- /work/SRC/openSUSE:Factory/espeak/espeak.changes    2014-03-04 
13:14:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.espeak.new/espeak.changes       2014-04-12 
21:28:19.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Apr  9 13:12:12 UTC 2014 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  espeak-1.48.02-source.zip

New:
----
  espeak-1.48.04-source.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ espeak.spec ++++++
--- /var/tmp/diff_new_pack.PFvxuL/_old  2014-04-12 21:33:43.000000000 +0200
+++ /var/tmp/diff_new_pack.PFvxuL/_new  2014-04-12 21:33:43.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           espeak
 %define _major_version 1.48
-Version:        %{_major_version}.02
+Version:        %{_major_version}.04
 Release:        0
 %define _version %{version}-source
 Summary:        Software speech synthesizer (text-to-speech)
@@ -45,7 +45,7 @@
 
 %package devel
 Summary:        Software speech synthesizer (text-to-speech) -- Development 
Files
-Group:          Productivity/Other
+Group:          Development/Languages/C and C++ 
 Requires:       espeak
 
 %description devel
@@ -59,7 +59,7 @@
 
 %prep
 # Probably a mistake from upstream
-%setup -q -n %{name}-%{_major_version}.01-source
+%setup -q -n %{name}-%{version}-source
 %patch -p1
 # Don't use the included binary voice dictionaries; we compile these from
 # source
@@ -68,6 +68,7 @@
 %{__cp} -f src/portaudio19.h src/portaudio.h
 # Remove executable bits of documentation
 chmod a-x docs/*.html
+chmod a-x docs/speak_lib.h
 
 %build
 cd src
@@ -93,6 +94,8 @@
 %{__install} -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/espeak.1
 # Rename docs subdir for installation with %doc
 %{__mv} docs/ html/
+# Fix wrong-script-end-of-line-encoding rpmlint warning
+sed -i 's/\r$//' %{buildroot}%{_datadir}/espeak-data/voices/other/lfn
 
 %pre
 # Support for seamless update
@@ -111,7 +114,7 @@
 %{_bindir}/espeak
 %{_libdir}/libespeak.so.*
 %{_datadir}/espeak-data/
-%doc %{_mandir}/man1/espeak.1.*
+%{_mandir}/man1/espeak.1.*
 
 %files devel
 %defattr (-,root,root,755)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to