commit libqt5-qtspeech for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2020-09-14 12:09:17

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.4249 (New)


Package is "libqt5-qtspeech"

Mon Sep 14 12:09:17 2020 rev:18 rq:833658 version:5.15.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2020-05-29 21:17:00.102989521 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.4249/libqt5-qtspeech.changes
2020-09-14 12:10:18.060055245 +0200
@@ -1,0 +2,8 @@
+Thu Sep 10 07:57:27 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.1:
+  * New bugfix release
+  * For more details please see:
+http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.15.1/?h=5.15.1
+
+---

Old:

  qtspeech-everywhere-src-5.15.0.tar.xz

New:

  qtspeech-everywhere-src-5.15.1.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.ZJ7iGu/_old  2020-09-14 12:10:19.860057084 +0200
+++ /var/tmp/diff_new_pack.ZJ7iGu/_new  2020-09-14 12:10:19.860057084 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.15.0
-%define so_version 5.15.0
-%define tar_version qtspeech-everywhere-src-5.15.0
+%define real_version 5.15.1
+%define so_version 5.15.1
+%define tar_version qtspeech-everywhere-src-5.15.1
 Name:   libqt5-qtspeech
-Version:5.15.0
+Version:5.15.1
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

++ qtspeech-everywhere-src-5.15.0.tar.xz -> 
qtspeech-everywhere-src-5.15.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.15.0/.qmake.conf 
new/qtspeech-everywhere-src-5.15.1/.qmake.conf
--- old/qtspeech-everywhere-src-5.15.0/.qmake.conf  2020-04-22 
10:13:06.0 +0200
+++ new/qtspeech-everywhere-src-5.15.1/.qmake.conf  2020-08-24 
11:20:53.0 +0200
@@ -5,4 +5,4 @@
 DEFINES += QT_NO_FOREACH
 DEFINES += QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 5.15.0
+MODULE_VERSION = 5.15.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.15.0/.tag 
new/qtspeech-everywhere-src-5.15.1/.tag
--- old/qtspeech-everywhere-src-5.15.0/.tag 2020-04-22 10:13:06.0 
+0200
+++ new/qtspeech-everywhere-src-5.15.1/.tag 2020-08-24 11:20:53.0 
+0200
@@ -1 +1 @@
-d9dbe04ce445b93c36ccfab4b5145d41cd4a58ff
+f4601353aa9a14eacfc83e1ca650ae5b6c21283a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.15.0/dist/changes-5.15.1 
new/qtspeech-everywhere-src-5.15.1/dist/changes-5.15.1
--- old/qtspeech-everywhere-src-5.15.0/dist/changes-5.15.1  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.15.1/dist/changes-5.15.1  2020-08-24 
11:20:53.0 +0200
@@ -0,0 +1,20 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+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.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+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.15.0/examples/speech/hello_speak/mainwindow.cpp 
new/qtspeech-everywhere-src-5.15.1/examples/speech/hello_speak/mainwindow.cpp
--- 
old/qtspeech-everywhere-src-5.15.0/examples/speech/hello_speak/mainwindow.cpp   
2020-04-22 10:13:06.0 +0200
+++ 
new/qtspeech-everywhere-src-5.15.1/examples/speech/hello_speak/mainwindow.cpp   
2020-08-24 11:20:53.0 +0200
@@ -55,7 +55,7 @@
 
 MainWindow::MainWindow(QWidget *parent)
 : QMainWindow(parent),
