Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xdg-desktop-portal-kde for
openSUSE:Factory checked in at 2022-02-07 23:37:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-kde"
Mon Feb 7 23:37:14 2022 rev:92 rq:951913 version:5.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2022-01-11 21:14:53.752774247 +0100
+++
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.1898/xdg-desktop-portal-kde.changes
2022-02-07 23:37:45.566579307 +0100
@@ -1,0 +2,52 @@
+Sat Feb 5 19:51:05 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.0
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.24.0
+- Changes since 5.23.90:
+ * Use poll() when reading screenshot data
+ * Fix fullscreen and monitor screenshots
+ * Pre-select the only item in the list lists with single items
+ * Install systemd service file for portal
+ * ScreenCast portal: report correct version
+ * Show user-facing app name instead of app id in background notification
+ * Use QFileDialog for selecting directories (kde#437505)
+ * Show only local files
+ * Set desktop file name
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:46 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.23.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.23.90
+- Changes since 5.23.5:
+ * Add KAboutData (kde#448113)
+ * It compiles fine without deprecated methods
+ * Adopt SystemDialog for better mobile integration
+ * Close screencast session when we stop streaming
+ * Use QStringLiteral here
+ * AccessDialog: Fix errors
+ * Port ScreenshotDialog to QtQuick
+ * Port RemoteDesktopDialog to Plasma Dialogs
+ * Have SchreenChooserDialog use acceptable
+ * Split code out of ScreenChooser so it can be reused
+ * Port the AppChooserDialog to a Plasma Workspace Dialog
+ * Port AccessDialog to QML
+ * Port UserInfoDialog to QtQuick
+ * Split dialog handling code into a QuickDialog class
+ * Port the ScreenChooserDialog to QtQuick
+ * No need to change a string to compare it to "KDE"
+ * Save/restore file dialog window size (kde#443251)
+ * Actually determine light/dark from colorscheme
+ * Implement freedesktop colorscheme preference
+ * Add Linux CI
+ * Add .kde-ci.yml
+ * Print portal: cleanup and fix logic for setting QPageSize
+ * Email portal: add support for CC, BCC and more addresses
+ * Update dbus-advertised screencast source types
+ * Inhibit portal: send reply to the Close() request to release inhibition
+
+-------------------------------------------------------------------
Old:
----
xdg-desktop-portal-kde-5.23.5.tar.xz
xdg-desktop-portal-kde-5.23.5.tar.xz.sig
New:
----
xdg-desktop-portal-kde-5.24.0.tar.xz
xdg-desktop-portal-kde-5.24.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xdg-desktop-portal-kde.spec ++++++
--- /var/tmp/diff_new_pack.Sy1OEM/_old 2022-02-07 23:37:46.206575000 +0100
+++ /var/tmp/diff_new_pack.Sy1OEM/_new 2022-02-07 23:37:46.210574972 +0100
@@ -16,7 +16,7 @@
#
-%bcond_without lang
+%bcond_without released
%bcond_without screencast
# Internal QML import
@@ -24,15 +24,15 @@
%define kf5_version 5.50.0
Name: xdg-desktop-portal-kde
-Version: 5.23.5
+Version: 5.24.0
Release: 0
Summary: QT/KF5 backend for xdg-desktop-portal
License: LGPL-2.1-or-later
Group: System/Libraries
URL: http://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz.sig
+Source: xdg-desktop-portal-kde-%{version}.tar.xz
+%if %{with released}
+Source1: xdg-desktop-portal-kde-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= %{kf5_version}
@@ -72,7 +72,7 @@
%description
A Qt/KF5 backend implementation for xdg-desktop-portal
-%if %{with lang}
+%if %{with released}
%lang_package
%endif
@@ -85,10 +85,19 @@
%install
%make_install -C build
-%if %{with lang}
+%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
+%post
+%{systemd_user_post plasma-xdg-desktop-portal-kde.service}
+
+%preun
+%{systemd_user_preun plasma-xdg-desktop-portal-kde.service}
+
+%postun
+%{systemd_user_postun plasma-xdg-desktop-portal-kde.service}
+
%files
%license LICENSES/*
%dir %{_kf5_sharedir}/xdg-desktop-portal
@@ -98,9 +107,9 @@
%{_kf5_notifydir}/xdg-desktop-portal-kde.notifyrc
%{_kf5_sharedir}/dbus-1/services/org.freedesktop.impl.portal.desktop.kde.service
%{_kf5_sharedir}/xdg-desktop-portal/portals/kde.portal
-%{_kf5_sharedir}/xdg-desktop-portal-kde
+%{_userunitdir}/plasma-xdg-desktop-portal-kde.service
-%if %{with lang}
+%if %{with released}
%files lang -f %{name}.lang
%license LICENSES/*
%endif
++++++ xdg-desktop-portal-kde-5.23.5.tar.xz ->
xdg-desktop-portal-kde-5.24.0.tar.xz ++++++
++++ 16307 lines of diff (skipped)