Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2015-01-06 09:06:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2014-06-02 07:00:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new/speech-dispatcher.changes 
2015-01-06 09:06:29.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Dec 20 09:58:09 UTC 2014 - [email protected]
+
+- Update to 0.8.1
+  + User dictionaries support added to the IBMTTS driver
+  + Added a pico configuration file for use with the generic driver
+  + Better support for multi-arch enabled distros to facilitate the use of the
+    i386 only IBMTTS driver being easily installable on an amd64 system
+  + Bug fixes, and documentation cleanup
+- Don't remove configuration in /usr/share/speech-dispatcher/config,
+  because it is used by its configuration program to create user
+  specific settings, while duplicate of it in /etc is system-wide
+
+-------------------------------------------------------------------

Old:
----
  speech-dispatcher-0.8.tar.gz

New:
----
  speech-dispatcher-0.8.1.tar.gz

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

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.KLYr7r/_old  2015-01-06 09:06:30.000000000 +0100
+++ /var/tmp/diff_new_pack.KLYr7r/_new  2015-01-06 09:06:30.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           speech-dispatcher
-Version:        0.8
+Version:        0.8.1
 Release:        0
 # FIXME missing backends: festival lite, ibmeci (ibm tts), dumbtts/ivona, nas
 # Almost all files are under GPLv2+, however src/c/clients/spdsend/spdsend.h is
@@ -26,7 +26,7 @@
 License:        GPL-2.0+
 Group:          System/Daemons
 Url:            http://www.freebsoft.org/pub/projects/speechd/
-Source0:        
http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.tar.gz
+Source0:        
http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM bnc-831609-festival-crash.patch bnc#831609 
[email protected] -- fix crash when unable to init festival module
 Patch0:         bnc-831609-festival-crash.patch
 # Init file
@@ -47,7 +47,9 @@
 BuildRequires:  texinfo
 %{?systemd_requires}
 PreReq:         %install_info_prereq
+Requires:       python3-speechd
 Recommends:     espeak
+Recommends:     speech-dispatcherd-module-espeak
 Suggests:       festival
 Suggests:       logrotate
 Provides:       speechd = %{version}
@@ -72,6 +74,7 @@
 Summary:        Configuration tool for Speech Dispatcher
 Group:          System/Daemons
 Requires:       %{name} = %{version}
+Requires:       python3-xdg
 Enhances:       %{name}
 # spd-conf is in python
 %py_requires
@@ -159,6 +162,11 @@
 %prep
 %setup -q
 %patch0 -p1
+# dummy module must almost never be dissabled
+sed -i "s/#AddModule \"dummy\"/AddModule \"dummy\"/" -i config/speechd.conf
+# you must enable at least one module (except dummy), otherwise it will load 
+# all available modules and may cause huge cpu usage!
+sed -i "s/#AddModule \"espeak\"/AddModule \"espeak\"/" -i config/speechd.conf
 
 %build
 %configure --disable-static \
@@ -184,7 +192,8 @@
 %{__rm} %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ibmtts.conf
 %{__rm} %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ivona.conf
 # Remove config files that we don't need a second time
-%{__rm} -r %{buildroot}%{_datadir}/speech-dispatcher/conf/
+# but then user can not create its own configuration, because here is default, 
while in /etc is system-wide
+# %{__rm} -r %{buildroot}%{_datadir}/speech-dispatcher/conf/
 # Remove %{_infodir}/dir file
 %{__rm} %{buildroot}%{_infodir}/dir
 %find_lang %{name}
@@ -232,7 +241,7 @@
 %{_libdir}/speech-dispatcher-modules/sd_dummy
 %{_libdir}/speech-dispatcher-modules/sd_festival
 %{_libdir}/speech-dispatcher-modules/sd_generic
-%doc %{_infodir}/%{name}.info.gz
+%doc %{_infodir}/%{name}*.info.gz
 %doc %{_infodir}/spd-say.info.gz
 %doc %{_infodir}/ssip.info.gz
 # logs
@@ -245,6 +254,7 @@
 %defattr(-,root,root,-)
 %{_bindir}/spd-conf
 %{python3_sitearch}/speechd_config/
+%{_datadir}/speech-dispatcher/
 
 %files module-espeak
 %defattr(-,root,root,-)

++++++ speech-dispatcher-0.8.tar.gz -> speech-dispatcher-0.8.1.tar.gz ++++++
++++ 26543 lines of diff (skipped)

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

Reply via email to