rpms/gdm/F-8 gdm.spec,1.319,1.320

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Tue Jun 24 00:39:40 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30192

Modified Files:
	gdm.spec 
Log Message:
- Attempt to fix crash with non-utf8 usernames (bug 452567)



Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-8/gdm.spec,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- gdm.spec	24 Apr 2008 14:01:50 -0000	1.319
+++ gdm.spec	24 Jun 2008 00:38:51 -0000	1.320
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.20.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -68,6 +68,9 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=383051
 Patch45: gdm-2.20.3-cap-user-list-length.patch
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=452567
+Patch46: gdm-2.20.5-fix-non-utf8.patch
+
 Patch100: gdm-2.20.2-change-defaults.patch
 Patch101: stupid-bullets.patch
 
@@ -158,6 +161,7 @@
 %patch43 -p1 -b .keymouselistener-segfault
 %patch44 -p1 -b .tcp-wrappers
 %patch45 -p1 -b .cap-user-list-length
+%patch46 -p1 -b .fix-non-utf8
 
 %patch100 -p1 -b .change-defaults
 %patch101 -p1 -b .stupid-bullets
@@ -372,6 +376,9 @@
 %{_datadir}/pixmaps/faces/extras/*.jpg
 
 %changelog
+* Mon Jun 23 2008 Ray Strode <rstrode at redhat.com> - 1:2.20.5-2
+- Attempt to fix crash with non-utf8 usernames (bug 452567)
+
 * Thu Apr 24 2008 Ray Strode <rstrode at redhat.com> - 1:2.20.5-1
 - update to 2.20.5 (may help with 372151)
 




More information about the fedora-extras-commits mailing list