Hello community,
here is the log from the commit of package xdg-desktop-portal-kde for
openSUSE:Factory checked in at 2018-02-23 15:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-kde"
Fri Feb 23 15:30:47 2018 rev:17 rq:579162 version:5.12.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2018-02-19 13:02:23.534995027 +0100
+++
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new/xdg-desktop-portal-kde.changes
2018-02-23 15:31:18.087263551 +0100
@@ -1,0 +2,12 @@
+Wed Feb 21 23:57:10 CET 2018 - [email protected]
+
+- Update to 5.12.2
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.12.2.php
+- Changes since 5.12.1:
+ * Fix build with Qt dev branch, where QCUPSSupport::cupsOptionsList was
removed
+- Dropped patches, now upstream:
+ * 0001-Fix-build-with-Qt-dev-branch-where-QCUPSSupport-cups.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Fix-build-with-Qt-dev-branch-where-QCUPSSupport-cups.patch
xdg-desktop-portal-kde-5.12.1.tar.xz
New:
----
xdg-desktop-portal-kde-5.12.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-desktop-portal-kde.spec ++++++
--- /var/tmp/diff_new_pack.0zsvxy/_old 2018-02-23 15:31:19.299219762 +0100
+++ /var/tmp/diff_new_pack.0zsvxy/_new 2018-02-23 15:31:19.307219473 +0100
@@ -20,15 +20,13 @@
%define kf5_version 5.26.0
Name: xdg-desktop-portal-kde
-Version: 5.12.1
+Version: 5.12.2
Release: 0
Summary: QT/KF5 backend for xdg-desktop-portal
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.kde.org
Source: xdg-desktop-portal-kde-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
0001-Fix-build-with-Qt-dev-branch-where-QCUPSSupport-cups.patch - kde#389825
-Patch0: 0001-Fix-build-with-Qt-dev-branch-where-QCUPSSupport-cups.patch
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: libQt5PrintSupport-private-headers-devel
BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
@@ -52,7 +50,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%cmake_kf5 -d build
++++++ xdg-desktop-portal-kde-5.12.1.tar.xz ->
xdg-desktop-portal-kde-5.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.12.1/CMakeLists.txt
new/xdg-desktop-portal-kde-5.12.2/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.12.1/CMakeLists.txt 2018-02-13
15:38:45.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.12.2/CMakeLists.txt 2018-02-20
16:48:53.000000000 +0100
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
set(QT_MIN_VERSION "5.4.0")
-set(PROJECT_VERSION "5.12.1")
+set(PROJECT_VERSION "5.12.2")
set(PROJECT_VERSION_MAJOR 5)
################# set KDE specific information #################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/xdg-desktop-portal-kde-5.12.1/po/zh_CN/xdg-desktop-portal-kde.po
new/xdg-desktop-portal-kde-5.12.2/po/zh_CN/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.12.1/po/zh_CN/xdg-desktop-portal-kde.po
2018-02-13 15:38:45.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.12.2/po/zh_CN/xdg-desktop-portal-kde.po
2018-02-20 16:48:53.000000000 +0100
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2017-05-23 03:08+0200\n"
-"PO-Revision-Date: 2018-02-12 05:47-0500\n"
+"PO-Revision-Date: 2018-02-19 19:14-0500\n"
"Last-Translator: guoyunhebrave <[email protected]>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.12.1/src/print.cpp
new/xdg-desktop-portal-kde-5.12.2/src/print.cpp
--- old/xdg-desktop-portal-kde-5.12.1/src/print.cpp 2018-02-13
15:38:13.000000000 +0100
+++ new/xdg-desktop-portal-kde-5.12.2/src/print.cpp 2018-02-20
16:48:24.000000000 +0100
@@ -636,7 +636,7 @@
resultingSettings.insert(QLatin1String("page-ranges"),
QString("%1-%2").arg(printer->fromPage()).arg(printer->toPage()));
}
// Set cups specific properties
- const QStringList cupsOptions = QCUPSSupport::cupsOptionsList(printer);
+ const QStringList cupsOptions =
printer->printEngine()->property(PPK_CupsOptions).toStringList();
qCDebug(XdgDesktopPortalKdePrint) << cupsOptions;
if (cupsOptions.contains(QLatin1String("page-set"))) {
resultingSettings.insert(QLatin1String("page-set"),
cupsOptions.at(cupsOptions.indexOf(QLatin1String("page-set")) + 1));