Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-kwin for openSUSE:Factory checked in at 2021-06-02 22:10:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-kwin (Old) and /work/SRC/openSUSE:Factory/.deepin-kwin.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-kwin" Wed Jun 2 22:10:48 2021 rev:2 rq:891657 version:5.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-kwin/deepin-kwin.changes 2021-04-26 16:39:42.430083716 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-kwin.new.1898/deepin-kwin.changes 2021-06-02 22:10:58.656125342 +0200 @@ -1,0 +2,10 @@ +Tue May 4 11:46:16 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.3.7 + * Support kwin 5.19, drop support-kwin-5_19+.patch + * Add translation files + * update dde-kwin.postinst base on update DTK's /etc/os-version + * Fix bugs +- Drop deepin-kwin-unload-blur.patch, merged by upstream + +------------------------------------------------------------------- Old: ---- dde-kwin-5.2.0.13.tar.gz deepin-kwin-unload-blur.patch support-kwin-5_19+.patch New: ---- dde-kwin-5.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-kwin.spec ++++++ --- /var/tmp/diff_new_pack.LLm4lV/_old 2021-06-02 22:10:59.760125252 +0200 +++ /var/tmp/diff_new_pack.LLm4lV/_new 2021-06-02 22:10:59.764125252 +0200 @@ -20,7 +20,7 @@ %define sover 0 Name: deepin-kwin -Version: 5.2.0.13 +Version: 5.3.7 Release: 0 Summary: KWin configures/plugins on the DDE License: GPL-3.0-or-later @@ -28,11 +28,11 @@ Url: https://github.com/linuxdeepin/dde-kwin Source0: https://github.com/linuxdeepin/dde-kwin/archive/%{version}/%{_name}-%{version}.tar.gz # Source0: https://github.com/ukui/dde-kwin/archive/%{commit}/%{_name}-%{shortcommit}.tar.gz -Patch1: deepin-kwin-unload-blur.patch +# Patch1: deepin-kwin-unload-blur.patch Patch0: deepin-kwin-tabbox-chameleon-rename.patch %if 0%{suse_version} > 1500 Patch2: deepin-kwin-crash.patch -Patch4: support-kwin-5_19+.patch +# Patch4: support-kwin-5_19+.patch Patch5: support-kwin-5_21+.patch BuildRequires: cmake(KWaylandServer) %else ++++++ dde-kwin-5.2.0.13.tar.gz -> dde-kwin-5.3.7.tar.gz ++++++ ++++ 3832 lines of diff (skipped) ++++++ deepin-kwin-tabbox-chameleon-rename.patch ++++++ --- /var/tmp/diff_new_pack.LLm4lV/_old 2021-06-02 22:10:59.900125241 +0200 +++ /var/tmp/diff_new_pack.LLm4lV/_new 2021-06-02 22:10:59.904125240 +0200 @@ -1,6 +1,6 @@ -diff -Nur dde-kwin-5.2.0.13/configures/kwinrc dde-kwin-5.2.0.13-new/configures/kwinrc ---- dde-kwin-5.2.0.13/configures/kwinrc 2020-11-11 11:40:53.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/configures/kwinrc 2021-03-01 11:58:19.340082770 +0800 +diff -Nur dde-kwin-5.3.7/configures/kwinrc dde-kwin-5.3.7-new/configures/kwinrc +--- dde-kwin-5.3.7/configures/kwinrc 2021-03-17 17:39:07.000000000 +0800 ++++ dde-kwin-5.3.7-new/configures/kwinrc 2021-05-04 19:39:18.739036254 +0800 @@ -40,7 +40,7 @@ ApplicationsMode=0 DesktopMode=1 @@ -10,10 +10,10 @@ MinimizedMode=0 MultiScreenMode=0 ShowDesktopMode=1 -diff -Nur dde-kwin-5.2.0.13/tabbox/chameleon/contents/ui/main.qml dde-kwin-5.2.0.13-new/tabbox/chameleon/contents/ui/main.qml ---- dde-kwin-5.2.0.13/tabbox/chameleon/contents/ui/main.qml 1970-01-01 08:00:00.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/tabbox/chameleon/contents/ui/main.qml 2020-11-11 11:40:53.000000000 +0800 -@@ -0,0 +1,303 @@ +diff -Nur dde-kwin-5.3.7/tabbox/chameleon/contents/ui/main.qml dde-kwin-5.3.7-new/tabbox/chameleon/contents/ui/main.qml +--- dde-kwin-5.3.7/tabbox/chameleon/contents/ui/main.qml 1970-01-01 08:00:00.000000000 +0800 ++++ dde-kwin-5.3.7-new/tabbox/chameleon/contents/ui/main.qml 2021-03-17 17:39:07.000000000 +0800 +@@ -0,0 +1,327 @@ +import QtQuick 2.0 +import QtQuick.Window 2.0 +import QtGraphicalEffects 1.0 @@ -151,6 +151,11 @@ + anchors.fill: parent + hoverEnabled: true + onPositionChanged: dialogMainItem.mouseEnabled = true ++ ++ Accessible.role: Accessible.Button ++ Accessible.name: "Ma_tabbox_mouseDetector" ++ Accessible.description: "tabbox_mouseDetector" ++ Accessible.onPressAction: pressed() + } + + Rectangle { @@ -175,8 +180,12 @@ + x: itemsView.currentItem ? itemsView.currentItem.x : 0 + y: itemsView.currentItem ? itemsView.currentItem.y : 0 + -+ Behavior on x { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 200 } } -+ Behavior on y { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 200 } } ++ Behavior on x { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 80 } } ++ Behavior on y { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 80 } } ++ ++ Accessible.role: Accessible.Indicator ++ Accessible.name: "Rect_tabbox_Indicator_"+itemsView.currentIndex ++ Accessible.description: "tabbox_Indicator_currentIndex_currentWindowId" + } + } + @@ -200,6 +209,10 @@ + anchors.fill: parent + wId: modelWId + } ++ ++ Accessible.role: Accessible.Graphic ++ Accessible.name: "Rect_tabbox_desktopImage_" + modelWId ++ Accessible.description: "tabbox_desktopImage_desktopImageId" + } + + } @@ -231,6 +244,11 @@ + color: "#32000000" + source: iconItem + } ++ ++ Accessible.role: Accessible.Graphic ++ Accessible.name: !isCloseable && (modelIndex+1) == itemsView.count ? ++ "Rect_tabbox_desktopImage_" + modelWId : "Rect_tabbox_windowImage_" + modelWId ++ Accessible.description: "tabbox_windowImage_windowImageId" + } + } + @@ -271,6 +289,12 @@ + onClicked: { + parent.select() + } ++ ++ Accessible.role: Accessible.Button ++ Accessible.name: !closeable && (index+1) == itemsView.count ? ++ "Ma_tabbox_desktopItem_" + windowId : "Ma_tabbox_windowItem_" + windowId ++ Accessible.description: "tabbox_window/desktopItem_winId" ++ Accessible.onPressAction: pressed() + } + + function select() { @@ -317,12 +341,12 @@ + } + } // Dialog +} -diff -Nur dde-kwin-5.2.0.13/tabbox/chameleon/metadata.desktop dde-kwin-5.2.0.13-new/tabbox/chameleon/metadata.desktop ---- dde-kwin-5.2.0.13/tabbox/chameleon/metadata.desktop 1970-01-01 08:00:00.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/tabbox/chameleon/metadata.desktop 2021-03-01 11:59:13.003414750 +0800 +diff -Nur dde-kwin-5.3.7/tabbox/chameleon/metadata.desktop dde-kwin-5.3.7-new/tabbox/chameleon/metadata.desktop +--- dde-kwin-5.3.7/tabbox/chameleon/metadata.desktop 1970-01-01 08:00:00.000000000 +0800 ++++ dde-kwin-5.3.7-new/tabbox/chameleon/metadata.desktop 2021-05-04 19:40:45.083066022 +0800 @@ -0,0 +1,17 @@ +[Desktop Entry] -+Name=Thumbnail Grid ++Name=chameleon +Comment= + +Type=Service @@ -338,9 +362,9 @@ +X-KDE-PluginInfo-Version=4 +X-KDE-PluginInfo-Website=https://github.com/linuxdeepin/dde-kwin +X-KDE-PluginInfo-Depends= -diff -Nur dde-kwin-5.2.0.13/tabbox/CMakeLists.txt dde-kwin-5.2.0.13-new/tabbox/CMakeLists.txt ---- dde-kwin-5.2.0.13/tabbox/CMakeLists.txt 2020-11-11 11:40:53.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/tabbox/CMakeLists.txt 2021-03-01 11:58:38.827848658 +0800 +diff -Nur dde-kwin-5.3.7/tabbox/CMakeLists.txt dde-kwin-5.3.7-new/tabbox/CMakeLists.txt +--- dde-kwin-5.3.7/tabbox/CMakeLists.txt 2021-03-17 17:39:07.000000000 +0800 ++++ dde-kwin-5.3.7-new/tabbox/CMakeLists.txt 2021-05-04 19:39:31.263040571 +0800 @@ -1,6 +1,6 @@ install( DIRECTORY @@ -349,10 +373,10 @@ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kwin/tabbox ) -diff -Nur dde-kwin-5.2.0.13/tabbox/thumbnail_grid/contents/ui/main.qml dde-kwin-5.2.0.13-new/tabbox/thumbnail_grid/contents/ui/main.qml ---- dde-kwin-5.2.0.13/tabbox/thumbnail_grid/contents/ui/main.qml 2020-11-11 11:40:53.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/tabbox/thumbnail_grid/contents/ui/main.qml 1970-01-01 08:00:00.000000000 +0800 -@@ -1,303 +0,0 @@ +diff -Nur dde-kwin-5.3.7/tabbox/thumbnail_grid/contents/ui/main.qml dde-kwin-5.3.7-new/tabbox/thumbnail_grid/contents/ui/main.qml +--- dde-kwin-5.3.7/tabbox/thumbnail_grid/contents/ui/main.qml 2021-03-17 17:39:07.000000000 +0800 ++++ dde-kwin-5.3.7-new/tabbox/thumbnail_grid/contents/ui/main.qml 1970-01-01 08:00:00.000000000 +0800 +@@ -1,327 +0,0 @@ -import QtQuick 2.0 -import QtQuick.Window 2.0 -import QtGraphicalEffects 1.0 @@ -490,6 +514,11 @@ - anchors.fill: parent - hoverEnabled: true - onPositionChanged: dialogMainItem.mouseEnabled = true +- +- Accessible.role: Accessible.Button +- Accessible.name: "Ma_tabbox_mouseDetector" +- Accessible.description: "tabbox_mouseDetector" +- Accessible.onPressAction: pressed() - } - - Rectangle { @@ -514,8 +543,12 @@ - x: itemsView.currentItem ? itemsView.currentItem.x : 0 - y: itemsView.currentItem ? itemsView.currentItem.y : 0 - -- Behavior on x { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 200 } } -- Behavior on y { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 200 } } +- Behavior on x { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 80 } } +- Behavior on y { SmoothedAnimation { easing.type: Easing.InOutCubic; duration: 80 } } +- +- Accessible.role: Accessible.Indicator +- Accessible.name: "Rect_tabbox_Indicator_"+itemsView.currentIndex +- Accessible.description: "tabbox_Indicator_currentIndex_currentWindowId" - } - } - @@ -539,6 +572,10 @@ - anchors.fill: parent - wId: modelWId - } +- +- Accessible.role: Accessible.Graphic +- Accessible.name: "Rect_tabbox_desktopImage_" + modelWId +- Accessible.description: "tabbox_desktopImage_desktopImageId" - } - - } @@ -570,6 +607,11 @@ - color: "#32000000" - source: iconItem - } +- +- Accessible.role: Accessible.Graphic +- Accessible.name: !isCloseable && (modelIndex+1) == itemsView.count ? +- "Rect_tabbox_desktopImage_" + modelWId : "Rect_tabbox_windowImage_" + modelWId +- Accessible.description: "tabbox_windowImage_windowImageId" - } - } - @@ -610,6 +652,12 @@ - onClicked: { - parent.select() - } +- +- Accessible.role: Accessible.Button +- Accessible.name: !closeable && (index+1) == itemsView.count ? +- "Ma_tabbox_desktopItem_" + windowId : "Ma_tabbox_windowItem_" + windowId +- Accessible.description: "tabbox_window/desktopItem_winId" +- Accessible.onPressAction: pressed() - } - - function select() { @@ -656,9 +704,9 @@ - } - } // Dialog -} -diff -Nur dde-kwin-5.2.0.13/tabbox/thumbnail_grid/metadata.desktop dde-kwin-5.2.0.13-new/tabbox/thumbnail_grid/metadata.desktop ---- dde-kwin-5.2.0.13/tabbox/thumbnail_grid/metadata.desktop 2020-11-11 11:40:53.000000000 +0800 -+++ dde-kwin-5.2.0.13-new/tabbox/thumbnail_grid/metadata.desktop 1970-01-01 08:00:00.000000000 +0800 +diff -Nur dde-kwin-5.3.7/tabbox/thumbnail_grid/metadata.desktop dde-kwin-5.3.7-new/tabbox/thumbnail_grid/metadata.desktop +--- dde-kwin-5.3.7/tabbox/thumbnail_grid/metadata.desktop 2021-03-17 17:39:07.000000000 +0800 ++++ dde-kwin-5.3.7-new/tabbox/thumbnail_grid/metadata.desktop 1970-01-01 08:00:00.000000000 +0800 @@ -1,17 +0,0 @@ -[Desktop Entry] -Name=Thumbnail Grid