Hello community,
here is the log from the commit of package xdg-desktop-portal-kde for
openSUSE:Factory checked in at 2018-05-29 10:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Tue May 29 10:36:12 2018 rev:21 rq:610940 version:5.12.90
Changes:
--------
---
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2018-05-03 12:34:29.311778783 +0200
+++
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new/xdg-desktop-portal-kde.changes
2018-05-29 10:36:21.199465822 +0200
@@ -1,0 +2,21 @@
+Sat May 19 14:16:38 CEST 2018 - [email protected]
+
+- Update to 5.12.90
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+ * Warning--
+ * Add Screenshot portal
+ * Improve app chooser dialog
+ * Avoid issues if pkgconfig cannot find the libraries.
+ * Update variables names.
+ * Look for pkgconfig quietly.
+ * Update the doc
+ * Simplify.
+ * Search properly for pipewire and other libs
+ * Make screencast support optional
+ * Add screen cast portal
+ * Fix build with Qt dev branch, where QCUPSSupport::cupsOptionsList was
removed
+
+-------------------------------------------------------------------
Old:
----
xdg-desktop-portal-kde-5.12.5.tar.xz
New:
----
xdg-desktop-portal-kde-5.12.90.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-desktop-portal-kde.spec ++++++
--- /var/tmp/diff_new_pack.bAgul7/_old 2018-05-29 10:36:23.783370413 +0200
+++ /var/tmp/diff_new_pack.bAgul7/_new 2018-05-29 10:36:23.787370265 +0200
@@ -17,29 +17,40 @@
%bcond_without lang
+# pipewire not available yet
+%bcond_with screencast
-%define kf5_version 5.26.0
+%define kf5_version 5.45.0
Name: xdg-desktop-portal-kde
-Version: 5.12.5
+Version: 5.12.90
Release: 0
Summary: QT/KF5 backend for xdg-desktop-portal
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.kde.org
-Source:
http://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz
+Source:
http://download.kde.org/unstable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: libQt5PrintSupport-private-headers-devel
BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
BuildRequires: cmake(KF5Notifications) >= %{kf5_version}
+BuildRequires: cmake(KF5Wayland) >= %{kf5_version}
+BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
+BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Widgets)
+%if %{with screencast}
+BuildRequires: pkgconfig(epoxy)
+BuildRequires: pkgconfig(gbm)
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(pipewire)
+BuildRequires: pkgconfig(spa)
+%endif
Requires: xdg-desktop-portal
Recommends: %{name}-lang
Supplements: packageand(xdg-desktop-portal:plasma5-desktop)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A Qt/KF5 backend implementation for xdg-desktop-portal
@@ -62,8 +73,7 @@
%endif
%files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
%{_libdir}/libexec/xdg-desktop-portal-kde
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.kde.service
%dir %{_datadir}/xdg-desktop-portal
@@ -72,7 +82,7 @@
%if %{with lang}
%files lang -f %{name}.lang
-%doc COPYING
+%license COPYING
%endif
%changelog
++++++ xdg-desktop-portal-kde-5.12.5.tar.xz ->
xdg-desktop-portal-kde-5.12.90.tar.xz ++++++
++++ 8716 lines of diff (skipped)