This commit is contained in:
parent
c2e35369f5
commit
ddd7b494a5
13
gdm-trunk-string-literal-cmp.patch
Normal file
13
gdm-trunk-string-literal-cmp.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: gui/gdmdynamic.c
|
||||
===================================================================
|
||||
--- gui/gdmdynamic.c (revision 4590)
|
||||
+++ gui/gdmdynamic.c (working copy)
|
||||
@@ -153,7 +153,7 @@ main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* process remaining option arguments for -l */
|
||||
- if (command == GDM_SUP_ATTACHED_SERVERS)
|
||||
+ if (command != NULL && strcmp (command, GDM_SUP_ATTACHED_SERVERS) == 0)
|
||||
for (; optind<argc; optind++)
|
||||
params = argv[optind];
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 01:11:33 CET 2007 - hpj@suse.de
|
||||
|
||||
- Add gdm-trunk-string-literal-cmp.patch. Fixes #233655.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 15:40:16 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
6
gdm.spec
6
gdm.spec
@ -25,7 +25,7 @@ License: GNU General Public License (GPL)
|
||||
Group: System/GUI/GNOME
|
||||
Autoreqprov: on
|
||||
Version: 2.16.1
|
||||
Release: 55
|
||||
Release: 57
|
||||
Summary: The GNOME 2.x Display Manager
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: gdm.pamd
|
||||
@ -55,6 +55,7 @@ Patch28: gdm-X_SERVER.patch
|
||||
Patch29: gdm-gdmsetup.patch
|
||||
Patch30: gdm-conf-custom-sysconfig.patch
|
||||
Patch31: gdm-bufferoverrun.patch
|
||||
Patch32: gdm-trunk-string-literal-cmp.patch
|
||||
URL: http://www.gnome.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Docdir: %{_defaultdocdir}
|
||||
@ -105,6 +106,7 @@ gnome-patch-translation-prepare
|
||||
%patch29
|
||||
%patch30
|
||||
%patch31 -p1
|
||||
%patch32
|
||||
gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
@ -228,6 +230,8 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
|
||||
%dir /usr/share/xsessions
|
||||
|
||||
%changelog -n gdm
|
||||
* Wed Feb 14 2007 - hpj@suse.de
|
||||
- Add gdm-trunk-string-literal-cmp.patch. Fixes #233655.
|
||||
* Mon Feb 12 2007 - sbrabec@suse.cz
|
||||
- Fixed reversed interpretation of
|
||||
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN (221350#c11).
|
||||
|
Loading…
x
Reference in New Issue
Block a user