Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2017-11-18 00:19:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtspeech"

Sat Nov 18 00:19:57 2017 rev:3 rq:532820 version:5.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2017-08-28 15:19:07.908145344 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes     
2017-11-18 00:20:04.693769280 +0100
@@ -1,0 +2,13 @@
+Mon Oct  9 07:34:54 UTC 2017 - [email protected]
+
+- Work around wrong include directory specification in
+  speech-dispatcher's pkgconfig file in Leap 42.x to fix build
+
+-------------------------------------------------------------------
+Sun Oct  8 14:09:45 UTC 2017 - [email protected]
+
+- Update to 5.9.2
+  * For more details please see:
+    https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+-------------------------------------------------------------------

Old:
----
  qtspeech-opensource-src-5.9.1.tar.xz

New:
----
  qtspeech-opensource-src-5.9.2.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtspeech.spec ++++++
--- /var/tmp/diff_new_pack.JZ9KYn/_old  2017-11-18 00:20:07.221677241 +0100
+++ /var/tmp/diff_new_pack.JZ9KYn/_new  2017-11-18 00:20:07.221677241 +0100
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.9.1
+%define real_version 5.9.2
 %define so_version 5.5.0
 %define tar_version qtspeech-opensource-src-%{real_version}
 Name:           libqt5-qtspeech
-Version:        5.9.1
+Version:        5.9.2
 Release:        0
 Summary:        Qt 5 Speech Addon
 License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or 
LGPL-3.0-with-Qt-Company-Qt-exception-1.1
@@ -50,6 +50,10 @@
 
 %prep
 %setup -q -n qtspeech-opensource-src-%{real_version}
+%if %{suse_version} < 1330
+# work around wrong include directory specification in speech-dispatcher's 
pkgconfig file in Leap 42.x
+sed -i "s|libspeechd.h|speech-dispatcher/libspeechd.h|" 
src/plugins/tts/speechdispatcher/qtexttospeech_speechd.*
+%endif
 
 %package -n %{libname}
 Summary:        Qt 5 Speech Addon