-m_speech(0)
+m_speech(nullptr)
 {
 ui.setupUi(this);
 QLoggingCategory::setFilterRules(QStringLiteral("qt.speech.tts=true \n 
qt.speech.tts.*=true"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libqt5-qtspeech for openSUSE:Factory

2020-05-29 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2020-05-29 21:15:14

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.3606 (New)


Package is "libqt5-qtspeech"

Fri May 29 21:15:14 2020 rev:17 rq:809406 version:5.15.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2020-01-30 09:40:27.433459808 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.3606/libqt5-qtspeech.changes
2020-05-29 21:17:00.102989521 +0200
@@ -1,0 +2,61 @@
+Tue May 26 11:18:59 UTC 2020 - Callum Farmer 
+
+- Update to version 5.15.0:
+  * No changelog available
+
+---
+Wed May 20 16:50:04 UTC 2020 - Callum Farmer 
+
+- Update to version 5.15.0-rc2:
+  * No changelog available
+
+---
+Wed May  6 11:38:13 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-rc:
+  * New bugfix release
+  * For the changes between 5.14.2 and 5.15.0 please see:
+http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.15.0/?h=5.15.0
+
+---
+Sun Apr 26 09:20:55 UTC 2020 - Fabian Vogt 
+
+- Move the speechd plugin's cmake file into the plugin subpackage
+
+---
+Fri Apr 24 07:11:32 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-beta4:
+  * New bugfix release
+  * No changelog available
+
+---
+Tue Apr 14 06:47:49 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-beta3:
+  * New bugfix release
+  * No changelog available
+
+---
+Tue Mar 24 12:13:57 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+---
+Fri Feb 28 09:59:13 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-beta1:
+  * New bugfix release
+  * No changelog available
+
+---
+Wed Feb 19 10:16:47 UTC 2020 - Fabian Vogt 
+
+- Update to 5.15.0-alpha:
+  * New feature release
+  * For more details please see:
+https://wiki.qt.io/New_Features_in_Qt_5.15
+
+---

Old:

  qtspeech-everywhere-src-5.14.1.tar.xz

New:

  qtspeech-everywhere-src-5.15.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.eGrQFo/_old  2020-05-29 21:17:02.286996104 +0200
+++ /var/tmp/diff_new_pack.eGrQFo/_new  2020-05-29 21:17:02.290996116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtspeech
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -19,17 +19,17 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.14.1
-%define so_version 5.14.1
-%define tar_version qtspeech-everywhere-src-5.14.1
+%define real_version 5.15.0
+%define so_version 5.15.0
+%define tar_version qtspeech-everywhere-src-5.15.0
 Name:   libqt5-qtspeech
-Version:5.14.1
+Version:5.15.0
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 Group:  Development/Libraries/X11
 URL:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel
@@ -117,11 +117,15 @@
 
 %files plugin-speechd
 %{_libqt5_plugindir}/texttospeech/libqtexttospeech_speechd.so
+%dir %{_libqt5_libdir}/cmake/Qt5TextToSpeech/
+%{_libqt5_libdir}/cmake/Qt5TextToSpeech/Qt5TextToSpeech_QTextToSpeechPluginSpeechd.cmake
 
 %files devel
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 %{_libqt5_includedir}/Qt*
-%{_libqt5_libdir}/cmake/Qt5TextToSpeech/
+%dir %{_libqt5_libdir}/cmake/Qt5TextToSpeech/
+%{_libqt5_libdir}/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake
+%{_libqt5_libdir}/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfigVersion.cmake
 %{_libqt5_libdir}/libQt5TextToSpeech.prl
 %{_libqt5_libdir}/libQt5TextToSpeech.so
 %{_libqt5_libdir}/pkgconfig/Qt5TextToSpeech.pc

++ 

commit libqt5-qtspeech for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2020-01-30 09:39:26

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.26092 (New)


Package is "libqt5-qtspeech"

Thu Jan 30 09:39:26 2020 rev:16 rq:768125 version:5.14.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2020-01-19 20:56:00.772005348 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.26092/libqt5-qtspeech.changes   
2020-01-30 09:40:27.433459808 +0100
@@ -1,0 +2,8 @@
+Mon Jan 27 13:14:37 UTC 2020 - Fabian Vogt 
+
+- Update to 5.14.1:
+  * New bugfix release
+  * For more details please see:
+http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.14.1/?h=v5.14.1
+
+---

Old:

  qtspeech-everywhere-src-5.14.0.tar.xz

New:

  qtspeech-everywhere-src-5.14.1.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.J3aP0r/_old  2020-01-30 09:40:28.285460263 +0100
+++ /var/tmp/diff_new_pack.J3aP0r/_new  2020-01-30 09:40:28.289460265 +0100
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.14.0
-%define so_version 5.14.0
-%define tar_version qtspeech-everywhere-src-5.14.0
+%define real_version 5.14.1
+%define so_version 5.14.1
+%define tar_version qtspeech-everywhere-src-5.14.1
 Name:   libqt5-qtspeech
-Version:5.14.0
+Version:5.14.1
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

++ qtspeech-everywhere-src-5.14.0.tar.xz -> 
qtspeech-everywhere-src-5.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.14.0/.qmake.conf 
new/qtspeech-everywhere-src-5.14.1/.qmake.conf
--- old/qtspeech-everywhere-src-5.14.0/.qmake.conf  2019-12-03 
16:41:28.0 +0100
+++ new/qtspeech-everywhere-src-5.14.1/.qmake.conf  2020-01-09 
11:11:37.0 +0100
@@ -5,4 +5,4 @@
 DEFINES += QT_NO_FOREACH
 DEFINES += QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 5.14.0
+MODULE_VERSION = 5.14.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.14.0/.tag 
new/qtspeech-everywhere-src-5.14.1/.tag
--- old/qtspeech-everywhere-src-5.14.0/.tag 2019-12-03 16:41:28.0 
+0100
+++ new/qtspeech-everywhere-src-5.14.1/.tag 2020-01-09 11:11:37.0 
+0100
@@ -1 +1 @@
-da06b4bdb7f438ab8cf45f088d98893e173e8e8d
+c187f00c9b58dd1123f3d4227465132e934d9274
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.14.0/dist/changes-5.14.1 
new/qtspeech-everywhere-src-5.14.1/dist/changes-5.14.1
--- old/qtspeech-everywhere-src-5.14.0/dist/changes-5.14.1  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.14.1/dist/changes-5.14.1  2020-01-09 
11:11:37.0 +0100
@@ -0,0 +1,20 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0.
+
+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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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.14.0/include/QtTextToSpeech/5.14.0/QtTextToSpeech/private/qtexttospeech_p.h
 
new/qtspeech-everywhere-src-5.14.1/include/QtTextToSpeech/5.14.0/QtTextToSpeech/private/qtexttospeech_p.h
--- 
old/qtspeech-everywhere-src-5.14.0/include/QtTextToSpeech/5.14.0/QtTextToSpeech/private/qtexttospeech_p.h
   2019-12-03 16:41:28.0 +0100
+++ 
new/qtspeech-everywhere-src-5.14.1/include/QtTextToSpeech/5.14.0/QtTextToSpeech/private/qtexttospeech_p.h
   1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/tts/qtexttospeech_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libqt5-qtspeech for openSUSE:Factory

2020-01-19 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2020-01-19 20:54:40

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.26092 (New)


Package is "libqt5-qtspeech"

Sun Jan 19 20:54:40 2020 rev:15 rq:757458 version:5.14.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2019-09-09 12:30:43.609530007 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.26092/libqt5-qtspeech.changes   
2020-01-19 20:56:00.772005348 +0100
@@ -1,0 +2,55 @@
+Tue Dec 17 08:47:11 UTC 2019 - Christophe Giboudeaux 
+
+- Update the license tags.
+
+---
+Thu Dec 12 12:54:41 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0:
+  * New bugfix release
+  * For the changes between 5.13.2 and 5.14.0 please see:
+https://code.qt.io/cgit/qt/qtspeech.git/tree/dist/changes-5.14.0?h=v5.14.0
+  * For the changes between 5.13.1 and 5.13.2 please see:
+https://code.qt.io/cgit/qt/qtspeech.git/tree/dist/changes-5.13.2?h=v5.14.0
+
+---
+Wed Dec  4 14:38:07 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0-rc:
+  * New bugfix release
+  * No changelog available
+  * For more details please see:
+  * For more details about Qt 5.14 please see:
+https://wiki.qt.io/New_Features_in_Qt_5.14
+
+---
+Tue Nov 12 13:03:00 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0-beta3:
+  * New bugfix release
+  * No changelog available
+
+---
+Thu Oct 24 13:23:04 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+---
+Tue Oct 15 12:34:50 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0-beta1:
+  * New bugfix release
+  * No changelog available
+
+---
+Mon Sep 30 13:30:34 UTC 2019 - Fabian Vogt 
+
+- Update to 5.14.0-alpha:
+  * New feature release
+  * No changelog available
+  * For more details about Qt 5.14 please see:
+https://wiki.qt.io/New_Features_in_Qt_5.14
+
+---

Old:

  qtspeech-everywhere-src-5.13.1.tar.xz

New:

  qtspeech-everywhere-src-5.14.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.ThtYP6/_old  2020-01-19 20:56:01.572005768 +0100
+++ /var/tmp/diff_new_pack.ThtYP6/_new  2020-01-19 20:56:01.576005770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtspeech
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.13.1
-%define so_version 5.13.1
-%define tar_version qtspeech-everywhere-src-5.13.1
+%define real_version 5.14.0
+%define so_version 5.14.0
+%define tar_version qtspeech-everywhere-src-5.14.0
 Name:   libqt5-qtspeech
-Version:5.13.1
+Version:5.14.0
 Release:0
 Summary:Qt 5 Speech Addon
-License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
+License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 Group:  Development/Libraries/X11
-Url:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
+URL:https://www.qt.io
+Source: 
https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n %{tar_version}
-%if %{suse_version} < 1330
+%if 0%{?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
@@ -71,7 +71,7 @@
 Summary:Qt5 Speech Module - Speech 

commit libqt5-qtspeech for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2019-09-09 12:30:40

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.7948 (New)


Package is "libqt5-qtspeech"

Mon Sep  9 12:30:40 2019 rev:14 rq:729220 version:5.13.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2019-06-28 16:30:07.550259523 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.7948/libqt5-qtspeech.changes
2019-09-09 12:30:43.609530007 +0200
@@ -1,0 +2,8 @@
+Fri Sep  6 08:04:31 UTC 2019 - Fabian Vogt 
+
+- Update to 5.13.1:
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.13.1/?h=v5.13.1
+
+---

Old:

  qtspeech-everywhere-src-5.13.0.tar.xz

New:

  qtspeech-everywhere-src-5.13.1.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.fawK9r/_old  2019-09-09 12:30:46.293526528 +0200
+++ /var/tmp/diff_new_pack.fawK9r/_new  2019-09-09 12:30:46.293526528 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.13.0
-%define so_version 5.13.0
-%define tar_version qtspeech-everywhere-src-5.13.0
+%define real_version 5.13.1
+%define so_version 5.13.1
+%define tar_version qtspeech-everywhere-src-5.13.1
 Name:   libqt5-qtspeech
-Version:5.13.0
+Version:5.13.1
 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.13.0.tar.xz -> 
qtspeech-everywhere-src-5.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.13.0/.qmake.conf 
new/qtspeech-everywhere-src-5.13.1/.qmake.conf
--- old/qtspeech-everywhere-src-5.13.0/.qmake.conf  2019-05-07 
15:22:38.0 +0200
+++ new/qtspeech-everywhere-src-5.13.1/.qmake.conf  2019-07-30 
11:21:56.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.13.0
+MODULE_VERSION = 5.13.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.13.0/.tag 
new/qtspeech-everywhere-src-5.13.1/.tag
--- old/qtspeech-everywhere-src-5.13.0/.tag 2019-05-07 15:22:38.0 
+0200
+++ new/qtspeech-everywhere-src-5.13.1/.tag 2019-07-30 11:21:56.0 
+0200
@@ -1 +1 @@
-97207267b4b41f41148a25e08d546c975411762f
+d3d2777fc868761609ef121ba3e88a20eb11df2b
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.13.0/dist/changes-5.12.4 
new/qtspeech-everywhere-src-5.13.1/dist/changes-5.12.4
--- old/qtspeech-everywhere-src-5.13.0/dist/changes-5.12.4  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.13.1/dist/changes-5.12.4  2019-07-30 
11:21:56.0 +0200
@@ -0,0 +1,20 @@
+Qt 5.12.4 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.3.
+
+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.13.0/dist/changes-5.13.1 
new/qtspeech-everywhere-src-5.13.1/dist/changes-5.13.1
--- old/qtspeech-everywhere-src-5.13.0/dist/changes-5.13.1  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.13.1/dist/changes-5.13.1  2019-07-30 
11:21:56.0 +0200
@@ -0,0 +1,20 @@
+Qt 5.13.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.13.0.
+
+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.13 series is binary compatible with the 5.12.x series.
+Applications 

commit libqt5-qtspeech for openSUSE:Factory

2019-06-28 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2019-06-28 16:30:06

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.4615 (New)


Package is "libqt5-qtspeech"

Fri Jun 28 16:30:06 2019 rev:13 rq:711196 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2019-04-26 22:53:34.073349246 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.4615/libqt5-qtspeech.changes
2019-06-28 16:30:07.550259523 +0200
@@ -1,0 +2,23 @@
+Wed Jun 19 11:24:30 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.13.0:
+  * New bugfix release
+  * No changelog available
+  * For more details about Qt 5.13 please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.13.0/?h=5.13
+
+---
+Tue Jun  4 07:25:08 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.13.0-rc:
+  * New bugfix release
+  * No changelog available
+
+---
+Mon Apr 29 09:16:57 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.13.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+---
@@ -9,0 +33,8 @@
+Thu Mar 21 10:26:18 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.13.0-beta1:
+  * New feature release
+  * For more details about Qt 5.13 please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.13.0/?h=5.13
+
+---
@@ -286,0 +318 @@
+

Old:

  qtspeech-everywhere-src-5.12.3.tar.xz

New:

  qtspeech-everywhere-src-5.13.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.8s00pr/_old  2019-06-28 16:30:08.218260533 +0200
+++ /var/tmp/diff_new_pack.8s00pr/_new  2019-06-28 16:30:08.226260545 +0200
@@ -19,17 +19,17 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.12.3
-%define so_version 5.12.3
-%define tar_version qtspeech-everywhere-src-5.12.3
+%define real_version 5.13.0
+%define so_version 5.13.0
+%define tar_version qtspeech-everywhere-src-5.13.0
 Name:   libqt5-qtspeech
-Version:5.12.3
+Version:5.13.0
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel

++ qtspeech-everywhere-src-5.12.3.tar.xz -> 
qtspeech-everywhere-src-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.3/.qmake.conf 
new/qtspeech-everywhere-src-5.13.0/.qmake.conf
--- old/qtspeech-everywhere-src-5.12.3/.qmake.conf  2019-04-10 
08:03:07.0 +0200
+++ new/qtspeech-everywhere-src-5.13.0/.qmake.conf  2019-05-07 
15:22:38.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.12.3
+MODULE_VERSION = 5.13.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.3/.tag 
new/qtspeech-everywhere-src-5.13.0/.tag
--- old/qtspeech-everywhere-src-5.12.3/.tag 2019-04-10 08:03:07.0 
+0200
+++ new/qtspeech-everywhere-src-5.13.0/.tag 2019-05-07 15:22:38.0 
+0200
@@ -1 +1 @@
-45e7dd1eee7ab2c2b26a429106e86f07dabfa4dc
+97207267b4b41f41148a25e08d546c975411762f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.3/dist/changes-5.13.0 
new/qtspeech-everywhere-src-5.13.0/dist/changes-5.13.0
--- old/qtspeech-everywhere-src-5.12.3/dist/changes-5.13.0  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.13.0/dist/changes-5.13.0  2019-05-07 
15:22:38.0 +0200
@@ -0,0 +1,18 @@
+Qt 5.13 introduces many new features and improvements as well as bugfixes
+over the 5.12.x series. 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.13 series is binary compatible with the 5.12.x series.
+Applications 

commit libqt5-qtspeech for openSUSE:Factory

2019-04-26 Thread root
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 - fab...@ritter-vogt.de
+
+- 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.0 +0100
+++ new/qtspeech-everywhere-src-5.12.3/.qmake.conf  2019-04-10 
08:03:07.0 +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.0 
+0100
+++ new/qtspeech-everywhere-src-5.12.3/.tag 2019-04-10 08:03:07.0 
+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.0 +0100
+++ new/qtspeech-everywhere-src-5.12.3/dist/changes-5.12.3  2019-04-10 
08:03:07.0 +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.0 +0100
+++ 
new/qtspeech-everywhere-src-5.12.3/examples/speech/hello_speak/hello_speak.pro  
2019-04-10 08:03:07.0 +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' 

commit libqt5-qtspeech for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2019-03-21 09:41:12

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833 (New)


Package is "libqt5-qtspeech"

Thu Mar 21 09:41:12 2019 rev:11 rq:685645 version:5.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2019-02-13 10:17:13.777361179 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833/libqt5-qtspeech.changes   
2019-03-21 09:41:13.754967640 +0100
@@ -1,0 +2,22 @@
+Thu Mar 14 08:51:50 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.12.2:
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.2/?h=5.12.2
+
+---
+Mon Feb 11 14:26:26 UTC 2019 - Fabian Vogt 
+
+- Add packageand(speech-dispatcher:%{libname}) supplements to the speechd 
plugin
+- Add the plugin to baselibs.conf
+
+---
+Fri Feb  1 08:40:17 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.12.1:
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.1/?h=v5.12.1
+
+---

Old:

  qtspeech-everywhere-src-5.12.0.tar.xz

New:

  qtspeech-everywhere-src-5.12.2.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.gryIyY/_old  2019-03-21 09:41:15.278967289 +0100
+++ /var/tmp/diff_new_pack.gryIyY/_new  2019-03-21 09:41:15.298967284 +0100
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.12.0
-%define so_version 5.12.0
-%define tar_version qtspeech-everywhere-src-5.12.0
+%define real_version 5.12.2
+%define so_version 5.12.2
+%define tar_version qtspeech-everywhere-src-5.12.2
 Name:   libqt5-qtspeech
-Version:5.12.0
+Version:5.12.2
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
@@ -71,6 +71,7 @@
 Summary:Qt5 Speech Module - Speech Dispatcher support
 Group:  System/Libraries
 Requires:   %{libname} = %{version}
+Supplements:packageand(speech-dispatcher:%{libname})
 
 %description plugin-speechd
 This plugin adds support for using speech-dispatcher for speech synthesis

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.gryIyY/_old  2019-03-21 09:41:15.602967214 +0100
+++ /var/tmp/diff_new_pack.gryIyY/_new  2019-03-21 09:41:15.630967208 +0100
@@ -1,3 +1,6 @@
 libQt5TextToSpeech5
 libqt5-qtspeech-devel
requires "libQt5TextToSpeech5- = "
+libqt5-qtspeech-plugin-speechd
+   requires "libQt5TextToSpeech5- = "
+   supplements 
"packageand(speech-dispatcher:libQt5TextToSpeech5-)"

++ qtspeech-everywhere-src-5.12.0.tar.xz -> 
qtspeech-everywhere-src-5.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.0/.qmake.conf 
new/qtspeech-everywhere-src-5.12.2/.qmake.conf
--- old/qtspeech-everywhere-src-5.12.0/.qmake.conf  2018-10-31 
13:02:45.0 +0100
+++ new/qtspeech-everywhere-src-5.12.2/.qmake.conf  2019-02-21 
09:04:47.0 +0100
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.12.0
+MODULE_VERSION = 5.12.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.0/.tag 
new/qtspeech-everywhere-src-5.12.2/.tag
--- old/qtspeech-everywhere-src-5.12.0/.tag 2018-10-31 13:02:45.0 
+0100
+++ new/qtspeech-everywhere-src-5.12.2/.tag 2019-02-21 09:04:47.0 
+0100
@@ -1 +1 @@
-28855fc361c4d5ef920f020509a980dd45eb1ba8
+f899a4c2051ca4256faba2d268ca032dd129f200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.12.0/dist/changes-5.11.3 
new/qtspeech-everywhere-src-5.12.2/dist/changes-5.11.3
--- old/qtspeech-everywhere-src-5.12.0/dist/changes-5.11.3  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.12.2/dist/changes-5.11.3  2019-02-21 
09:04:47.0 +0100
@@ -0,0 +1,20 @@
+Qt 5.11.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0 through 5.11.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+

commit libqt5-qtspeech for openSUSE:Factory

2019-02-13 Thread root
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 
+
+- 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_eqlibQt5Core5
 
 %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




commit libqt5-qtspeech for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2018-12-14 20:52:04

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833 (New)


Package is "libqt5-qtspeech"

Fri Dec 14 20:52:04 2018 rev:9 rq:656571 version:5.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2018-10-01 08:12:42.662149493 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtspeech.new.28833/libqt5-qtspeech.changes   
2018-12-14 20:55:41.940852270 +0100
@@ -1,0 +2,60 @@
+Thu Dec  6 13:37:05 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0:
+  * New feature release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.0/?h=v5.12.0
+
+---
+Mon Dec  3 08:17:11 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-rc2:
+  * New bugfix release
+  * Only important bugfixes
+- Changelog for Qt 5.12.0:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.12.0/?h=5.12.0
+
+---
+Thu Nov 22 13:39:46 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-rc:
+  * New bugfix release
+  * No changelog available
+
+---
+Thu Nov  8 15:25:26 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-beta4:
+  * New bugfix release
+  * No changelog available
+
+---
+Fri Oct 26 07:21:04 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-beta3:
+  * New bugfix release
+  * No changelog available
+
+---
+Wed Oct 17 08:23:48 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-beta2:
+  * New bugfix release
+  * No changelog available
+
+---
+Fri Oct  5 19:24:50 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-beta1:
+  * New bugfix release
+  * No changelog available
+
+---
+Tue Oct  2 07:34:20 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0-alpha:
+  * New feature release
+  * For more details please see:
+  * http://wiki.qt.io/New_Features_in_Qt_5.12
+
+---

Old:

  qtspeech-everywhere-src-5.11.2.tar.xz

New:

  qtspeech-everywhere-src-5.12.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.JLWntB/_old  2018-12-14 20:55:42.416851679 +0100
+++ /var/tmp/diff_new_pack.JLWntB/_new  2018-12-14 20:55:42.420851674 +0100
@@ -19,17 +19,17 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.11.2
-%define so_version 5.11.2
-%define tar_version qtspeech-everywhere-src-5.11.2
+%define real_version 5.12.0
+%define so_version 5.12.0
+%define tar_version qtspeech-everywhere-src-5.12.0
 Name:   libqt5-qtspeech
-Version:5.11.2
+Version:5.12.0
 Release:0
 Summary:Qt 5 Speech Addon
 License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel

++ qtspeech-everywhere-src-5.11.2.tar.xz -> 
qtspeech-everywhere-src-5.12.0.tar.xz ++
 6916 lines of diff (skipped)




commit libqt5-qtspeech for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2018-10-01 08:12:40

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Mon Oct  1 08:12:40 2018 rev:8 rq:637848 version:5.11.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2018-06-26 10:31:31.747789832 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2018-10-01 08:12:42.662149493 +0200
@@ -1,0 +2,8 @@
+Fri Sep 21 07:59:36 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.2
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.11.2/?h=v5.11.2
+
+---

Old:

  qtspeech-everywhere-src-5.11.1.tar.xz

New:

  qtspeech-everywhere-src-5.11.2.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.GnPBH7/_old  2018-10-01 08:12:43.530148933 +0200
+++ /var/tmp/diff_new_pack.GnPBH7/_new  2018-10-01 08:12:43.530148933 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.11.1
-%define so_version 5.11.1
-%define tar_version qtspeech-everywhere-src-5.11.1
+%define real_version 5.11.2
+%define so_version 5.11.2
+%define tar_version qtspeech-everywhere-src-5.11.2
 Name:   libqt5-qtspeech
-Version:5.11.1
+Version:5.11.2
 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.11.1.tar.xz -> 
qtspeech-everywhere-src-5.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-everywhere-src-5.11.1/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 
new/qtspeech-everywhere-src-5.11.2/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT
--- old/qtspeech-everywhere-src-5.11.1/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 
2018-06-18 10:02:29.0 +0200
+++ new/qtspeech-everywhere-src-5.11.2/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 
2018-09-14 18:52:25.0 +0200
@@ -809,3 +809,4 @@
 include, but are not limited to:
 - No parts of the Licensed Software other than Redistributables are licensed to
 the Licensee under this Agreement.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-everywhere-src-5.11.1/.QT-INDIE-LICENSE-AGREEMENT 
new/qtspeech-everywhere-src-5.11.2/.QT-INDIE-LICENSE-AGREEMENT
--- old/qtspeech-everywhere-src-5.11.1/.QT-INDIE-LICENSE-AGREEMENT  
2018-06-18 10:02:29.0 +0200
+++ new/qtspeech-everywhere-src-5.11.2/.QT-INDIE-LICENSE-AGREEMENT  
1970-01-01 01:00:00.0 +0100
@@ -1,265 +0,0 @@
-Qt INDIE LICENSE AGREEMENT
-Agreement version 3.2
-
-This Qt Indie License Agreement ("Agreement") is a legal agreement between The 
Qt Company Ltd ("The Qt Company") with its registered office at Valimotie 21, 
FI-00380 Helsinki, Finland, and you (either an individual or a legal entity) 
("You" or "Licensee" as applicable) for the Licensed Software (as defined 
below).
-
-Please, read these license terms through carefully. By selecting "I accept the 
Agreement ", You are deemed to accept these license terms and to commit 
Yourself to observing them. When representing a legal entity, You should ensure 
Your due authorization to approve these terms before You select "I accept the 
Agreement". Otherwise, we regard You as personally responsible for compliance 
with this Agreement.
-
-
-1. DEFINITIONS
-
-"Affiliate" of a Party shall mean an entity (i) which is directly or 
indirectly controlling such Party; (ii) which is under the same direct or 
indirect ownership or control as such Party; or (iii) which is directly or 
indirectly owned or controlled by such Party. For these purposes, an entity 
shall be treated as being controlled by another if that other entity has fifty 
percent (50 %) or more of the votes in such entity, is able to direct its 
affairs and/or to control the composition of its board of directors or 
equivalent body.
-
-"Applications" shall mean Licensee's software products created using the 
Licensed Software which may include portions of the Licensed Software.
-
-"Deployment Platforms" shall mean those operating systems in which the 
Licensed Software can be distributed on according to the terms and conditions 
of this Agreement, especially Section 5.2.
-
-"Development Platforms" shall mean those operating systems in which the 
Licensed Software can be used only for designing, 

commit libqt5-qtspeech for openSUSE:Factory

2018-06-26 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2018-06-26 10:31:29

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Tue Jun 26 10:31:29 2018 rev:7 rq:618684 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2018-06-02 11:51:41.617000768 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2018-06-26 10:31:31.747789832 +0200
@@ -1,0 +2,8 @@
+Tue Jun 19 10:51:05 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.11.1/?h=v5.11.1
+
+---

Old:

  qtspeech-everywhere-src-5.11.0.tar.xz

New:

  qtspeech-everywhere-src-5.11.1.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.exjafJ/_old  2018-06-26 10:31:33.127739150 +0200
+++ /var/tmp/diff_new_pack.exjafJ/_new  2018-06-26 10:31:33.131739003 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.11.0
-%define so_version 5.11.0
-%define tar_version qtspeech-everywhere-src-5.11.0
+%define real_version 5.11.1
+%define so_version 5.11.1
+%define tar_version qtspeech-everywhere-src-5.11.1
 Name:   libqt5-qtspeech
-Version:5.11.0
+Version:5.11.1
 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.11.0.tar.xz -> 
qtspeech-everywhere-src-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.11.0/.qmake.conf 
new/qtspeech-everywhere-src-5.11.1/.qmake.conf
--- old/qtspeech-everywhere-src-5.11.0/.qmake.conf  2018-04-27 
10:42:52.0 +0200
+++ new/qtspeech-everywhere-src-5.11.1/.qmake.conf  2018-06-14 
09:16:11.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.11.0
+MODULE_VERSION = 5.11.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.11.0/.tag 
new/qtspeech-everywhere-src-5.11.1/.tag
--- old/qtspeech-everywhere-src-5.11.0/.tag 2018-04-27 10:42:52.0 
+0200
+++ new/qtspeech-everywhere-src-5.11.1/.tag 2018-06-14 09:16:11.0 
+0200
@@ -1 +1 @@
-b113bca742e01d3771f4f8ee0c5dc5ea5a97816e
+7fc9c071e8bf3eea5dd9a944089ed064d4e373a3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-everywhere-src-5.11.0/dist/changes-5.11.1 
new/qtspeech-everywhere-src-5.11.1/dist/changes-5.11.1
--- old/qtspeech-everywhere-src-5.11.0/dist/changes-5.11.1  1970-01-01 
01:00:00.0 +0100
+++ new/qtspeech-everywhere-src-5.11.1/dist/changes-5.11.1  2018-06-14 
09:16:11.0 +0200
@@ -0,0 +1,30 @@
+Qt 5.11.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.11.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.11 series is binary compatible with the 5.10.x series.
+Applications compiled for 5.10 will continue to run with 5.11.
+
+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.
+
+
+*  Qt 5.11.1 Changes   *
+
+
+
+*   UNSPECIFIED*
+
+
+ - [QTBUG-66209]  Fixed type of volume property, it has to be double, not
+   int, to be the same as in the related functions (the volumeChanged signal
+   was overloaded, the type of the property was fixed).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-everywhere-src-5.11.0/include/QtTextToSpeech/5.11.0/QtTextToSpeech/private/qtexttospeech_p.h
 

commit libqt5-qtspeech for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2018-06-02 11:51:39

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Sat Jun  2 11:51:39 2018 rev:6 rq:611684 version:5.11.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2017-12-23 12:14:00.591605196 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2018-06-02 11:51:41.617000768 +0200
@@ -1,0 +2,65 @@
+Tue May 22 16:11:36 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.11.0/?h=v5.11.0
+
+---
+Tue May  8 11:01:37 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-rc
+  * New bugfix release
+  * No changelog available
+
+---
+Mon Apr 23 08:57:54 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-beta4
+  * New bugfix release
+  * No changelog available
+
+---
+Wed Apr 11 09:14:57 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-beta3
+  * New bugfix release
+  * No changelog available
+
+---
+Wed Mar 28 09:17:47 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-beta2
+  * New bugfix release
+  * No changelog available
+
+---
+Tue Mar 13 13:40:49 UTC 2018 - christo...@krop.fr
+
+- Fix the license tag.
+
+---
+Thu Mar  1 09:55:48 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-beta1
+  * New feature release
+  * For more details please see:
+  * 
http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1
+
+---
+Tue Feb 20 14:29:27 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.0-alpha
+  * New feature release
+  * For more details please see:
+  * https://wiki.qt.io/New_Features_in_Qt_5.11
+
+---
+Wed Feb 14 15:47:00 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * http://code.qt.io/cgit/qt/qtspeech.git/plain/dist/changes-5.10.1/?h=v5.10.1
+
+---

Old:

  qtspeech-everywhere-src-5.10.0.tar.xz

New:

  qtspeech-everywhere-src-5.11.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.8XUUB7/_old  2018-06-02 11:51:42.936952354 +0200
+++ /var/tmp/diff_new_pack.8XUUB7/_new  2018-06-02 11:51:42.936952354 +0200
@@ -19,17 +19,17 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.10.0
-%define so_version 5.5.0
-%define tar_version qtspeech-everywhere-src-5.10.0
+%define real_version 5.11.0
+%define so_version 5.11.0
+%define tar_version qtspeech-everywhere-src-5.11.0
 Name:   libqt5-qtspeech
-Version:5.10.0
+Version:5.11.0
 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
+License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel

++ qtspeech-everywhere-src-5.10.0.tar.xz -> 
qtspeech-everywhere-src-5.11.0.tar.xz ++
 3267 lines of diff (skipped)




commit libqt5-qtspeech for openSUSE:Factory

2017-12-23 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2017-12-23 12:13:58

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Sat Dec 23 12:13:58 2017 rev:5 rq:557401 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2017-12-15 14:05:37.583918346 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2017-12-23 12:14:00.591605196 +0100
@@ -1,0 +2,18 @@
+Thu Dec  7 12:18:14 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0 final
+  * New bugfix release
+
+---
+Sun Dec  3 14:12:59 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0 RC 2
+  * New bugfix release
+
+---
+Thu Nov 30 09:47:19 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0 RC 1
+  * New bugfix release
+
+---
@@ -9,0 +28,25 @@
+Wed Nov 15 11:41:52 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10 Beta 4
+- Contains bugfixes
+
+---
+Thu Nov  2 07:22:46 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10 Beta 3
+- Contains bugfixes
+
+---
+Mon Oct 30 16:19:37 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10 Beta 2
+- Contains bugfixes
+
+---
+Mon Oct  9 16:17:38 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10 Beta 1
+- For more information visit:
+https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
+
+---
@@ -22,0 +66,8 @@
+Mon Sep 25 14:42:37 CEST 2017 - fab...@ritter-vogt.de
+
+- TODO: QTBUG-63415
+- Update to 5.10 Alpha 1
+- For more information visit:
+https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
+
+---
@@ -57 +107,0 @@
-

Old:

  qtspeech-opensource-src-5.9.3.tar.xz

New:

  qtspeech-everywhere-src-5.10.0.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.kE5xTq/_old  2017-12-23 12:14:01.591556440 +0100
+++ /var/tmp/diff_new_pack.kE5xTq/_new  2017-12-23 12:14:01.591556440 +0100
@@ -19,17 +19,17 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.9.3
+%define real_version 5.10.0
 %define so_version 5.5.0
-%define tar_version qtspeech-opensource-src-%{real_version}
+%define tar_version qtspeech-everywhere-src-5.10.0
 Name:   libqt5-qtspeech
-Version:5.9.3
+Version:5.10.0
 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
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel
@@ -49,7 +49,7 @@
 challenged or cannot access the application for whatever reason.
 
 %prep
-%setup -q -n qtspeech-opensource-src-%{real_version}
+%setup -q -n %{tar_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.*
@@ -99,6 +99,7 @@
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
 
 %files -n %{libname}
+%doc LICENSE.*
 %{_libqt5_libdir}/libQt5TextToSpeech.so.*
 %{_libqt5_plugindir}/texttospeech/
 




commit libqt5-qtspeech for openSUSE:Factory

2017-12-15 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2017-12-15 14:04:48

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Fri Dec 15 14:04:48 2017 rev:4 rq:545957 version:5.9.3

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2017-11-18 00:20:04.693769280 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2017-12-15 14:05:37.583918346 +0100
@@ -1,0 +2,8 @@
+Sat Nov 25 12:46:46 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.3
+  * New bugfix release
+  * For more details, see:
+http://code.qt.io/cgit/qt/qtspeech.git/tree/dist/changes-5.9.3/?h=v5.9.3
+
+---

Old:

  qtspeech-opensource-src-5.9.2.tar.xz

New:

  qtspeech-opensource-src-5.9.3.tar.xz



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.egNeYz/_old  2017-12-15 14:05:38.243886487 +0100
+++ /var/tmp/diff_new_pack.egNeYz/_new  2017-12-15 14:05:38.247886294 +0100
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5TextToSpeech5
 %define base_name libqt5
-%define real_version 5.9.2
+%define real_version 5.9.3
 %define so_version 5.5.0
 %define tar_version qtspeech-opensource-src-%{real_version}
 Name:   libqt5-qtspeech
-Version:5.9.2
+Version:5.9.3
 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

++ qtspeech-opensource-src-5.9.2.tar.xz -> 
qtspeech-opensource-src-5.9.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-opensource-src-5.9.2/.qmake.conf 
new/qtspeech-opensource-src-5.9.3/.qmake.conf
--- old/qtspeech-opensource-src-5.9.2/.qmake.conf   2017-09-08 
15:11:16.0 +0200
+++ new/qtspeech-opensource-src-5.9.3/.qmake.conf   2017-10-17 
09:26:49.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.9.2
+MODULE_VERSION = 5.9.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtspeech-opensource-src-5.9.2/.tag 
new/qtspeech-opensource-src-5.9.3/.tag
--- old/qtspeech-opensource-src-5.9.2/.tag  2017-09-08 15:11:16.0 
+0200
+++ new/qtspeech-opensource-src-5.9.3/.tag  2017-10-17 09:26:49.0 
+0200
@@ -1 +1 @@
-5393b76f3780b0be33cc727458993223605e5ab1
+8278f9f5d2c9f47233f59ff8af757e0591045895
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtspeech-opensource-src-5.9.2/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
 
new/qtspeech-opensource-src-5.9.3/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
--- 
old/qtspeech-opensource-src-5.9.2/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
 2017-09-08 15:11:16.0 +0200
+++ 
new/qtspeech-opensource-src-5.9.3/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
 2017-10-17 09:26:49.0 +0200
@@ -1,7 +1,7 @@
 /
 **
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
 **
 ** This file is part of the documentation of the Qt Toolkit.
 **
@@ -11,8 +11,8 @@
 ** 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.
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
 **
 ** GNU Free Documentation License Usage
 ** Alternatively, this file may be used under the terms of the GNU Free
@@ -20,7 +20,7 @@
 ** Foundation and appearing in the file included in the packaging of
 ** this file. Please review the following information to ensure
 ** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
+** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
 ** $QT_END_LICENSE$
 **
 /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libqt5-qtspeech for openSUSE:Factory

2017-11-17 Thread root
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 - wba...@tmo.at
+
+- 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 - lbeltr...@kde.org
+
+- 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.0 +0200
+++ new/qtspeech-opensource-src-5.9.2/.qmake.conf   2017-09-08 
15:11:16.0 +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.0 
+0200
+++ new/qtspeech-opensource-src-5.9.2/.tag  2017-09-08 15:11:16.0 
+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.0 +0100
+++ new/qtspeech-opensource-src-5.9.2/config.tests/speechd/speechd.cpp  
2017-09-08 15:11:16.0 +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
+** 

commit libqt5-qtspeech for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package libqt5-qtspeech for openSUSE:Factory 
checked in at 2017-08-28 15:17:43

Comparing /work/SRC/openSUSE:Factory/libqt5-qtspeech (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new (New)


Package is "libqt5-qtspeech"

Mon Aug 28 15:17:43 2017 rev:2 rq:518874 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtspeech/libqt5-qtspeech.changes  
2017-08-24 18:33:47.650645020 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtspeech.new/libqt5-qtspeech.changes 
2017-08-28 15:19:07.908145344 +0200
@@ -1,0 +2,6 @@
+Sat Aug 26 09:37:01 UTC 2017 - fab...@ritter-vogt.de
+
+- Run spec-cleaner
+- Remove unnecessary empty private-headers-devel package
+
+---



Other differences:
--
++ libqt5-qtspeech.spec ++
--- /var/tmp/diff_new_pack.pE7SBX/_old  2017-08-28 15:19:09.495922219 +0200
+++ /var/tmp/diff_new_pack.pE7SBX/_new  2017-08-28 15:19:09.523918285 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtspeech
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,11 @@
 
 
 %define qt5_snapshot 0
-
 %define libname libQt5TextToSpeech5
-
+%define base_name libqt5
+%define real_version 5.9.1
+%define so_version 5.5.0
+%define tar_version qtspeech-opensource-src-%{real_version}
 Name:   libqt5-qtspeech
 Version:5.9.1
 Release:0
@@ -27,22 +29,17 @@
 License:LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or 
LGPL-3.0-with-Qt-Company-Qt-exception-1.1
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
-%define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.5.0
-%define tar_version qtspeech-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libspeechd-devel
-%if %qt5_snapshot
+BuildRequires:  xz
+%if %{qt5_snapshot}
 #to create the forwarding headers
 BuildRequires:  perl
 %endif
-BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Qt is a set of libraries for developing applications.
@@ -54,11 +51,11 @@
 %prep
 %setup -q -n qtspeech-opensource-src-%{real_version}
 
-%package -n %libname
+%package -n %{libname}
 Summary:Qt 5 Speech Addon
 Group:  Development/Libraries/X11
 
-%description -n %libname
+%description -n %{libname}
 Qt is a set of libraries for developing applications.
 
 The module enables a Qt application to support accessibility features
@@ -68,26 +65,11 @@
 %package devel
 Summary:Development files for the Qt5 Speech library
 Group:  Development/Libraries/X11
-Requires:   %libname = %{version}
+Requires:   %{libname} = %{version}
 
 %description devel
 You need this package if you want to compile programs with qtspeech.
 
-%package private-headers-devel
-Summary:Non-ABI stable experimental API for the Qt5 Speech library
-Group:  Development/Libraries/C and C++
-BuildArch:  noarch
-Requires:   %{name}-devel = %{version}
-Requires:   libQt5Core-private-headers-devel
-Provides:   libQt5TextToSpeech-private-headers-devel
-Obsoletes:  libQt5TextToSpeech-private-headers-devel
-
-%description private-headers-devel
-This package provides private headers of libqt5-qtspeech that are normally
-not used by application development and that do not have any ABI or
-API guarantees. The packages that build against these have to require
-the exact Qt version.
-
 %package examples
 Summary:Qt5 Speech examples
 Group:  Development/Libraries/X11
@@ -95,12 +77,11 @@
 %description examples
 Examples for the libqt5-qtspeech module.
 
-%post -n %libname -p /sbin/ldconfig
-
-%postun -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %build
-%if %qt5_snapshot
+%if %{qt5_snapshot}
 #force the configure script to generate the forwarding headers (it checks 
whether .git directory exists)
 mkdir .git
 %endif
@@ -113,18 +94,11 @@
 # kill .la files
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
 
-%files -n %libname
-%defattr(-,root,root,755)
+%files -n %{libname}
 %{_libqt5_libdir}/libQt5TextToSpeech.so.*
 %{_libqt5_plugindir}/texttospeech/
 
-%files private-headers-devel
-%defattr(-,root,root,755)