Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gajim for openSUSE:Factory checked in at 2022-10-01 17:43:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gajim (Old) and /work/SRC/openSUSE:Factory/.gajim.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gajim" Sat Oct 1 17:43:52 2022 rev:49 rq:1007362 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gajim/gajim.changes 2022-09-21 14:43:44.529966731 +0200 +++ /work/SRC/openSUSE:Factory/.gajim.new.2275/gajim.changes 2022-10-01 17:44:19.133796969 +0200 @@ -1,0 +2,11 @@ +Wed Sep 28 04:17:52 UTC 2022 - Luciano Santos <luc1...@opensuse.org> + +- Temporarily remove auto generated requirement on GUPnPIgd GI + bindings to address fatal error caused by requirement on both + LibSoup2 and LibSoup3 thus making the app unlaunchable. This is + caused because Gajim itself depends on LibSoup 2.4 while the + GUPnPIgd GI bindings pulls in UPnP which in turns depends on + LibSoup 3.0 (boo#1203676). +- Add missing GSSAPI Python module runtime requirement. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gajim.spec ++++++ --- /var/tmp/diff_new_pack.RmBicy/_old 2022-10-01 17:44:19.709798016 +0200 +++ /var/tmp/diff_new_pack.RmBicy/_new 2022-10-01 17:44:19.713798023 +0200 @@ -16,7 +16,17 @@ # -%global __requires_exclude ^typelib\\(AppIndicator3\\) +# +# Gajim uses libsoup2 while GUPnP, libsoup3. And that makes the app unlunchable. +# This is a temporary fix until upstream addresses it. +# +# FIXME: Once the issue https://dev.gajim.org/gajim/gajim/-/issues/11183 +# is properly addressed, exclude only AppIndicator3. +# +%define __requires_exclude ^typelib\\((GUPnPIgd|AppIndicator3)\\).*$ +# +# It was: __requires_exclude ^typelib\\(AppIndicator3\\) + %if 0%{?suse_version} > 1500 %define py3ver 3 %define py3pkg python3 @@ -50,6 +60,7 @@ Requires: %{py3pkg}-css-parser Requires: %{py3pkg}-gobject-Gdk Requires: %{py3pkg}-gobject-cairo +Requires: %{py3pkg}-gssapi Requires: %{py3pkg}-keyring Requires: %{py3pkg}-nbxmpp >= 3.0 Requires: %{py3pkg}-precis-i18n >= 1.0.0