From 1c8f7a6ff25a8aeddfe4542c6638780c4444001329f6087d844b0a4604e2ecea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Aug 2021 09:48:21 +0000 Subject: [PATCH] Accepting request 910081 from home:yfjiang:branches:GNOME:Factory Synchronize the changelog with SLE and Leap. OBS-URL: https://build.opensuse.org/request/show/910081 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=479 --- gdm.changes | 52 ++++++++++++++++++++++++++++++---------------------- gdm.spec | 1 - 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/gdm.changes b/gdm.changes index f1bf938..ec48ef3 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,8 +1,24 @@ +------------------------------------------------------------------- +Fri Jul 30 07:22:59 UTC 2021 - Yifan Jiang + +- Drop patches fixed upstream on SLE and Leap 15.4: + + gdm-enable-Wayland-on-Cirrus.patch + + gdm-Remove-deprecated-StandardOutput-syslog.patch + + gdm-fix-crash-when-using-Xvfb.patch + + gdm-display-Exit-with-failure-if-loading-existing-users-fails.patch + ------------------------------------------------------------------- Mon Jul 5 09:33:56 UTC 2021 - Callum Farmer - Add now working CONFIG parameter to sysusers generator +------------------------------------------------------------------- +Fri Apr 23 01:17:59 UTC 2021 - Xiaoguang Wang + +- Add gdm-Remove-deprecated-StandardOutput-syslog.patch: Remove + deprecated StandardOutput=syslog in gdm.service file + (bsc#1185146, glgo#GNOME/gdm!623). + ------------------------------------------------------------------- Sat Apr 17 08:18:30 UTC 2021 - Dominique Leuenberger @@ -38,8 +54,6 @@ Tue Mar 9 15:54:57 UTC 2021 - Dominique Leuenberger + Updated translations. - Rebase gdm-disable-wayland-on-mgag200-chipsets.patch. - Drop gdm-UsrEtc.patch: merged upstream. -- Drop gdm-display-Exit-with-failure-if-loading-existing-users-fails.patch: - merged upstream. ------------------------------------------------------------------- Fri Jan 29 09:46:20 UTC 2021 - Dominique Leuenberger @@ -52,6 +66,20 @@ Thu Jan 21 12:57:09 UTC 2021 - Thorsten Kukuk - Use sysusers config file to generate gdm user +------------------------------------------------------------------- +Mon Jan 18 07:12:10 UTC 2021 - Alynx Zhou + +- Add gdm-fix-crash-when-using-Xvfb.patch: For some reason gdm + fails to get display and does not set it to NULL when using + with Xvfb, and it leads into a crash, this patch sets display + to NULL by default. (bsc#1178292, glgo#GNOME/gdm!118) + +------------------------------------------------------------------- +Mon Jan 4 05:28:58 UTC 2021 - Xiaoguang Wang + +- Update gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch: + Fix switching user issue(bsc#1179968, bsc#1174533). + ------------------------------------------------------------------- Fri Nov 13 02:45:59 UTC 2020 - Xiaoguang Wang @@ -106,10 +134,6 @@ Mon Sep 14 12:30:36 UTC 2020 - dimstar@opensuse.org + Systemd unit file improvements. + Updated translations. - Drop gdm-Xsession-inputname.patch: fixed upstream. -- Drop gdm-Remove-deprecated-StandardOutput-syslog.patch: fixed - upstream (glgo#GNOME/gdm#623). -- Drop gdm-fix-crash-when-using-Xvfb.patch: fixed upstream - (glgo#GNOME/gdm#555). ------------------------------------------------------------------- Sun Sep 6 15:14:36 UTC 2020 - Michael Gorse @@ -147,15 +171,6 @@ Sat Sep 5 10:48:29 UTC 2020 - dimstar@opensuse.org + Drop autogen.sh source file. + Replace configure/make/make_install macros with meson/meson_build/meson_install. -- Drop gdm-enable-Wayland-on-Cirrus.patch: fixed upstream. - -------------------------------------------------------------------- -Mon Aug 26 07:12:10 UTC 2020 - Alynx Zhou - -- Add gdm-fix-crash-when-using-Xvfb.patch: For some reason gdm - fails to get display and does not set it to NULL when using - with Xvfb, and it leads into a crash, this patch sets display - to NULL by default. (bsc#1178292, glgo#GNOME/gdm!118) ------------------------------------------------------------------- Tue Aug 25 01:38:13 UTC 2020 - QK ZHU @@ -177,13 +192,6 @@ Tue Jul 7 09:13:05 UTC 2020 - Callum Farmer - Fixes for %_libexecdir changing to /usr/libexec -------------------------------------------------------------------- -Fri Jun 23 01:17:59 UTC 2020 - Xiaoguang Wang - -- Add gdm-Remove-deprecated-StandardOutput-syslog.patch: Remove - deprecated StandardOutput=syslog in gdm.service file - (bsc#1185146, glgo#GNOME/gdm!623). - ------------------------------------------------------------------- Tue May 26 00:36:52 UTC 2020 - Xiaoguang Wang diff --git a/gdm.spec b/gdm.spec index 4d34a23..26ae2bb 100644 --- a/gdm.spec +++ b/gdm.spec @@ -63,7 +63,6 @@ Patch13: gdm-s390-not-require-g-s-d_wacom.patch Patch14: gdm-switch-user-tty7.patch # PATCH-FIX-UPSTREAM gdm-disable-wayland-on-mgag200-chipsets.patch bsc#1162888 glgo#GNOME/mutter#57 qkzhu@suse.com -- Disable Wayland on mgag200 chipsets Patch15: gdm-disable-wayland-on-mgag200-chipsets.patch - ### NOTE: Keep please SLE-only patches at bottom (starting on 1000). # PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qzhao@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