Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package festival for openSUSE:Factory 
checked in at 2021-07-20 15:38:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/festival (Old)
 and      /work/SRC/openSUSE:Factory/.festival.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "festival"

Tue Jul 20 15:38:51 2021 rev:40 rq:906972 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/festival/festival.changes        2020-09-04 
11:11:22.607008564 +0200
+++ /work/SRC/openSUSE:Factory/.festival.new.2632/festival.changes      
2021-07-20 15:39:09.565439683 +0200
@@ -1,0 +2,7 @@
+Mon Jul 19 02:30:53 UTC 2021 - Yasuhiko Kamata <belphe...@belbel.or.jp>
+
+- Added festival-1.95-audsp-libexec.patch to support new directory
+  structure in Tumbleweed (/usr/libexec should be used for internal
+  binary) (boo#1188227).
+
+-------------------------------------------------------------------

New:
----
  festival-1.95-audsp-libexec.patch

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

Other differences:
------------------
++++++ festival.spec ++++++
--- /var/tmp/diff_new_pack.3DJkfZ/_old  2021-07-20 15:39:11.453443060 +0200
+++ /var/tmp/diff_new_pack.3DJkfZ/_new  2021-07-20 15:39:11.457443067 +0200
@@ -40,7 +40,11 @@
 Patch2:         %{name}-1.95-examples.patch
 Patch3:         %{name}-text2wave-manpage.patch
 Patch4:         %{name}-1.95-libdir.patch
+%if 0%{?suse_version} > 1500
+Patch7:         %{name}-1.95-audsp-libexec.patch
+%else
 Patch7:         %{name}-1.95-audsp.patch
+%endif
 Patch8:         %{name}-1.96-chroot.patch
 # PATCH-FIX-UPSTREAM festival-no-LD_LIBRARY_PATH-extension.patch bnc#642507 
vu...@opensuse.org -- Do not change LD_LIBRARY_PATH in binaries, to avoid any 
risks
 Patch9:         %{name}-no-LD_LIBRARY_PATH-extension.patch

++++++ festival-1.95-audsp-libexec.patch ++++++
--- src/arch/festival/audspio.cc
+++ src/arch/festival/audspio.cc
@@ -108,7 +108,7 @@
        {
            audio = ft_get_param("Audio_Method");
            command = ft_get_param("Audio_Command");
-           audfds = pipe_open("audsp");
+           audfds = pipe_open("/usr/libexec/festival/audsp");
            if (audio != NIL)
                audsp_send(EST_String("method ")+get_c_string(audio));
            if (command != NIL)

Reply via email to