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 2023-01-18 17:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt5platform-plugins (Old)
and /work/SRC/openSUSE:Factory/.qt5platform-plugins.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5platform-plugins"
Wed Jan 18 17:11:18 2023 rev:12 rq:1059270 version:5.0.70
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt5platform-plugins/qt5platform-plugins.changes
2022-12-24 14:55:16.684677125 +0100
+++
/work/SRC/openSUSE:Factory/.qt5platform-plugins.new.32243/qt5platform-plugins.changes
2023-01-18 17:11:19.467866056 +0100
@@ -1,0 +2,5 @@
+Wed Jan 18 06:32:06 UTC 2023 - Hillwood Yang <[email protected]>
+
+- Fix build on Qt 5.15.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt5platform-plugins.spec ++++++
--- /var/tmp/diff_new_pack.RJN7SY/_old 2023-01-18 17:11:20.307870813 +0100
+++ /var/tmp/diff_new_pack.RJN7SY/_new 2023-01-18 17:11:20.311870835 +0100
@@ -34,7 +34,7 @@
BuildRequires: libQt5Core-private-headers-devel
BuildRequires: libQt5PlatformSupport-private-headers-devel
BuildRequires: libqt5-qtwayland-private-headers-devel
-# BuildRequires: pkgconfig(dde-wayland-client)
+BuildRequires: cmake(DWayland)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Gui)
@@ -77,21 +77,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}
@@ -106,10 +106,12 @@
cp -r xcb/libqt5xcbqpa-dev/5.15.5 xcb/libqt5xcbqpa-dev/5.15.7
elif [ "`rpm -q --queryformat '%%{VERSION}' libQt5Core5`" = "5.15.7+kde177" ];
then
cp -r xcb/libqt5xcbqpa-dev/5.15.5 xcb/libqt5xcbqpa-dev/5.15.7
+elif [ "`rpm -q --queryformat '%%{VERSION}' libQt5Core5`" = "5.15.8+kde160" ];
then
+ cp -r xcb/libqt5xcbqpa-dev/5.15.5 xcb/libqt5xcbqpa-dev/5.15.8
fi
# Disable wayland for now:
https://github.com/linuxdeepin/qt5platform-plugins/issues/47
-sed -i '/wayland/d' qt5platform-plugins.pro
+# sed -i '/wayland/d' qt5platform-plugins.pro
%build
qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT \
@@ -128,18 +130,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