Accepting request 45899 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gdm via accept of submit request 45899 revision 6. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/45899 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=137
This commit is contained in:
parent
31fea01914
commit
ddac525abe
@ -1,7 +1,8 @@
|
||||
diff -upr gdm-2.21.9-pre/common/gdm-common.c gdm-2.21.9-post/common/gdm-common.c
|
||||
--- gdm-2.21.9-pre/common/gdm-common.c 2008-03-28 18:18:23.000000000 -0600
|
||||
+++ gdm-2.21.9-post/common/gdm-common.c 2008-03-28 18:35:03.000000000 -0600
|
||||
@@ -57,10 +57,12 @@ gdm_is_version_unstable (void)
|
||||
Index: gdm-2.31.90/common/gdm-common.c
|
||||
===================================================================
|
||||
--- gdm-2.31.90.orig/common/gdm-common.c
|
||||
+++ gdm-2.31.90/common/gdm-common.c
|
||||
@@ -68,10 +68,12 @@ gdm_is_version_unstable (void)
|
||||
void
|
||||
gdm_set_fatal_warnings_if_unstable (void)
|
||||
{
|
||||
@ -13,4 +14,4 @@ diff -upr gdm-2.21.9-pre/common/gdm-common.c gdm-2.21.9-post/common/gdm-common.c
|
||||
+#endif
|
||||
}
|
||||
|
||||
int
|
||||
gboolean
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e8ff63fbc1932d524166c363d8cff7fc40785caed6b086533edfa3572ef84aa
|
||||
size 2378650
|
3
gdm-2.31.90.tar.bz2
Normal file
3
gdm-2.31.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90bbef4b6361ac41de18544e4eb4547087b72e9817cb3804457db4fc65d71b58
|
||||
size 2473664
|
@ -2,9 +2,9 @@ Index: configure
|
||||
===================================================================
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -31058,7 +31058,7 @@ cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_SELINUX 1
|
||||
_ACEOF
|
||||
@@ -22287,7 +22287,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
|
||||
@@ -873,7 +873,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])
|
||||
|
15
gdm.changes
15
gdm.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 18 10:13:35 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.31.90:
|
||||
+ Port to upower
|
||||
+ Don't stomp on $LANGUAGE environment variable
|
||||
+ Don't show markup in UI
|
||||
+ Fix cancel button
|
||||
+ Reask user for password a few times, before failing
|
||||
+ Load users asynchronously
|
||||
+ Handle EINTR on getpw* calls
|
||||
+ Translation updates
|
||||
- Replace DeviceKit-power-devel BuildRequires with
|
||||
libupower-glib-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 05:18:29 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
6
gdm.spec
6
gdm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gdm (Version 2.31.2)
|
||||
# spec file for package gdm (Version 2.31.90)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,6 @@
|
||||
|
||||
|
||||
Name: gdm
|
||||
BuildRequires: DeviceKit-power-devel
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gconf2-devel
|
||||
@ -30,6 +29,7 @@ BuildRequires: intltool
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libupower-glib-devel
|
||||
BuildRequires: libxklavier-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pwdutils
|
||||
@ -41,7 +41,7 @@ BuildRequires: xorg-x11-server-extra
|
||||
BuildRequires: zenity
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.31.2
|
||||
Version: 2.31.90
|
||||
Release: 1
|
||||
Summary: The GNOME 2.x Display Manager
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user