Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exaile for openSUSE:Factory checked in at 2026-05-15 23:55:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exaile (Old) and /work/SRC/openSUSE:Factory/.exaile.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exaile" Fri May 15 23:55:31 2026 rev:27 rq:1353360 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/exaile/exaile.changes 2026-02-11 18:50:37.325848732 +0100 +++ /work/SRC/openSUSE:Factory/.exaile.new.1966/exaile.changes 2026-05-15 23:56:29.848487145 +0200 @@ -1,0 +2,15 @@ +Tue May 12 06:03:25 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 4.2.2: + * Fixed startup crash that happens if gst-python >= 1.28 is + installed. + * Fixed error in Preferences → Playback (regression introduced in + 4.2.0). + * Plugins: desktopcover: Re-added Preferences page that was + accidentally removed in version 4.0.0. + * Updated translations. +- Add fix-webkit-typelib.patch: typelib-1_0-WebKit2-4_0 does not + exist on Tumbleweed anymore, patch to only look for + typelib-1_0-WebKit2-4_1 + +------------------------------------------------------------------- Old: ---- exaile-4.2.1.tar.gz New: ---- exaile-4.2.2.tar.gz fix-webkit-typelib.patch ----------(New B)---------- New: * Updated translations. - Add fix-webkit-typelib.patch: typelib-1_0-WebKit2-4_0 does not exist on Tumbleweed anymore, patch to only look for ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exaile.spec ++++++ --- /var/tmp/diff_new_pack.SOYiam/_old 2026-05-15 23:56:31.084538027 +0200 +++ /var/tmp/diff_new_pack.SOYiam/_new 2026-05-15 23:56:31.088538191 +0200 @@ -19,7 +19,7 @@ %define __requires_exclude typelib\\((GtkosxApplication)\\) %define _name Exaile Name: exaile -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: GTK Amarok-like music player License: GPL-3.0-or-later @@ -29,6 +29,8 @@ Patch0: %{name}-no-splash-default.patch # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch [email protected] -- Make the screensaverpause plugin work with MATE Screensaver. Patch1: %{name}-mate-screensaver.patch +# PATCH-FIX-OPENSUSE fix-webkit-typelib.patch -- Patch to only look for the correct webkit typelib +Patch2: fix-webkit-typelib.patch BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gobject-introspection-devel ++++++ exaile-4.2.1.tar.gz -> exaile-4.2.2.tar.gz ++++++ ++++ 54863 lines of diff (skipped) ++++++ fix-webkit-typelib.patch ++++++ Index: exaile-4.2.2/plugins/wikipedia/__init__.py =================================================================== --- exaile-4.2.2.orig/plugins/wikipedia/__init__.py +++ exaile-4.2.2/plugins/wikipedia/__init__.py @@ -33,7 +33,7 @@ import gi try: gi.require_version('WebKit2', '4.1') except: - gi.require_version('WebKit2', '4.0') + gi.require_version('WebKit2', '4.1') from gi.repository import WebKit2 log = logging.getLogger(__name__)
