Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2018-02-03 15:36:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and      /work/SRC/openSUSE:Factory/.gdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdm"

Sat Feb  3 15:36:32 2018 rev:204 rq:571343 version:3.26.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2018-01-24 15:25:16.741026156 
+0100
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes     2018-02-03 
15:36:39.629743292 +0100
@@ -1,0 +2,13 @@
+Wed Jan 31 10:03:25 UTC 2018 - [email protected]
+
+- Add back translation-update-upstream as BuildRequires since 
+  SLE still needs it.
+
+-------------------------------------------------------------------
+Tue Jan 30 07:48:01 UTC 2018 - [email protected]
+
+- Update gdm-disable-wayland-on-unsupported-chipsets.patch: examine
+  filename argument in gdm_settings_desktop_backend_new instead of
+  examining GDM_RUNTIME_CONF (bsc#1078030).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.DlxCUn/_old  2018-02-03 15:36:40.513702004 +0100
+++ /var/tmp/diff_new_pack.DlxCUn/_new  2018-02-03 15:36:40.513702004 +0100
@@ -84,6 +84,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  tcpd-devel
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-server
 BuildRequires:  xorg-x11-server-extra

++++++ gdm-disable-wayland-on-unsupported-chipsets.patch ++++++
--- /var/tmp/diff_new_pack.DlxCUn/_old  2018-02-03 15:36:40.597698080 +0100
+++ /var/tmp/diff_new_pack.DlxCUn/_new  2018-02-03 15:36:40.597698080 +0100
@@ -168,7 +168,7 @@
          GObject *object;
  
 -        object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
-+        if (!g_file_test (GDM_RUNTIME_CONF, G_FILE_TEST_IS_REGULAR))
++        if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR))
 +                return NULL;
  
 +        object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,


Reply via email to