rpms/gdm/devel gdm-2.25.2-multistack-but-boring.patch, 1.10, 1.11 gdm.spec, 1.458, 1.459

Ray Strode rstrode at fedoraproject.org
Fri Mar 20 19:17:53 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9948

Modified Files:
	gdm-2.25.2-multistack-but-boring.patch gdm.spec 
Log Message:
- Fix problem in keyboard layout selector (483195)


gdm-2.25.2-multistack-but-boring.patch:

Index: gdm-2.25.2-multistack-but-boring.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm-2.25.2-multistack-but-boring.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gdm-2.25.2-multistack-but-boring.patch	18 Mar 2009 21:23:41 -0000	1.10
+++ gdm-2.25.2-multistack-but-boring.patch	20 Mar 2009 19:17:50 -0000	1.11
@@ -3455,7 +3455,7 @@
 +                conversation = (GdmSessionConversation *) value;
 +
 +                send_dbus_string_signal (conversation, "SetLayoutName",
-+                                         get_language_name (impl));
++                                         get_layout_name (impl));
 +        }
  }
  


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -r1.458 -r1.459
--- gdm.spec	19 Mar 2009 21:20:43 -0000	1.458
+++ gdm.spec	20 Mar 2009 19:17:51 -0000	1.459
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.26.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -350,6 +350,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Fri Mar 20 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.0-6
+- Fix problem in keyboard layout selector (483195)
+
 * Thu Mar 19 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.0-5
 - Use gethostname() _properly_ instead of g_get_host_name() when writing
   out xauth files, because the hostname may change out from




More information about the fedora-extras-commits mailing list