Hello community, here is the log from the commit of package speech-dispatcher for openSUSE:Factory checked in at 2018-08-04 21:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old) and /work/SRC/openSUSE:Factory/.speech-dispatcher.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speech-dispatcher" Sat Aug 4 21:51:32 2018 rev:29 rq:627352 version:0.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes 2018-03-08 10:55:48.336995769 +0100 +++ /work/SRC/openSUSE:Factory/.speech-dispatcher.new/speech-dispatcher.changes 2018-08-04 21:51:36.657075911 +0200 @@ -1,0 +2,6 @@ +Fri Aug 3 14:12:32 UTC 2018 - mgo...@suse.com + +- Fix enabling of espeak-ng in speechd.conf to use + espeak-ng.conf, rather than espeak.conf. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speech-dispatcher.spec ++++++ --- /var/tmp/diff_new_pack.gYnG2f/_old 2018-08-04 21:51:37.085076714 +0200 +++ /var/tmp/diff_new_pack.gYnG2f/_new 2018-08-04 21:51:37.085076714 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %if 0%{?suse_version} >= 1500 %define espeak espeak-ng %define espeakdev espeak-ng-devel @@ -30,7 +31,7 @@ # Almost all files are under GPLv2+, however src/c/clients/spdsend/spdsend.h is # licensed under GPLv2, which makes %%{_bindir}/spdsend GPLv2. Summary: Device independent layer for speech synthesis -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Daemons URL: https://devel.freebsoft.org/speechd Source0: https://devel.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz @@ -40,9 +41,9 @@ Source2: speech-dispatcher.logrotate Source99: baselibs.conf # PATCH-FIX-UPSTREAM bnc-831609-festival-crash.patch bnc#831609 mgo...@suse.com -- fix crash when unable to init festival module +BuildRequires: %{espeakdev} BuildRequires: alsa-devel BuildRequires: dotconf-devel -BuildRequires: %{espeakdev} BuildRequires: glib2-devel BuildRequires: intltool BuildRequires: libao-devel @@ -170,7 +171,7 @@ 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 +sed -i "s/#AddModule \"%{espeak}\"/AddModule \"%{espeak}\"/" -i config/speechd.conf %build %configure --disable-static \