commit yast2-control-center for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-control-center for openSUSE:Factory checked in at 2019-02-04 16:08:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old) and /work/SRC/openSUSE:Factory/.yast2-control-center.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-control-center" Mon Feb 4 16:08:53 2019 rev:75 rq:669836 version:4.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes 2018-12-31 09:40:40.802497021 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-control-center.new.28833/yast2-control-center.changes 2019-02-04 16:08:54.786029151 +0100 @@ -1,0 +2,6 @@ +Mon Jan 28 12:47:56 UTC 2019 - Fabian Vogt <fvogt@suse.com> + +- Enable HiDPI pixmaps (bsc#1109602) +- 4.1.5 + +------------------------------------------------------------------- Old: ---- yast2-control-center-4.1.4.tar.bz2 New: ---- yast2-control-center-4.1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-control-center.spec ++++++ --- /var/tmp/diff_new_pack.9uhNb0/_old 2019-02-04 16:08:56.226028251 +0100 +++ /var/tmp/diff_new_pack.9uhNb0/_new 2019-02-04 16:08:56.226028251 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-control-center # -# 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: yast2-control-center -Version: 4.1.4 +Version: 4.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-control-center-4.1.4.tar.bz2 -> yast2-control-center-4.1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.1.4/package/yast2-control-center.changes new/yast2-control-center-4.1.5/package/yast2-control-center.changes --- old/yast2-control-center-4.1.4/package/yast2-control-center.changes 2018-11-28 14:25:48.000000000 +0100 +++ new/yast2-control-center-4.1.5/package/yast2-control-center.changes 2019-01-29 13:19:15.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jan 28 12:47:56 UTC 2019 - Fabian Vogt <fvogt@suse.com> + +- Enable HiDPI pixmaps (bsc#1109602) +- 4.1.5 + +------------------------------------------------------------------- Wed Nov 28 12:56:19 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org> - Use yast-control-center icon for desktop files (boo#1109310) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.1.4/package/yast2-control-center.spec new/yast2-control-center-4.1.5/package/yast2-control-center.spec --- old/yast2-control-center-4.1.4/package/yast2-control-center.spec 2018-11-28 14:25:48.000000000 +0100 +++ new/yast2-control-center-4.1.5/package/yast2-control-center.spec 2019-01-29 13:19:15.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-control-center -Version: 4.1.4 +Version: 4.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-control-center-4.1.4/src/main.cpp new/yast2-control-center-4.1.5/src/main.cpp --- old/yast2-control-center-4.1.4/src/main.cpp 2018-11-28 14:25:48.000000000 +0100 +++ new/yast2-control-center-4.1.5/src/main.cpp 2019-01-29 13:19:15.000000000 +0100 @@ -52,6 +52,7 @@ int main(int argc, char **argv) { QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); + QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QApplication app(argc, argv); set_textdomain("control-center");
participants (1)
-
root