SHA256
1
0
forked from pool/gdm
OBS User unknown 2007-07-17 09:54:33 +00:00 committed by Git OBS Bridge
parent 97b6386d7c
commit 6ea6a16420
3 changed files with 21 additions and 1 deletions

11
gdm-2.19.3.diff Normal file
View File

@ -0,0 +1,11 @@
--- gui/gdmcommon.c.orig 2007-07-17 09:59:20.000000000 +0200
+++ gui/gdmcommon.c 2007-07-17 09:59:54.000000000 +0200
@@ -399,7 +399,7 @@ gdm_common_text_to_escaped_utf8 (const c
while ((*p != '\0') &&
!g_utf8_validate (p, -1, &q)) {
p = (gchar *) q;
- p = '?';
+ *p = '?';
p++;
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 17 10:05:32 CEST 2007 - coolo@suse.de
- fix pointer arithmetic
-------------------------------------------------------------------
Mon Jul 16 23:38:11 CEST 2007 - mauro@suse.de

View File

@ -22,7 +22,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.19.3
Release: 1
Release: 2
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@ -32,6 +32,7 @@ Source3: SuSEconfig.gdm
Source4: init.earlygdm
Source5: sysconfig.displaymanager-gdm
Patch: gdm-conf.patch
Patch1: %{name}-%{version}.diff
Patch2: gdm-bash-profile.patch
Patch3: gdm-language-dialog-size.patch
Patch4: gdm-logdir.patch
@ -78,6 +79,7 @@ Authors:
%prep
%setup
%patch1
gnome-patch-translation-prepare
#%patch -p1
#%patch2 -p1
@ -224,6 +226,8 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
%endif
%changelog
* Tue Jul 17 2007 - coolo@suse.de
- fix pointer arithmetic
* Mon Jul 16 2007 - mauro@suse.de
- Update to version 2.19.3
- Clean up of the not applicable patches.