From 46ca1cb0356233b7dbc1fd61b8d57678717f95b797028148e6864cd164f06a1d Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 11 Feb 2010 19:32:46 +0000 Subject: [PATCH] checked in (request 32250) OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=115 --- gdm-2.29.5.tar.bz2 | 3 +++ gdm-2.29.6.tar.bz2 | 3 --- gdm-selinux.patch | 8 ++++---- gdm.changes | 13 ------------- gdm.spec | 4 ++-- 5 files changed, 9 insertions(+), 22 deletions(-) create mode 100644 gdm-2.29.5.tar.bz2 delete mode 100644 gdm-2.29.6.tar.bz2 diff --git a/gdm-2.29.5.tar.bz2 b/gdm-2.29.5.tar.bz2 new file mode 100644 index 0000000..95336d9 --- /dev/null +++ b/gdm-2.29.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be227816e2a66fa6ee7f13cdbf7a5ad411632f56f5808c71b897798c4e990c3 +size 2361557 diff --git a/gdm-2.29.6.tar.bz2 b/gdm-2.29.6.tar.bz2 deleted file mode 100644 index c7805a0..0000000 --- a/gdm-2.29.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86d5d8a8410a6f8fc0e9668f1bef4f9b5ced38df9879dd6dd913874f66f9f90f -size 2383006 diff --git a/gdm-selinux.patch b/gdm-selinux.patch index 5056548..0dbf9b9 100644 --- a/gdm-selinux.patch +++ b/gdm-selinux.patch @@ -2,9 +2,9 @@ Index: configure =================================================================== --- configure.orig +++ configure -@@ -31058,7 +31058,7 @@ cat >>confdefs.h <<\_ACEOF - #define HAVE_SELINUX 1 - _ACEOF +@@ -22413,7 +22413,7 @@ fi + + $as_echo "#define HAVE_SELINUX 1" >>confdefs.h - EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux -lattr" + EXTRA_DAEMON_LIBS="$EXTRA_DAEMON_LIBS -lselinux" @@ -15,7 +15,7 @@ Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac -@@ -868,7 +868,7 @@ if test "x$with_selinux" = "xyes" ; then +@@ -859,7 +859,7 @@ if test "x$with_selinux" = "xyes" ; then AC_CHECK_LIB(selinux,setexeccon,/bin/true) AC_CHECK_LIB(selinux,is_selinux_enabled,/bin/true) AC_DEFINE(HAVE_SELINUX, 1, [Define if have selinux]) diff --git a/gdm.changes b/gdm.changes index fd24443..262ed6c 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Wed Jan 27 22:59:57 CET 2010 - vuntz@opensuse.org - -- Update to version 2.29.6: - + Various build fixes - + Crash fix in layout detection - + Crash fix in session list detection - + Remove timeout for interacting with PAM - + Fix compile with --no-as-needed - + Add debug message if system lacks fonts - + Disable switch user item if user switching won't work -- Rebase gdm-selinux.patch. - ------------------------------------------------------------------- Sun Jan 17 22:52:01 CET 2010 - vuntz@opensuse.org diff --git a/gdm.spec b/gdm.spec index 1b080eb..435d890 100644 --- a/gdm.spec +++ b/gdm.spec @@ -1,5 +1,5 @@ # -# spec file for package gdm (Version 2.29.6) +# spec file for package gdm (Version 2.29.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -41,7 +41,7 @@ BuildRequires: xorg-x11-server-extra BuildRequires: zenity License: GPLv2+ Group: System/GUI/GNOME -Version: 2.29.6 +Version: 2.29.5 Release: 1 Summary: The GNOME 2.x Display Manager Source: %{name}-%{version}.tar.bz2