++++++ qtspeech-opensource-src-5.9.1.tar.xz -> 
qtspeech-opensource-src-5.9.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-opensource-src-5.9.1/.qmake.conf 
new/qtspeech-opensource-src-5.9.2/.qmake.conf
--- old/qtspeech-opensource-src-5.9.1/.qmake.conf       2017-05-10 
19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/.qmake.conf       2017-09-08 
15:11:16.000000000 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-opensource-src-5.9.1/.tag 
new/qtspeech-opensource-src-5.9.2/.tag
--- old/qtspeech-opensource-src-5.9.1/.tag      2017-05-10 19:07:32.000000000 
+0200
+++ new/qtspeech-opensource-src-5.9.2/.tag      2017-09-08 15:11:16.000000000 
+0200
@@ -1 +1 @@
-2356e7da0a35065254088534e3638b1c050cc748
+5393b76f3780b0be33cc727458993223605e5ab1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/config.tests/speechd/speechd.cpp 
new/qtspeech-opensource-src-5.9.2/config.tests/speechd/speechd.cpp
--- old/qtspeech-opensource-src-5.9.1/config.tests/speechd/speechd.cpp  
1970-01-01 01:00:00.000000000 +0100
+++ new/qtspeech-opensource-src-5.9.2/config.tests/speechd/speechd.cpp  
2017-09-08 15:11:16.000000000 +0200
@@ -0,0 +1,45 @@
+/****************************************************************************
+**
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the Qt Speech module of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL3$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPLv3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 3 requirements
+** will be met: https://www.gnu.org/licenses/lgpl.html.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or later as published by the Free
+** Software Foundation and appearing in the file LICENSE.GPL included in
+** the packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 2.0 requirements will be
+** met: http://www.gnu.org/licenses/gpl-2.0.html.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#include <libspeechd.h>
+
+int main()
+{
+    SPDConnection *speechDispatcher = spd_open("QtConfigTest", "main", 0, 
SPD_MODE_THREADED);
+    if (speechDispatcher)
+        spd_close(speechDispatcher);
+    return 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/config.tests/speechd/speechd.pro 
new/qtspeech-opensource-src-5.9.2/config.tests/speechd/speechd.pro
--- old/qtspeech-opensource-src-5.9.1/config.tests/speechd/speechd.pro  
1970-01-01 01:00:00.000000000 +0100
+++ new/qtspeech-opensource-src-5.9.2/config.tests/speechd/speechd.pro  
2017-09-08 15:11:16.000000000 +0200
@@ -0,0 +1,3 @@
+SOURCES = speechd.cpp
+
+LIBS += -lspeechd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/config.tests/vocalizer/vocalizer.cpp 
new/qtspeech-opensource-src-5.9.2/config.tests/vocalizer/vocalizer.cpp
--- old/qtspeech-opensource-src-5.9.1/config.tests/vocalizer/vocalizer.cpp      
2017-05-10 19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/config.tests/vocalizer/vocalizer.cpp      
1970-01-01 01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
-**
-** This file is part of the Qt Speech module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL3$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://www.qt.io/terms-conditions. For further
-** information use the contact form at http://www.qt.io/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or later as published by the Free
-** Software Foundation and appearing in the file LICENSE.GPL included in
-** the packaging of this file. Please review the following information to
-** ensure the GNU General Public License version 2.0 requirements will be
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#include <ve_ttsapi.h>
-#include <string.h>
-
-int main()
-{
-    VE_HSPEECH vocalizerClass;
-    VE_INSTALL vocalizerInstall;
-    memset(&vocalizerInstall, 0, sizeof(VE_INSTALL));
-    ve_ttsInitialize(&vocalizerInstall, &vocalizerClass);
-    ve_ttsUnInitialize(vocalizerClass);
-    return 0;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/config.tests/vocalizer/vocalizer.pro 
new/qtspeech-opensource-src-5.9.2/config.tests/vocalizer/vocalizer.pro
--- old/qtspeech-opensource-src-5.9.1/config.tests/vocalizer/vocalizer.pro      
2017-05-10 19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/config.tests/vocalizer/vocalizer.pro      
1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-SOURCES = vocalizer.cpp
-
-LIBS += -lve
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qtexttospeech_p.h
 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qtexttospeech_p.h
--- 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qtexttospeech_p.h
     2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qtexttospeech_p.h
     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/tts/qtexttospeech_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qvoice_p.h
 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qvoice_p.h
--- 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qvoice_p.h
    2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.1/QtTextToSpeech/private/qvoice_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/tts/qvoice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qtexttospeech_p.h
 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qtexttospeech_p.h
--- 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qtexttospeech_p.h
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qtexttospeech_p.h
     2017-09-08 15:11:16.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/tts/qtexttospeech_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qvoice_p.h
 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qvoice_p.h
--- 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qvoice_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/5.9.2/QtTextToSpeech/private/qvoice_p.h
    2017-09-08 15:11:16.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/tts/qvoice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/qttexttospeechversion.h
 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/qttexttospeechversion.h
--- 
old/qtspeech-opensource-src-5.9.1/include/QtTextToSpeech/qttexttospeechversion.h
    2017-06-29 01:59:49.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/include/QtTextToSpeech/qttexttospeechversion.h
    2017-10-04 09:26:41.000000000 +0200
@@ -2,8 +2,8 @@
 #ifndef QT_QTTEXTTOSPEECH_VERSION_H
 #define QT_QTTEXTTOSPEECH_VERSION_H
 
-#define QTTEXTTOSPEECH_VERSION_STR "5.9.1"
+#define QTTEXTTOSPEECH_VERSION_STR "5.9.2"
 
-#define QTTEXTTOSPEECH_VERSION 0x050901
+#define QTTEXTTOSPEECH_VERSION 0x050902
 
 #endif // QT_QTTEXTTOSPEECH_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-opensource-src-5.9.1/qtspeech.pro 
new/qtspeech-opensource-src-5.9.2/qtspeech.pro
--- old/qtspeech-opensource-src-5.9.1/qtspeech.pro      2017-05-10 
19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/qtspeech.pro      2017-09-08 
15:11:16.000000000 +0200
@@ -2,5 +2,7 @@
 load(configure)
 qtCompileTest(flite)
 qtCompileTest(flite_alsa)
-qtCompileTest(vocalizer)
+!packagesExist(speech-dispatcher) {
+    qtCompileTest(speechd)
+}
 load(qt_parts)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/android/src/qtexttospeech_android.cpp
 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/android/src/qtexttospeech_android.cpp
--- 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/android/src/qtexttospeech_android.cpp
     2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/android/src/qtexttospeech_android.cpp
     2017-09-08 15:11:16.000000000 +0200
@@ -123,7 +123,7 @@
 QTextToSpeechEngineAndroid::QTextToSpeechEngineAndroid(const QVariantMap 
&parameters, QObject *parent)
     : QTextToSpeechEngine(parent)
     , m_speech()
-    , m_state(QTextToSpeech::Ready)
+    , m_state(QTextToSpeech::BackendError)
     , m_text()
 {
     Q_UNUSED(parameters)
@@ -153,10 +153,7 @@
         stop();
 
     m_text = text;
-    QJNIEnvironmentPrivate env;
-    jstring jstr = env->NewString(reinterpret_cast<const 
jchar*>(text.constData()),
-                                  text.length());
-    m_speech.callMethod<void>("say", "(Ljava/lang/String;)V", jstr);
+    m_speech.callMethod<void>("say", "(Ljava/lang/String;)V", 
QJNIObjectPrivate::fromString(m_text).object());
 }
 
 QTextToSpeech::State QTextToSpeechEngineAndroid::state() const
@@ -266,13 +263,9 @@
     QString languageCode = parts.at(0);
     QString countryCode = parts.at(1);
 
-    QJNIEnvironmentPrivate env;
-    jstring jLanguageCode = env->NewString(reinterpret_cast<const 
jchar*>(languageCode.constData()),
-                                  languageCode.length());
-    jstring jCountryCode = env->NewString(reinterpret_cast<const 
jchar*>(countryCode.constData()),
-                                  countryCode.length());
-
-    QJNIObjectPrivate jLocale("java/util/Locale", 
"(Ljava/lang/String;Ljava/lang/String;)V", jLanguageCode, jCountryCode);
+    QJNIObjectPrivate jLocale("java/util/Locale", 
"(Ljava/lang/String;Ljava/lang/String;)V",
+                              
QJNIObjectPrivate::fromString(languageCode).object(),
+                              
QJNIObjectPrivate::fromString(countryCode).object());
 
     return m_speech.callMethod<jboolean>("setLocale", "(Ljava/util/Locale;)Z", 
jLocale.object());
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/ios/ios.pro 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/ios/ios.pro
--- old/qtspeech-opensource-src-5.9.1/src/plugins/tts/ios/ios.pro       
2017-05-10 19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/src/plugins/tts/ios/ios.pro       
2017-09-08 15:11:16.000000000 +0200
@@ -5,7 +5,7 @@
 load(qt_plugin)
 
 QT += core texttospeech
-LIBS += -framework AVFoundation
+LIBS += -framework Foundation -framework AVFoundation
 
 HEADERS += \
     qtexttospeech_ios_plugin.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.cpp
 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.cpp
--- 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.cpp
        2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.cpp
        2017-09-08 15:11:16.000000000 +0200
@@ -38,7 +38,7 @@
 #include "qtexttospeech_speechd.h"
 
 #include <qdebug.h>
-#include <speech-dispatcher/libspeechd.h>
+#include <libspeechd.h>
 
 #if LIBSPEECHD_MAJOR_VERSION > 0 || LIBSPEECHD_MINOR_VERSION >= 9
   #define HAVE_SPD_090
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
--- 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
  2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/qtexttospeech_speechd.h
  2017-09-08 15:11:16.000000000 +0200
@@ -44,7 +44,7 @@
 #include <QtCore/qvector.h>
 #include <QtCore/qstring.h>
 #include <QtCore/qlocale.h>
-#include <speech-dispatcher/libspeechd.h>
+#include <libspeechd.h>
 
 QT_BEGIN_NAMESPACE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/speechdispatcher.pro
 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/speechdispatcher.pro
--- 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/speechdispatcher/speechdispatcher.pro
     2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/speechdispatcher/speechdispatcher.pro
     2017-09-08 15:11:16.000000000 +0200
@@ -7,7 +7,8 @@
 QT += core texttospeech
 
 CONFIG += link_pkgconfig
-PKGCONFIG = speech-dispatcher
+packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher
+config_speechd: LIBS += -lspeechd
 
 HEADERS += \
     qtexttospeech_speechd.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/src/plugins/tts/tts.pro 
new/qtspeech-opensource-src-5.9.2/src/plugins/tts/tts.pro
--- old/qtspeech-opensource-src-5.9.1/src/plugins/tts/tts.pro   2017-05-10 
19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/src/plugins/tts/tts.pro   2017-09-08 
15:11:16.000000000 +0200
@@ -2,7 +2,7 @@
 
 unix {
     CONFIG += link_pkgconfig
-    packagesExist(speech-dispatcher) {
+    config_speechd | packagesExist(speech-dispatcher) {
         SUBDIRS += speechdispatcher
     }
 }
@@ -18,7 +18,3 @@
 config_flite | config_flite_alsa {
     SUBDIRS += flite
 }
-
-config_vocalizer: exists(vocalizer) {
-    SUBDIRS += vocalizer
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/tests/auto/texttospeech/texttospeech.pro 
new/qtspeech-opensource-src-5.9.2/tests/auto/texttospeech/texttospeech.pro
--- old/qtspeech-opensource-src-5.9.1/tests/auto/texttospeech/texttospeech.pro  
2017-05-10 19:07:32.000000000 +0200
+++ new/qtspeech-opensource-src-5.9.2/tests/auto/texttospeech/texttospeech.pro  
2017-09-08 15:11:16.000000000 +0200
@@ -5,8 +5,9 @@
 
 unix {
     CONFIG += link_pkgconfig
-    packagesExist(speech-dispatcher) {
-        PKGCONFIG = speech-dispatcher
+    packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher
+    config_speechd | packagesExist(speech-dispatcher) {
         DEFINES += HAVE_SPEECHD
     }
+    config_speechd: LIBS += -lspeechd
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.1/tests/auto/texttospeech/tst_qtexttospeech.cpp 
new/qtspeech-opensource-src-5.9.2/tests/auto/texttospeech/tst_qtexttospeech.cpp
--- 
old/qtspeech-opensource-src-5.9.1/tests/auto/texttospeech/tst_qtexttospeech.cpp 
    2017-05-10 19:07:32.000000000 +0200
+++ 
new/qtspeech-opensource-src-5.9.2/tests/auto/texttospeech/tst_qtexttospeech.cpp 
    2017-09-08 15:11:16.000000000 +0200
@@ -40,7 +40,7 @@
 #include <QSignalSpy>
 
 #if defined(HAVE_SPEECHD)
-    #include <speech-dispatcher/libspeechd.h>
+    #include <libspeechd.h>
     #if LIBSPEECHD_MAJOR_VERSION == 0 && LIBSPEECHD_MINOR_VERSION < 9
         #define HAVE_SPEECHD_BEFORE_090
     #endif


Reply via email to