Hello community,

here is the log from the commit of package festival for openSUSE:Factory 
checked in at 2020-06-07 21:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/festival (Old)
 and      /work/SRC/openSUSE:Factory/.festival.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "festival"

Sun Jun  7 21:38:02 2020 rev:36 rq:812125 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/festival/festival.changes        2019-09-11 
10:41:54.135203930 +0200
+++ /work/SRC/openSUSE:Factory/.festival.new.3606/festival.changes      
2020-06-07 21:38:21.945459120 +0200
@@ -1,0 +2,7 @@
+Sat Jun  6 23:02:27 UTC 2020 - Yasuhiko Kamata <belphe...@belbel.or.jp>
+
+- Added speech_tools-remove-errneous-decl.patch to fix build error
+  at Tumbleweed (Thanks to github's commit:
+  https://github.com/festvox/speech_tools/pull/21).
+
+-------------------------------------------------------------------

New:
----
  speech_tools-remove-errneous-decl.patch

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

Other differences:
------------------
++++++ festival.spec ++++++
--- /var/tmp/diff_new_pack.dr7SHS/_old  2020-06-07 21:38:24.797468160 +0200
+++ /var/tmp/diff_new_pack.dr7SHS/_new  2020-06-07 21:38:24.797468160 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package festival
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,6 +53,7 @@
 Patch12:        speech_tools-1.2.95-config.patch
 # PATCH-FIX-UPSTREAM speech_tools-no-LD_LIBRARY_PATH-extension.patch 
vu...@opensuse.org -- Do not change LD_LIBRARY_PATH in binaries, to avoid any 
risks
 Patch17:        speech_tools-no-LD_LIBRARY_PATH-extension.patch
+Patch18:        speech_tools-remove-errneous-decl.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
@@ -89,6 +90,7 @@
 %patch11 -p1
 %patch12
 %patch17 -p1
+%patch18 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ speech_tools-remove-errneous-decl.patch ++++++
diff -Naru speech_tools_orig/siod/editline.c speech_tools/siod/editline.c
--- speech_tools_orig/siod/editline.c   2017-09-04 15:54:03.000000000 +0000
+++ speech_tools/siod/editline.c        2020-06-06 22:56:15.649329092 +0000
@@ -73,7 +73,6 @@
 /* modified by awb to allow specifcation of history size at run time  */
 /* (though only once)                                                 */
 int editline_histsize=256;
-char *editline_history_file;
 /* If this is defined it'll be called for completion first, before the */
 /* internal file name completion will be                               */
 EL_USER_COMPLETION_FUNCTION_TYPE*el_user_completion_function = NULL;

Reply via email to