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-08 01:23:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gajim (Old) and /work/SRC/openSUSE:Factory/.gajim.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gajim" Sat Oct 8 01:23:35 2022 rev:50 rq:1008391 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gajim/gajim.changes 2022-10-01 17:44:19.133796969 +0200 +++ /work/SRC/openSUSE:Factory/.gajim.new.2275/gajim.changes 2022-10-08 01:23:39.378013782 +0200 @@ -1,0 +2,8 @@ +Wed Oct 5 14:46:54 UTC 2022 - Fritz Reichwald <[email protected]> + +- Add 0001-remove-upnp.patch to (temporarily) remove the code in + app.py that is going to use GUPnP-IGD since the prior fix from + Luciaon is not working here. +- Add missing libpcre BuildDep that made the build fail locally + +------------------------------------------------------------------- New: ---- 0001-remove-upnp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gajim.spec ++++++ --- /var/tmp/diff_new_pack.xhYj3s/_old 2022-10-08 01:23:39.958015112 +0200 +++ /var/tmp/diff_new_pack.xhYj3s/_new 2022-10-08 01:23:39.962015121 +0200 @@ -45,6 +45,7 @@ Group: Productivity/Networking/Talk/Clients URL: https://gajim.org/ Source: https://gajim.org/downloads/1.5/gajim-%{version}.tar.gz +Patch0: 0001-remove-upnp.patch BuildRequires: %{py3pkg}-nbxmpp >= 3.0 BuildRequires: %{py3pkg}-precis-i18n >= 1.0.0 BuildRequires: %{py3pkg}-setuptools @@ -52,6 +53,7 @@ BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme +BuildRequires: libpcre1 BuildRequires: p11-kit-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -105,6 +107,7 @@ %setup -q sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in sed -i '1{/\/usr\/bin\/*/d;}' gajim/gajim_remote.py +%patch0 -p0 %build python%{py3ver} setup.py build ++++++ 0001-remove-upnp.patch ++++++ --- gajim/common/app.py.orig 2022-10-05 16:25:51.964769181 +0200 +++ gajim/common/app.py 2022-10-05 16:26:15.344869976 +0200 @@ -233,14 +233,14 @@ pass # UPNP - try: - gi.require_version('GUPnPIgd', '1.0') - from gi.repository import GUPnPIgd - global gupnp_igd # pylint: disable=global-statement - gupnp_igd = GUPnPIgd.SimpleIgd() - _dependencies['UPNP'] = True - except ValueError: - pass +# try: +# gi.require_version('GUPnPIgd', '1.0') +# from gi.repository import GUPnPIgd +# global gupnp_igd # pylint: disable=global-statement +# gupnp_igd = GUPnPIgd.SimpleIgd() +# _dependencies['UPNP'] = True +# except ValueError: +# pass # IDLE try:
