diff --git a/brltty-4.5-libspeechd.patch b/brltty-4.5-libspeechd.patch new file mode 100644 index 0000000..233cf59 --- /dev/null +++ b/brltty-4.5-libspeechd.patch @@ -0,0 +1,11 @@ +--- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.old 2013-09-14 15:57:46.180786883 +0100 ++++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-09-14 15:57:52.692795768 +0100 +@@ -38,7 +38,7 @@ + #define SPK_HAVE_PUNCTUATION + #include "spk_driver.h" + +-#include ++#include + + static SPDConnection *connectionHandle = NULL; + static const char *moduleName; diff --git a/brltty.spec b/brltty.spec index 0c196ab..ef56378 100644 --- a/brltty.spec +++ b/brltty.spec @@ -28,6 +28,8 @@ Source1: brltty.service # patch sent upstream Patch3: brltty-4.5-man-fix.patch Patch4: brltty-loadLibrary.patch +# libspeechd.h moved in latest speech-dispatch (NOT sent upstream) +Patch5: brltty-4.5-libspeechd.patch Summary: Braille display driver for Linux/Unix BuildRequires: byacc glibc-kernheaders bluez-libs-devel BuildRequires: systemd @@ -181,6 +183,7 @@ This package provides the OCaml binding for BrlAPI. %setup -q %patch3 -p1 -b .man-fix %patch4 -p1 -b .loadLibrary +%patch5 -p1 %if 0%{?with_python3} # Make a copy of the source tree for building the Python 3 module @@ -373,6 +376,7 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a - Rebuild for OCaml 4.01.0. - Create stublibs directory for OCaml, else install fails. - Unset MAKEFLAGS so that MAKEFLAGS=-j does not break local builds. +- In new speech-dispatcher, has moved to a subdirectory. * Sat Aug 03 2013 Fedora Release Engineering - 4.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild