Hello community,
here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory
checked in at 2019-04-26 22:53:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtspeech"
Fri Apr 26 22:53:32 2019 rev:12 rq:697076 version:5.12.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes
2019-03-21 09:41:13.754967640 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.5536/libqt5-qtspeech.changes
2019-04-26 22:53:34.073349246 +0200
@@ -1,0 +2,8 @@
+Thu Apr 18 07:27:33 UTC 2019 - [email protected]
+
+- Update to 5.12.3:
+ * New bugfix release
+ * For more details please see:
+ * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.3/?h=v5.12.3
+
+-------------------------------------------------------------------
Old:
----
qtspeech-everywhere-src-5.12.2.tar.xz
New:
----
qtspeech-everywhere-src-5.12.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtspeech.spec ++++++
--- /var/tmp/diff_new_pack.BXQ22K/_old 2019-04-26 22:53:34.841348751 +0200
+++ /var/tmp/diff_new_pack.BXQ22K/_new 2019-04-26 22:53:34.849348746 +0200
@@ -19,11 +19,11 @@
%define qt5_snapshot 0
%define libname libQt5TextToSpeech5
%define base_name libqt5
-%define real_version 5.12.2
-%define so_version 5.12.2
-%define tar_version qtspeech-everywhere-src-5.12.2
+%define real_version 5.12.3
+%define so_version 5.12.3
+%define tar_version qtspeech-everywhere-src-5.12.3
Name: libqt5-qtspeech
-Version: 5.12.2
+Version: 5.12.3
Release: 0
Summary: Qt 5 Speech Addon
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
++++++ qtspeech-everywhere-src-5.12.2.tar.xz ->
qtspeech-everywhere-src-5.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.2/.qmake.conf
new/qtspeech-everywhere-src-5.12.3/.qmake.conf
--- old/qtspeech-everywhere-src-5.12.2/.qmake.conf 2019-02-21
09:04:47.000000000 +0100
+++ new/qtspeech-everywhere-src-5.12.3/.qmake.conf 2019-04-10
08:03:07.000000000 +0200
@@ -2,4 +2,4 @@
CONFIG += qt_example_installs
CONFIG += warning_clean
-MODULE_VERSION = 5.12.2
+MODULE_VERSION = 5.12.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.2/.tag
new/qtspeech-everywhere-src-5.12.3/.tag
--- old/qtspeech-everywhere-src-5.12.2/.tag 2019-02-21 09:04:47.000000000
+0100
+++ new/qtspeech-everywhere-src-5.12.3/.tag 2019-04-10 08:03:07.000000000
+0200
@@ -1 +1 @@
-f899a4c2051ca4256faba2d268ca032dd129f200
+45e7dd1eee7ab2c2b26a429106e86f07dabfa4dc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.2/dist/changes-5.12.3
new/qtspeech-everywhere-src-5.12.3/dist/changes-5.12.3
--- old/qtspeech-everywhere-src-5.12.2/dist/changes-5.12.3 1970-01-01
01:00:00.000000000 +0100
+++ new/qtspeech-everywhere-src-5.12.3/dist/changes-5.12.3 2019-04-10
08:03:07.000000000 +0200
@@ -0,0 +1,20 @@
+Qt 5.12.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+ - This release contains only minor code improvements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/examples/speech/hello_speak/hello_speak.pro
new/qtspeech-everywhere-src-5.12.3/examples/speech/hello_speak/hello_speak.pro
---
old/qtspeech-everywhere-src-5.12.2/examples/speech/hello_speak/hello_speak.pro
2019-02-21 09:04:47.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/examples/speech/hello_speak/hello_speak.pro
2019-04-10 08:03:07.000000000 +0200
@@ -1,7 +1,8 @@
TEMPLATE = app
QT += widgets texttospeech
-requires(qtConfig(combobox))
+requires(qtHaveModule(gui))
+qtHaveModule(gui): requires(qtConfig(combobox))
SOURCES = main.cpp \
mainwindow.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qtexttospeech_p.h
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qtexttospeech_p.h
---
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qtexttospeech_p.h
2019-02-21 09:04:47.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.2/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-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qvoice_p.h
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qvoice_p.h
---
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.2/QtTextToSpeech/private/qvoice_p.h
2019-02-21 09:04:47.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.2/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-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qtexttospeech_p.h
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qtexttospeech_p.h
---
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qtexttospeech_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qtexttospeech_p.h
2019-04-10 08:03:07.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/tts/qtexttospeech_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qvoice_p.h
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qvoice_p.h
---
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qvoice_p.h
1970-01-01 01:00:00.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/5.12.3/QtTextToSpeech/private/qvoice_p.h
2019-04-10 08:03:07.000000000 +0200
@@ -0,0 +1 @@
+#include "../../../../../src/tts/qvoice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/qttexttospeechversion.h
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/qttexttospeechversion.h
---
old/qtspeech-everywhere-src-5.12.2/include/QtTextToSpeech/qttexttospeechversion.h
2019-03-11 14:59:14.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/include/QtTextToSpeech/qttexttospeechversion.h
2019-04-11 20:41:28.000000000 +0200
@@ -2,8 +2,8 @@
#ifndef QT_QTTEXTTOSPEECH_VERSION_H
#define QT_QTTEXTTOSPEECH_VERSION_H
-#define QTTEXTTOSPEECH_VERSION_STR "5.12.2"
+#define QTTEXTTOSPEECH_VERSION_STR "5.12.3"
-#define QTTEXTTOSPEECH_VERSION 0x050C02
+#define QTTEXTTOSPEECH_VERSION 0x050C03
#endif // QT_QTTEXTTOSPEECH_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.2/src/doc/doc.pro
new/qtspeech-everywhere-src-5.12.3/src/doc/doc.pro
--- old/qtspeech-everywhere-src-5.12.2/src/doc/doc.pro 2019-02-21
09:04:47.000000000 +0100
+++ new/qtspeech-everywhere-src-5.12.3/src/doc/doc.pro 2019-04-10
08:03:07.000000000 +0200
@@ -1,7 +1,7 @@
TEMPLATE = aux
CONFIG += force_qt
-QT += core-private
+QT = core-private
QMAKE_DOCS = $$PWD/qtspeech.qdocconf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/src/plugins/tts/speechdispatcher/speechdispatcher.pro
new/qtspeech-everywhere-src-5.12.3/src/plugins/tts/speechdispatcher/speechdispatcher.pro
---
old/qtspeech-everywhere-src-5.12.2/src/plugins/tts/speechdispatcher/speechdispatcher.pro
2019-02-21 09:04:47.000000000 +0100
+++
new/qtspeech-everywhere-src-5.12.3/src/plugins/tts/speechdispatcher/speechdispatcher.pro
2019-04-10 08:03:07.000000000 +0200
@@ -4,7 +4,7 @@
load(qt_plugin)
-QT += core texttospeech
+QT = core texttospeech
CONFIG += link_pkgconfig
packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/src/plugins/tts/tts.pro
new/qtspeech-everywhere-src-5.12.3/src/plugins/tts/tts.pro
--- old/qtspeech-everywhere-src-5.12.2/src/plugins/tts/tts.pro 2019-02-21
09:04:47.000000000 +0100
+++ new/qtspeech-everywhere-src-5.12.3/src/plugins/tts/tts.pro 2019-04-10
08:03:07.000000000 +0200
@@ -16,5 +16,5 @@
android: SUBDIRS += android
config_flite | config_flite_alsa {
- SUBDIRS += flite
+ qtHaveModule(multimedia): SUBDIRS += flite
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtspeech-everywhere-src-5.12.2/tests/auto/texttospeech/texttospeech.pro
new/qtspeech-everywhere-src-5.12.3/tests/auto/texttospeech/texttospeech.pro
--- old/qtspeech-everywhere-src-5.12.2/tests/auto/texttospeech/texttospeech.pro
2019-02-21 09:04:47.000000000 +0100
+++ new/qtspeech-everywhere-src-5.12.3/tests/auto/texttospeech/texttospeech.pro
2019-04-10 08:03:07.000000000 +0200
@@ -1,6 +1,6 @@
CONFIG += testcase
TARGET = tst_qtexttospeech
-QT += testlib core texttospeech
+QT = testlib core texttospeech
SOURCES += tst_qtexttospeech.cpp
unix {