Hello community,
here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory
checked in at 2019-02-13 10:17:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtspeech"
Wed Feb 13 10:17:11 2019 rev:10 rq:670297 version:5.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes
2018-12-14 20:55:41.940852270 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833/libqt5-qtspeech.changes
2019-02-13 10:17:13.777361179 +0100
@@ -1,0 +2,8 @@
+Wed Jan 30 20:35:04 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Split speechd plugin into subpackage to not pull in libspeechd forcibly
+- Use System/Libraries as group for libQt5TextToSpeech5
+- Use %license
+- Use %requires_eq due to private API use
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtspeech.spec ++++++
--- /var/tmp/diff_new_pack.qBPILH/_old 2019-02-13 10:17:14.677360836 +0100
+++ /var/tmp/diff_new_pack.qBPILH/_new 2019-02-13 10:17:14.681360835 +0100
@@ -57,7 +57,8 @@
%package -n %{libname}
Summary: Qt 5 Speech Addon
-Group: Development/Libraries/X11
+Group: System/Libraries
+%requires_eq libQt5Core5
%description -n %{libname}
Qt is a set of libraries for developing applications.
@@ -66,6 +67,15 @@
such as text-to-speech, which is useful for end-users who are visually
challenged or cannot access the application for whatever reason.
+%package plugin-speechd
+Summary: Qt5 Speech Module - Speech Dispatcher support
+Group: System/Libraries
+Requires: %{libname} = %{version}
+
+%description plugin-speechd
+This plugin adds support for using speech-dispatcher for speech synthesis
+with the Qt5 Speech module.
+
%package devel
Summary: Development files for the Qt5 Speech library
Group: Development/Libraries/X11
@@ -99,9 +109,12 @@
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
%files -n %{libname}
-%doc LICENSE.*
+%license LICENSE.*
%{_libqt5_libdir}/libQt5TextToSpeech.so.*
-%{_libqt5_plugindir}/texttospeech/
+%dir %{_libqt5_plugindir}/texttospeech/
+
+%files plugin-speechd
+%{_libqt5_plugindir}/texttospeech/libqtexttospeech_speechd.so
%files devel
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri