Hello community,

here is the log from the commit of package linphoneqt for openSUSE:Factory 
checked in at 2018-08-15 10:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linphoneqt (Old)
 and      /work/SRC/openSUSE:Factory/.linphoneqt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linphoneqt"

Wed Aug 15 10:39:27 2018 rev:6 rq:629302 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes    2018-08-06 
11:54:40.961286556 +0200
+++ /work/SRC/openSUSE:Factory/.linphoneqt.new/linphoneqt.changes       
2018-08-15 10:39:32.568417300 +0200
@@ -1,0 +2,13 @@
+Tue Aug 14 15:45:18 UTC 2018 - sor.ale...@meowr.ru
+
+- Change the RPM group to the more appropriate and precise
+  Productivity/Telephony/SIP/Clients.
+
+-------------------------------------------------------------------
+Sun Aug 12 19:44:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Add linphoneqt-force-default-style.patch: Force default theme
+  style (commit 313aa68).
+  This fixes issues with tabs reported in boo#1095273.
+
+-------------------------------------------------------------------

New:
----
  linphoneqt-force-default-style.patch

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

Other differences:
------------------
++++++ linphoneqt.spec ++++++
--- /var/tmp/diff_new_pack.AqxCXz/_old  2018-08-15 10:39:33.352418729 +0200
+++ /var/tmp/diff_new_pack.AqxCXz/_new  2018-08-15 10:39:33.356418736 +0200
@@ -22,16 +22,18 @@
 Release:        0
 Summary:        Qt interface for Linphone
 License:        GPL-2.0-or-later
-Group:          Productivity/Networking/Other
+Group:          Productivity/Telephony/SIP/Clients
 Url:            https://linphone.org/
 Source:         
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{_name}.appdata.xml
 # PATCH-FIX-UPSTREAM linphoneqt-fix-cmake-i18n.patch -- Support new CMake 
versions for translations (commit e70c077).
 Patch0:         linphoneqt-fix-cmake-i18n.patch
+# PATCH-FIX-UPSTREAM linphoneqt-force-default-style.patch boo#1083654 -- Force 
default theme style (commit 313aa68).
+Patch1:         linphoneqt-force-default-style.patch
 # PATCH-FIX-UPSTREAM linphoneqt-fix-qt-5.11.patch boo#1083654 -- Fix issues 
with Qt 5.10 and 5.11 (commits ecaab0f, d95f523, 5dd0161, 7f62ae9, 8720931, 
4f908ef).
-Patch1:         linphoneqt-fix-qt-5.11.patch
+Patch2:         linphoneqt-fix-qt-5.11.patch
 # PATCH-FIX-OPENSUSE linphoneqt-qt-5.9-fix-buttons.patch boo#1095273 -- Fix 
button invisibility with Qt 5.9.
-Patch2:         linphoneqt-qt-5.9-fix-buttons.patch
+Patch3:         linphoneqt-qt-5.9-fix-buttons.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -60,7 +62,7 @@
 
 %package -n %{_name}
 Summary:        Web Phone
-Group:          Productivity/Networking/Other
+Group:          Productivity/Telephony/SIP/Clients
 Requires:       lib%{_name}-data
 Requires:       libqt5-qtgraphicaleffects
 Requires:       libqt5-qtquickcontrols
@@ -81,6 +83,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp %{SOURCE1} linphone.appdata.xml
 
 %build

++++++ linphoneqt-force-default-style.patch ++++++
--- a/src/app/AppController.cpp
+++ b/src/app/AppController.cpp
@@ -23,6 +23,7 @@
 #include <QDirIterator>
 #include <QFontDatabase>
 #include <QMessageBox>
+#include <QQuickStyle>
 
 #include "gitversion.h"
 
@@ -83,6 +84,7 @@ AppController::AppController (int &argc,
   QCoreApplication::setApplicationVersion(APPLICATION_VERSION);
 
   mApp = new App(argc, argv);
+  QQuickStyle::setStyle("Default");
   if (mApp->isSecondary()) {
     QString command = mApp->getCommandArgument();
     mApp->sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), -1);

Reply via email to