Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5-integration for
openSUSE:Factory checked in at 2023-03-02 23:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
and /work/SRC/openSUSE:Factory/.plasma5-integration.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-integration"
Thu Mar 2 23:02:37 2023 rev:129 rq:1068285 version:5.27.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes
2023-02-24 18:07:27.717174454 +0100
+++
/work/SRC/openSUSE:Factory/.plasma5-integration.new.31432/plasma5-integration.changes
2023-03-02 23:02:58.295072150 +0100
@@ -1,0 +2,11 @@
+Tue Feb 28 17:34:18 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.27.2
+- Changes since 5.27.1:
+ * Fix exporting window id on Wayland
+ * codify runtime dependency on xdg-desktop-portal-kde (kde#466148)
+
+-------------------------------------------------------------------
Old:
----
plasma-integration-5.27.1.tar.xz
plasma-integration-5.27.1.tar.xz.sig
New:
----
plasma-integration-5.27.2.tar.xz
plasma-integration-5.27.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-integration.spec ++++++
--- /var/tmp/diff_new_pack.okb5iy/_old 2023-03-02 23:02:59.087083471 +0100
+++ /var/tmp/diff_new_pack.okb5iy/_new 2023-03-02 23:02:59.091083528 +0100
@@ -18,7 +18,7 @@
%bcond_without released
Name: plasma5-integration
-Version: 5.27.1
+Version: 5.27.2
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
++++++ plasma-integration-5.27.1.tar.xz -> plasma-integration-5.27.2.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-integration-5.27.1/CMakeLists.txt
new/plasma-integration-5.27.2/CMakeLists.txt
--- old/plasma-integration-5.27.1/CMakeLists.txt 2023-02-21
12:46:07.000000000 +0100
+++ new/plasma-integration-5.27.2/CMakeLists.txt 2023-02-28
13:22:19.000000000 +0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(PlasmaIntegration)
-set(PROJECT_VERSION "5.27.1")
+set(PROJECT_VERSION "5.27.2")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.2")
@@ -81,6 +81,12 @@
URL "https://sourcefoundry.org/hack/"
TYPE RUNTIME
)
+find_package(XDGDesktopPortalKDE)
+set_package_properties(XDGDesktopPortalKDE PROPERTIES
+ PURPOSE "Required for open-with dialog to work correctly -- this is not
detected automatically, pass
-DCMAKE_DISABLE_FIND_PACKAGE_XDGDesktopPortalKDE=true to mark it ignored."
+ URL "https://invent.kde.org/plasma/xdg-desktop-portal-kde"
+ TYPE RUNTIME
+)
# add clang-format target for all our real source files
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-integration-5.27.1/po/nb/plasmaintegration5.po
new/plasma-integration-5.27.2/po/nb/plasmaintegration5.po
--- old/plasma-integration-5.27.1/po/nb/plasmaintegration5.po 2023-02-21
12:46:07.000000000 +0100
+++ new/plasma-integration-5.27.2/po/nb/plasmaintegration5.po 2023-02-28
13:22:19.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2022-12-09 00:48+0000\n"
+"POT-Creation-Date: 2023-02-20 02:51+0000\n"
"PO-Revision-Date: 2015-02-24 20:41+0100\n"
"Last-Translator: Bjørn Steensrud <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -79,19 +79,19 @@
msgid "Ignore"
msgstr "Ignorer"
-#: platformtheme/kdirselectdialog.cpp:121
+#: platformtheme/kdirselectdialog.cpp:120
#, kde-format
msgctxt "folder name"
msgid "New Folder"
msgstr "Ny mappe"
-#: platformtheme/kdirselectdialog.cpp:127
+#: platformtheme/kdirselectdialog.cpp:126
#, kde-format
msgctxt "@title:window"
msgid "New Folder"
msgstr "Ny mappe"
-#: platformtheme/kdirselectdialog.cpp:128
+#: platformtheme/kdirselectdialog.cpp:127
#, kde-format
msgctxt "@label:textbox"
msgid ""
@@ -101,53 +101,53 @@
"Lag ny mappe i:\n"
"%1"
-#: platformtheme/kdirselectdialog.cpp:159
+#: platformtheme/kdirselectdialog.cpp:158
#, kde-format
msgid "A file or folder named %1 already exists."
msgstr "En fil eller mappe med navnet %1 finnes fra før."
-#: platformtheme/kdirselectdialog.cpp:168
+#: platformtheme/kdirselectdialog.cpp:167
#, kde-format
msgid "You do not have permission to create that folder."
msgstr "Du har ikke rettighet til å lage den mappa."
-#: platformtheme/kdirselectdialog.cpp:270
+#: platformtheme/kdirselectdialog.cpp:269
#, kde-format
msgctxt "@title:window"
msgid "Select Folder"
msgstr "Velg mappe"
-#: platformtheme/kdirselectdialog.cpp:279
+#: platformtheme/kdirselectdialog.cpp:278
#, kde-format
msgctxt "@action:button"
msgid "New Folder..."
msgstr "Ny mappe â¦"
-#: platformtheme/kdirselectdialog.cpp:328
+#: platformtheme/kdirselectdialog.cpp:327
#, kde-format
msgctxt "@action:inmenu"
msgid "New Folder..."
msgstr "Ny mappe â¦"
-#: platformtheme/kdirselectdialog.cpp:337
+#: platformtheme/kdirselectdialog.cpp:336
#, kde-format
msgctxt "@action:inmenu"
msgid "Move to Trash"
msgstr "Flytt til papirkurven"
-#: platformtheme/kdirselectdialog.cpp:346
+#: platformtheme/kdirselectdialog.cpp:345
#, kde-format
msgctxt "@action:inmenu"
msgid "Delete"
msgstr "Slett"
-#: platformtheme/kdirselectdialog.cpp:357
+#: platformtheme/kdirselectdialog.cpp:356
#, kde-format
msgctxt "@option:check"
msgid "Show Hidden Folders"
msgstr "Vis skjulte mapper"
-#: platformtheme/kdirselectdialog.cpp:364
+#: platformtheme/kdirselectdialog.cpp:363
#, kde-format
msgctxt "@action:inmenu"
msgid "Properties"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-integration-5.27.1/po/zh_CN/plasmaintegration5.po
new/plasma-integration-5.27.2/po/zh_CN/plasmaintegration5.po
--- old/plasma-integration-5.27.1/po/zh_CN/plasmaintegration5.po
2023-02-21 12:46:07.000000000 +0100
+++ new/plasma-integration-5.27.2/po/zh_CN/plasmaintegration5.po
2023-02-28 13:22:19.000000000 +0100
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2023-02-20 02:51+0000\n"
-"PO-Revision-Date: 2023-02-15 11:07\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-integration-5.27.1/src/platformtheme/kdeplatformtheme.cpp
new/plasma-integration-5.27.2/src/platformtheme/kdeplatformtheme.cpp
--- old/plasma-integration-5.27.1/src/platformtheme/kdeplatformtheme.cpp
2023-02-21 12:46:07.000000000 +0100
+++ new/plasma-integration-5.27.2/src/platformtheme/kdeplatformtheme.cpp
2023-02-28 13:22:19.000000000 +0100
@@ -116,7 +116,10 @@
return;
}
auto xdgExported = exporter->exportTopLevel(surface, this);
- Q_EMIT exported(QLatin1String("wayland:") + xdgExported->handle());
+
+ connect(xdgExported, &KWayland::Client::XdgExported::done, this,
[this, xdgExported] {
+ Q_EMIT exported(QLatin1String("wayland:") +
xdgExported->handle());
+ });
});
registry->create(connection);