Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dwayland for openSUSE:Factory checked in at 2025-03-07 16:45:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dwayland (Old) and /work/SRC/openSUSE:Factory/.dwayland.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dwayland" Fri Mar 7 16:45:05 2025 rev:3 rq:1251200 version:5.24.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dwayland/dwayland.changes 2024-01-07 21:40:23.080198869 +0100 +++ /work/SRC/openSUSE:Factory/.dwayland.new.19136/dwayland.changes 2025-03-07 16:49:05.770834662 +0100 @@ -1,0 +2,5 @@ +Wed Mar 5 15:20:43 UTC 2025 - Hillwood Yang <hillw...@opensuse.org> + +- Fix conflicting declaration error, add fix-conflicting-declaration.patch + +------------------------------------------------------------------- New: ---- fix-conflicting-declaration.patch BETA DEBUG BEGIN: New: - Fix conflicting declaration error, add fix-conflicting-declaration.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dwayland.spec ++++++ --- /var/tmp/diff_new_pack.G5EZlD/_old 2025-03-07 16:49:06.310857452 +0100 +++ /var/tmp/diff_new_pack.G5EZlD/_new 2025-03-07 16:49:06.310857452 +0100 @@ -1,7 +1,7 @@ # # spec file for package dwayland # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: System/GUI/Other URL: https://github.com/linuxdeepin/dwayland Source0: https://github.com/linuxdeepin/dwayland/archive/refs/tags/%{version}-deepin.1.4.tar.gz +Patch0: fix-conflicting-declaration.patch BuildRequires: extra-cmake-modules BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libqt5-qtwayland ++++++ fix-conflicting-declaration.patch ++++++ diff -Nur dwayland-5.25.0/src/server/drm_fourcc.h dwayland-5.25.0-new/src/server/drm_fourcc.h --- dwayland-5.25.0/src/server/drm_fourcc.h 2023-04-04 14:45:20.000000000 +0800 +++ dwayland-5.25.0-new/src/server/drm_fourcc.h 2025-03-05 23:17:35.045554220 +0800 @@ -11,7 +11,6 @@ // These typedefs are copied from drm.h typedef uint32_t __u32; -typedef uint64_t __u64; #if defined(__cplusplus) extern "C" {