Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdm for openSUSE:Factory checked in at 2022-01-14 23:12:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm (Old) and /work/SRC/openSUSE:Factory/.gdm.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm" Fri Jan 14 23:12:53 2022 rev:240 rq:945940 version:41.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gdm/gdm.changes 2022-01-03 10:48:55.687569159 +0100 +++ /work/SRC/openSUSE:Factory/.gdm.new.1892/gdm.changes 2022-01-14 23:13:42.278649738 +0100 @@ -1,0 +2,15 @@ +Wed Jan 12 19:48:02 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 41.3: + + Juggle Xorg's -listen/-nolisten command line change better. + + Fix session type selection. + + Fix crash. + + Drop vestigial gdm-pin service. + + XDMCP fixes. + + Wayland nvidia udev updates. + + Updated translations. +- Rebase gdm-disable-wayland-on-mgag200-chipsets.patch. +- Drop gdm-daemon-Infer-session-type-from-desktop-file.patch and + gdm-restart-greeter-session-after-crash.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- gdm-41.0.tar.xz gdm-daemon-Infer-session-type-from-desktop-file.patch gdm-restart-greeter-session-after-crash.patch New: ---- gdm-41.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm.spec ++++++ --- /var/tmp/diff_new_pack.fnUwHD/_old 2022-01-14 23:13:42.910650145 +0100 +++ /var/tmp/diff_new_pack.fnUwHD/_new 2022-01-14 23:13:42.914650148 +0100 @@ -1,7 +1,7 @@ # # spec file for package gdm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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 enable_split_authentication 0 Name: gdm -Version: 41.0 +Version: 41.3 Release: 0 Summary: The GNOME Display Manager License: GPL-2.0-or-later @@ -63,10 +63,6 @@ Patch14: gdm-switch-user-tty7.patch # PATCH-FIX-UPSTREAM gdm-disable-wayland-on-mgag200-chipsets.patch bsc#1162888 glgo#GNOME/mutter#57 qk...@suse.com -- Disable Wayland on mgag200 chipsets Patch15: gdm-disable-wayland-on-mgag200-chipsets.patch -# PATCH-FIX-UPSTREAM gdm-daemon-Infer-session-type-from-desktop-file.patch bsc#1191809 glgo#GNOME/gdm#159 rstr...@redhat.com -- daemon: Infer session type from desktop file if user has no saved session type -Patch16: gdm-daemon-Infer-session-type-from-desktop-file.patch -# PATCH-FIX-UPSTREAM gdm-restart-greeter-session-after-crash.patch bsc#1190230 glgo#GNOME/gdm#735 xw...@suse.com -- Restart greeter session when crashed -Patch17: gdm-restart-greeter-session-after-crash.patch ### NOTE: Keep please SLE-only patches at bottom (starting on 1000). # PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qz...@suse.com -- Disable gnome-initial-setup runs before gdm, g-i-s will only serve for CJK people to choose the input-method after login. Patch1000: gdm-disable-gnome-initial-setup.patch @@ -234,8 +230,6 @@ %endif %patch14 -p1 %patch15 -p1 -%patch16 -p1 -%patch17 -p1 # SLE and Leap only patches start at 1000 %if 0%{?sle_version} ++++++ gdm-41.0.tar.xz -> gdm-41.3.tar.xz ++++++ ++++ 2028 lines of diff (skipped) ++++++ gdm-disable-wayland-on-mgag200-chipsets.patch ++++++ --- /var/tmp/diff_new_pack.fnUwHD/_old 2022-01-14 23:13:43.250650364 +0100 +++ /var/tmp/diff_new_pack.fnUwHD/_new 2022-01-14 23:13:43.254650367 +0100 @@ -1,19 +1,22 @@ -Index: gdm-41.alpha/data/61-gdm.rules.in +Index: gdm-41.3/data/61-gdm.rules.in =================================================================== ---- gdm-41.alpha.orig/data/61-gdm.rules.in -+++ gdm-41.alpha/data/61-gdm.rules.in -@@ -8,3 +8,13 @@ SUBSYSTEM=="drm", KERNEL=="card[1-9]*", - ACTION=="add", SUBSYSTEM=="module", KERNEL=="nvidia_drm", ATTR{parameters/modeset}=="N", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" - # disable Wayland if modesetting is disabled - IMPORT{cmdline}="nomodeset", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" +--- gdm-41.3.orig/data/61-gdm.rules.in ++++ gdm-41.3/data/61-gdm.rules.in +@@ -1,6 +1,16 @@ + # disable Wayland on Hi1710 chipsets + ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", GOTO="gdm_disable_wayland" + +# disable Wayland on Matrox Electronics Systems Ltd. MGA G200 server engines -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" -+ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", GOTO="gdm_disable_wayland" ++ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", GOTO="gdm_disable_wayland" + + # disable Wayland if modesetting is disabled + KERNEL!="card[0-9]*", GOTO="gdm_nomodeset_end" + SUBSYSTEM!="drm", GOTO="gdm_nomodeset_end"