Hello community,

here is the log from the commit of package orion for openSUSE:Factory checked 
in at 2019-02-27 15:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orion (Old)
 and      /work/SRC/openSUSE:Factory/.orion.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orion"

Wed Feb 27 15:08:23 2019 rev:20 rq:679560 version:1.6.6+git~20190202

Changes:
--------
--- /work/SRC/openSUSE:Factory/orion/orion.changes      2018-11-27 
10:43:49.148109753 +0100
+++ /work/SRC/openSUSE:Factory/.orion.new.28833/orion.changes   2019-02-27 
15:08:29.486404219 +0100
@@ -1,0 +2,6 @@
+Mon Feb 04 19:31:37 UTC 2019 - [email protected]
+
+- Update to version 1.6.6+git~20190202:
+  * Fix HiDPI using QT_AUTO_SCREEN_SCALE_FACTOR (#269)
+
+-------------------------------------------------------------------

Old:
----
  orion-1.6.6+git~20181119.tar.xz

New:
----
  orion-1.6.6+git~20190202.tar.xz

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

Other differences:
------------------
++++++ orion.spec ++++++
--- /var/tmp/diff_new_pack.6QXsiD/_old  2019-02-27 15:08:31.422403630 +0100
+++ /var/tmp/diff_new_pack.6QXsiD/_new  2019-02-27 15:08:31.426403629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orion
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:           orion
-Version:        1.6.6+git~20181119
+Version:        1.6.6+git~20190202
 Release:        0
 Summary:        Twitch stream client using Qt
 License:        GPL-3.0-only

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6QXsiD/_old  2019-02-27 15:08:31.458403619 +0100
+++ /var/tmp/diff_new_pack.6QXsiD/_new  2019-02-27 15:08:31.462403618 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/alamminsalo/orion.git</param>
-              <param 
name="changesrevision">baeaf0129599cb339dc3c53460090bcbadad92db</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">33fc3e81b4f883b26c1f4ee1e5ce01373efe701e</param></service></servicedata>
\ No newline at end of file

++++++ orion-1.6.6+git~20181119.tar.xz -> orion-1.6.6+git~20190202.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orion-1.6.6+git~20181119/src/main.cpp 
new/orion-1.6.6+git~20190202/src/main.cpp
--- old/orion-1.6.6+git~20181119/src/main.cpp   2018-11-19 19:02:39.000000000 
+0100
+++ new/orion-1.6.6+git~20190202/src/main.cpp   2019-02-02 08:07:16.000000000 
+0100
@@ -161,7 +161,9 @@
     //Override QT_QUICK_CONTROLS_STYLE environment variable
     qputenv("QT_QUICK_CONTROLS_STYLE", "material");
 
-    QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
+    if (!qEnvironmentVariableIsEmpty("QT_AUTO_SCREEN_SCALE_FACTOR")) {
+        QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
+    }
 
     auto opengl = SettingsManager::getInstance()->opengl().toLower();
 


Reply via email to