Hello community,
here is the log from the commit of package xdg-desktop-portal-kde for
openSUSE:Factory checked in at 2019-03-13 16:42:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-kde"
Wed Mar 13 16:42:14 2019 rev:39 rq:684627 version:5.15.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2019-02-27 15:10:00.418376435 +0100
+++
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.28833/xdg-desktop-portal-kde.changes
2019-03-13 16:42:18.866642743 +0100
@@ -1,0 +2,11 @@
+Tue Mar 12 13:15:25 UTC 2019 - [email protected]
+
+- Update to 5.15.3
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.15.3.php
+- Changes since 5.15.2:
+ * Use high dpi pixmaps (kde#405160)
+ * [File Chooser Portal] Confirm overwrite on saving (kde#404719)
+
+-------------------------------------------------------------------
Old:
----
xdg-desktop-portal-kde-5.15.2.tar.xz
xdg-desktop-portal-kde-5.15.2.tar.xz.sig
New:
----
xdg-desktop-portal-kde-5.15.3.tar.xz
xdg-desktop-portal-kde-5.15.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-desktop-portal-kde.spec ++++++
--- /var/tmp/diff_new_pack.pN8whD/_old 2019-03-13 16:42:19.426642330 +0100
+++ /var/tmp/diff_new_pack.pN8whD/_new 2019-03-13 16:42:19.430642326 +0100
@@ -25,7 +25,7 @@
%define kf5_version 5.54.0
Name: xdg-desktop-portal-kde
-Version: 5.15.2
+Version: 5.15.3
Release: 0
Summary: QT/KF5 backend for xdg-desktop-portal
License: LGPL-2.1-or-later
++++++ xdg-desktop-portal-kde-5.15.2.tar.xz ->
xdg-desktop-portal-kde-5.15.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.15.2/CMakeLists.txt
new/xdg-desktop-portal-kde-5.15.3/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.15.2/CMakeLists.txt 2019-02-26
12:39:06.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.15.3/CMakeLists.txt 2019-03-12
11:02:00.000000000 +0100
@@ -2,7 +2,7 @@
project(xdg-desktop-portal-kde)
-set(PROJECT_VERSION "5.15.2")
+set(PROJECT_VERSION "5.15.3")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/xdg-desktop-portal-kde-5.15.2/po/it/xdg-desktop-portal-kde.po
new/xdg-desktop-portal-kde-5.15.3/po/it/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.15.2/po/it/xdg-desktop-portal-kde.po
2019-02-26 12:39:05.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.15.3/po/it/xdg-desktop-portal-kde.po
2019-03-12 11:01:58.000000000 +0100
@@ -1,6 +1,6 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the
xdg-desktop-portal-kde package.
-# Luigi Toscano <[email protected]>, 2017, 2018.
+# Luigi Toscano <[email protected]>, 2017, 2018, 2019.
#
msgid ""
msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.15.2/src/filechooser.cpp
new/xdg-desktop-portal-kde-5.15.3/src/filechooser.cpp
--- old/xdg-desktop-portal-kde-5.15.2/src/filechooser.cpp 2019-02-26
12:39:02.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.15.3/src/filechooser.cpp 2019-03-12
11:01:55.000000000 +0100
@@ -277,6 +277,7 @@
fileDialog->setWindowTitle(title);
fileDialog->setModal(modalDialog);
fileDialog->m_fileWidget->setOperationMode(KFileWidget::Saving);
+ fileDialog->m_fileWidget->setConfirmOverwrite(true);
if (!currentFolder.isEmpty()) {
fileDialog->m_fileWidget->setUrl(QUrl::fromLocalFile(currentFolder));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/xdg-desktop-portal-kde-5.15.2/src/xdg-desktop-portal-kde.cpp
new/xdg-desktop-portal-kde-5.15.3/src/xdg-desktop-portal-kde.cpp
--- old/xdg-desktop-portal-kde-5.15.2/src/xdg-desktop-portal-kde.cpp
2019-02-26 12:39:02.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.15.3/src/xdg-desktop-portal-kde.cpp
2019-03-12 11:01:55.000000000 +0100
@@ -28,6 +28,7 @@
int main(int argc, char *argv[])
{
+ QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QApplication a(argc, argv);
a.setQuitOnLastWindowClosed(false);