Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2021-12-30 15:55:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird" Thu Dec 30 15:55:28 2021 rev:270 rq:943034 version:91.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2021-12-22 20:17:47.423839282 +0100 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.1896/MozillaThunderbird.changes 2021-12-30 15:55:40.996666697 +0100 @@ -1,0 +2,5 @@ +Tue Dec 28 20:20:30 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Add mozilla-bmo1745560.patch: Fix build against wayland 1.20. + +------------------------------------------------------------------- New: ---- mozilla-bmo1745560.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.nNTbU1/_old 2021-12-30 15:55:43.384668538 +0100 +++ /var/tmp/diff_new_pack.nNTbU1/_new 2021-12-30 15:55:43.388668541 +0100 @@ -207,6 +207,7 @@ Patch29: mozilla-silence-no-return-type.patch Patch30: mozilla-bmo531915.patch Patch31: mozilla-bmo1724679.patch +Patch32: mozilla-bmo1745560.patch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: /bin/sh @@ -309,6 +310,7 @@ %patch29 -p1 %patch30 -p1 %patch31 -p1 +%patch32 -p1 %endif %build ++++++ mozilla-bmo1745560.patch ++++++ diff --git a/widget/gtk/mozwayland/mozwayland.c b/widget/gtk/mozwayland/mozwayland.c --- a/widget/gtk/mozwayland/mozwayland.c +++ b/widget/gtk/mozwayland/mozwayland.c @@ -200,3 +200,10 @@ MOZ_EXPORT void wl_list_insert_list(struct wl_list* list, struct wl_list* other) {} + +MOZ_EXPORT struct wl_proxy* wl_proxy_marshal_flags( + struct wl_proxy* proxy, uint32_t opcode, + const struct wl_interface* interface, uint32_t version, uint32_t flags, + ...) { + return NULL; +}