Hello community,

here is the log from the commit of package kmozillahelper for openSUSE:Factory 
checked in at 2018-12-10 12:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmozillahelper (Old)
 and      /work/SRC/openSUSE:Factory/.kmozillahelper.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmozillahelper"

Mon Dec 10 12:29:20 2018 rev:3 rq:656227 version:5.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmozillahelper/kmozillahelper.changes    
2018-01-20 11:28:20.499801062 +0100
+++ /work/SRC/openSUSE:Factory/.kmozillahelper.new.19453/kmozillahelper.changes 
2018-12-10 12:29:23.130464175 +0100
@@ -1,0 +2,7 @@
+Sat Dec  8 11:00:51 UTC 2018 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.0.3:
+  * Improve HiDPI support
+- Add %license
+
+-------------------------------------------------------------------

Old:
----
  kmozillahelper-5.0.2.tar.gz

New:
----
  kmozillahelper-5.0.3.tar.gz

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

Other differences:
------------------
++++++ kmozillahelper.spec ++++++
--- /var/tmp/diff_new_pack.BpYcTg/_old  2018-12-10 12:29:23.558463747 +0100
+++ /var/tmp/diff_new_pack.BpYcTg/_new  2018-12-10 12:29:23.562463743 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,12 +20,12 @@
 # having a hard requirement on this package
 %define helper_version 6
 Name:           kmozillahelper
-Version:        5.0.2
+Version:        5.0.3
 Release:        0
 Summary:        Helper for KDE Firefox Integration
 License:        MIT
 Group:          System/GUI/KDE
-Url:            https://github.com/openSUSE/kmozillahelper
+URL:            https://github.com/openSUSE/kmozillahelper
 Source:         
https://github.com/openSUSE/kmozillahelper/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  cmake(KF5I18n)
@@ -65,7 +65,7 @@
 %kf5_makeinstall -C build
 
 %files
-%defattr(-,root,root)
+%license LICENSE
 %dir %{_prefix}/lib/mozilla
 %{_prefix}/lib/mozilla/kmozillahelper
 %{_datadir}/knotifications5/kmozillahelper.notifyrc

++++++ kmozillahelper-5.0.2.tar.gz -> kmozillahelper-5.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmozillahelper-5.0.2/main.cpp 
new/kmozillahelper-5.0.3/main.cpp
--- old/kmozillahelper-5.0.2/main.cpp   2018-01-20 00:04:52.000000000 +0100
+++ new/kmozillahelper-5.0.3/main.cpp   2018-12-08 11:57:45.000000000 +0100
@@ -53,12 +53,16 @@
 //#define DEBUG_KDE
 
 #define HELPER_VERSION 6
-#define APP_HELPER_VERSION "5.0.2"
+#define APP_HELPER_VERSION "5.0.3"
 
 int main(int argc, char* argv[])
 {
+    QApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
+
     QApplication app(argc, argv);
 
+    QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
     // This shows on file dialogs
     KAboutData about("kmozillahelper", i18n("Mozilla Firefox"), 
APP_HELPER_VERSION);
     about.setBugAddress("https://bugzilla.opensuse.org/enter_bug.cgi";);


Reply via email to