Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt5platform-plugins for openSUSE:Factory checked in at 2022-03-23 20:19:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt5platform-plugins (Old) and /work/SRC/openSUSE:Factory/.qt5platform-plugins.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5platform-plugins" Wed Mar 23 20:19:09 2022 rev:3 rq:964287 version:5.0.46 Changes: -------- --- /work/SRC/openSUSE:Factory/qt5platform-plugins/qt5platform-plugins.changes 2021-07-07 18:31:32.974487209 +0200 +++ /work/SRC/openSUSE:Factory/.qt5platform-plugins.new.25692/qt5platform-plugins.changes 2022-03-23 20:21:01.510552606 +0100 @@ -1,0 +2,19 @@ +Thu Feb 24 14:12:30 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.0.42 + * Set tooltip role and standalone role + * Wayland plugin merge from wayland_x86 + * Fix bugs +- Disable wayland plugin, workaround issue#2238 + (https://github.com/linuxdeepin/developer-center/issues/2238) + +------------------------------------------------------------------- +Thu Oct 28 02:47:01 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.0.40 + * Add wm class name + * 2d wallpaper memory shared + * refactor: Only enable dxcb in dde + * Fix bugs + +------------------------------------------------------------------- Old: ---- qt5platform-plugins-5.0.23.tar.gz New: ---- qt5platform-plugins-5.0.46.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt5platform-plugins.spec ++++++ --- /var/tmp/diff_new_pack.3iCPPS/_old 2022-03-23 20:21:02.078552928 +0100 +++ /var/tmp/diff_new_pack.3iCPPS/_new 2022-03-23 20:21:02.086552932 +0100 @@ -21,7 +21,7 @@ # %define qt_version 5.14.1 Name: qt5platform-plugins -Version: 5.0.23 +Version: 5.0.46 Release: 0 Summary: Qt platform integration plugins License: GPL-3.0-or-later @@ -35,11 +35,11 @@ BuildRequires: libQt5Core-private-headers-devel BuildRequires: libQt5PlatformSupport-private-headers-devel BuildRequires: libqt5-qtwayland-private-headers-devel +# BuildRequires: pkgconfig(dde-wayland-client) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5WaylandClient) -BuildRequires: pkgconfig(dde-wayland-client) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xcb-xkb) BuildRequires: pkgconfig(xcb-renderutil) @@ -78,21 +78,21 @@ The libqt5-dxcbplugin is the Qt platform dxcbp plugin for Deepin Desktop Environment. -%package -n libqt5-dwaylandplugin -Summary: A Qt platform integration plugin -Group: Development/Libraries/X11 - -%description -n libqt5-dwaylandplugin -The libqt5-dxcbplugin is the Qt platform dwayland plugin for Deepin Desktop -Environment. - -%package -n libqt5-kwayland-shellplugin -Summary: A Qt platform integration plugin -Group: Development/Libraries/X11 - -%description -n libqt5-kwayland-shellplugin -The libqt5-dxcbplugin is the Qt platform kwayland-shell plugin for Deepin Desktop -Environment. +# %package -n libqt5-dwaylandplugin +# Summary: A Qt platform integration plugin +# Group: Development/Libraries/X11 + +# %description -n libqt5-dwaylandplugin +# The libqt5-dxcbplugin is the Qt platform dwayland plugin for Deepin Desktop +# Environment. + +# %package -n libqt5-kwayland-shellplugin +# Summary: A Qt platform integration plugin +# Group: Development/Libraries/X11 + +# %description -n libqt5-kwayland-shellplugin +# The libqt5-dxcbplugin is the Qt platform kwayland-shell plugin for Deepin Desktop +# Environment. %prep # %setup -q -a1 -n %{name}-%{version} @@ -105,6 +105,9 @@ # cp -r xcb/libqt5xcbqpa-dev/5.15.1 xcb/libqt5xcbqpa-dev/5.15.2 fi +# Disable wayland for now: https://github.com/linuxdeepin/qt5platform-plugins/issues/47 +sed -i '/wayland/d' qt5platform-plugins.pro + %build qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT \ PREFIX=%{_prefix} \ @@ -122,18 +125,18 @@ %dir %{_libdir}/qt5/plugins/platforms/ %{_libdir}/qt5/plugins/platforms/libdxcb.so -%files -n libqt5-dwaylandplugin -%defattr(-,root,root,-) -%doc CHANGELOG.md README.md -%license LICENSE -%dir %{_libdir}/qt5/plugins/platforms/ -%{_libdir}/qt5/plugins/platforms/libdwayland.so - -%files -n libqt5-kwayland-shellplugin -%defattr(-,root,root,-) -%doc CHANGELOG.md README.md -%license LICENSE -%dir %{_libdir}/qt5/plugins/wayland-shell-integration/ -%{_libdir}/qt5/plugins/wayland-shell-integration/libkwayland-shell.so +# %files -n libqt5-dwaylandplugin +# %defattr(-,root,root,-) +# %doc CHANGELOG.md README.md +# %license LICENSE +# %dir %{_libdir}/qt5/plugins/platforms/ +# %{_libdir}/qt5/plugins/platforms/libdwayland.so + +# %files -n libqt5-kwayland-shellplugin +# %defattr(-,root,root,-) +# %doc CHANGELOG.md README.md +# %license LICENSE +# %dir %{_libdir}/qt5/plugins/wayland-shell-integration/ +# %{_libdir}/qt5/plugins/wayland-shell-integration/libkwayland-shell.so %changelog ++++++ qt5platform-plugins-5.0.23.tar.gz -> qt5platform-plugins-5.0.46.tar.gz ++++++ ++++ 46717 lines of diff (skipped)