From 1a2fd22b3b3bae73adb9d6aa333f935c3de238026f263fe10b6a920497981eb7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 29 May 2018 12:19:17 +0000 Subject: [PATCH] Accepting request 610827 from home:luc14n0:branches:GNOME:Factory Update to version 3.28.2 OBS-URL: https://build.opensuse.org/request/show/610827 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=401 --- gdm-3.28.1.tar.xz | 3 --- gdm-3.28.2.tar.xz | 3 +++ gdm.changes | 10 ++++++++++ gdm.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 gdm-3.28.1.tar.xz create mode 100644 gdm-3.28.2.tar.xz diff --git a/gdm-3.28.1.tar.xz b/gdm-3.28.1.tar.xz deleted file mode 100644 index 2bcab0d..0000000 --- a/gdm-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77068fa775bc2c002e85883c250103f6a77361d32ba0cb8a60997b70b397b2fb -size 1122164 diff --git a/gdm-3.28.2.tar.xz b/gdm-3.28.2.tar.xz new file mode 100644 index 0000000..f9260ae --- /dev/null +++ b/gdm-3.28.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6041a07fbbd28f6e55a15abea6fb650c8ab6988df557da320bd6983e4009b571 +size 1122352 diff --git a/gdm.changes b/gdm.changes index da738fa..9da8521 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 20 02:19:32 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.28.2: + + Reference counting fixes for GdmClient- ensure plymouth is quit + properly even when local greeter is disabled. + + Make sure GDM doesn't hang when called with unknown command + line arguments. + + Updated translations. + ------------------------------------------------------------------- Thu May 3 04:52:13 UTC 2018 - fezhang@suse.com diff --git a/gdm.spec b/gdm.spec index 236fd17..6f929d4 100644 --- a/gdm.spec +++ b/gdm.spec @@ -20,7 +20,7 @@ # FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999 %define enable_split_authentication 0 Name: gdm -Version: 3.28.1 +Version: 3.28.2 Release: 0 Summary: The GNOME Display Manager License: GPL-2.0-or-later @@ -210,7 +210,7 @@ NOCONFIGURE=1 sh autogen.sh autoreconf -fiv %configure\ --disable-static \ - --libexecdir=%{_prefix}/lib/gdm \ + --libexecdir=%{_libexecdir}/gdm \ --localstatedir=%{_localstatedir} \ --with-at-spi-registryd-directory=%{_libexecdir}/at-spi \ --with-check-accelerated-directory=%{_libexecdir} \