Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-shell for openSUSE:Factory checked in at 2026-01-27 16:07:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old) and /work/SRC/openSUSE:Factory/.gnome-shell.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell" Tue Jan 27 16:07:05 2026 rev:283 rq:1329275 version:49.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes 2025-11-25 15:54:02.477501396 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-shell.new.1928/gnome-shell.changes 2026-01-27 16:07:55.259049946 +0100 @@ -1,0 +2,19 @@ +Thu Jan 22 07:33:32 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Add 31.patch: Fix gvc to not crash with newer pipewire and fix + device selection (boo#1257062). + +------------------------------------------------------------------- +Wed Jan 21 11:49:22 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 49.3: + + Fix activating app-switcher thumbnails via click + + Fix lost focus on lock screen after resume from suspend + + Correctly expose/hide caps-lock warning to a11y tree + + Improve accessibility of icon buttons in screenshot tool + + Fix user deselection after idle on login screen + + Improve readability of insensitive text + + Misc. bug fixes and cleanups + + Updated translations. + +------------------------------------------------------------------- Old: ---- gnome-shell-49.2.obscpio New: ---- 31.patch gnome-shell-49.3.obscpio ----------(New B)---------- New: - Add 31.patch: Fix gvc to not crash with newer pipewire and fix device selection (boo#1257062). ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-shell.spec ++++++ --- /var/tmp/diff_new_pack.CpXfKi/_old 2026-01-27 16:07:56.323094823 +0100 +++ /var/tmp/diff_new_pack.CpXfKi/_new 2026-01-27 16:07:56.327094991 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-shell # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define mutter_req 49.0 Name: gnome-shell -Version: 49.2 +Version: 49.3 Release: 0 Summary: GNOME Shell # shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later @@ -42,6 +42,9 @@ # PATCH-FEATURE-OPENSUSE -- Do not ask to launch gnome-tour; openSUSE handles the logic in opensuse-welcome-launcher Patch100: gnome-shell-no-gnome-tour.patch +# PATCH-FIX-UPSTREAM - High patch ID nummber, as it needs to be manually applied in the gvc submodule directory +Patch2000: https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/31.patch + ## NOTE: Keep SLE-only patches at bottom (starting on 1000). # PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 [email protected] -- Add an applet on login UI to display suse icon, product name, hostname. Patch1001: gnome-shell-gdm-login-applet.patch @@ -183,13 +186,16 @@ pushd subprojects tar xf %{SOURCE1} mv libgnome-volume-control-0.gitmodule gvc +pushd gvc +%patch -P 2000 -p1 +popd tar xf %{SOURCE2} mv libshew-0.gitmodule libshew popd %autopatch -p1 -M 999 %if !0%{?is_opensuse} || 0%{?suse_version} <= 1600 -%autopatch -p1 -m 1000 +%autopatch -p1 -m 1000 -M 1999 %endif cp %{SOURCE100} data/theme/ ++++++ 31.patch ++++++ ++++ 1121 lines (skipped) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CpXfKi/_old 2026-01-27 16:07:56.395097860 +0100 +++ /var/tmp/diff_new_pack.CpXfKi/_new 2026-01-27 16:07:56.399098028 +0100 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param> - <param name="revision">49.2</param> + <param name="revision">49.3</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ gnome-shell-49.2.obscpio -> gnome-shell-49.3.obscpio ++++++ ++++ 21822 lines of diff (skipped) ++++++ gnome-shell.obsinfo ++++++ --- /var/tmp/diff_new_pack.CpXfKi/_old 2026-01-27 16:07:57.723153872 +0100 +++ /var/tmp/diff_new_pack.CpXfKi/_new 2026-01-27 16:07:57.727154041 +0100 @@ -1,5 +1,5 @@ name: gnome-shell -version: 49.2 -mtime: 1763992410 -commit: 7324473f80529da82962b4459ea2e7367c7e43a2 +version: 49.3 +mtime: 1768994628 +commit: 6d168562aa00632bfed6caa17cd192e44767f8f1
