rpms/gnome-session/devel gnome-session-2.19.4-atspi-timeout.patch, NONE, 1.1 .cvsignore, 1.38, 1.39 gnome-session.spec, 1.124, 1.125 sources, 1.38, 1.39 gnome-session-2.17.91-atspi-timeout.patch, 1.1, NONE

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Jun 17 23:09:58 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gnome-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31682

Modified Files:
	.cvsignore gnome-session.spec sources 
Added Files:
	gnome-session-2.19.4-atspi-timeout.patch 
Removed Files:
	gnome-session-2.17.91-atspi-timeout.patch 
Log Message:
update patches


gnome-session-2.19.4-atspi-timeout.patch:

--- NEW FILE gnome-session-2.19.4-atspi-timeout.patch ---
--- gnome-session-2.19.4/gnome-session/gsm-at-startup.c.timeout	2007-06-17 18:21:51.000000000 -0400
+++ gnome-session-2.19.4/gnome-session/gsm-at-startup.c	2007-06-17 19:00:54.000000000 -0400
@@ -65,13 +65,15 @@ gsm_assistive_registry_start (void)
 
      gdk_window_set_events (w, GDK_PROPERTY_CHANGE_MASK);
      gsm_exec_command_line_async (command, NULL);
+#if 0
      gdk_window_add_filter (w, gsm_assistive_filter_watch, &tid);
      tid = g_timeout_add_seconds (5, gsm_assistive_filter_timeout, NULL);    
-
+#endif    
      gtk_main ();
 
+#if 0
      gdk_window_remove_filter (w, gsm_assistive_filter_watch, &tid);
-
+#endif
      g_free (command);
 }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-session/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	4 Jun 2007 19:58:49 -0000	1.38
+++ .cvsignore	17 Jun 2007 23:09:23 -0000	1.39
@@ -1 +1 @@
-gnome-session-2.19.3.tar.bz2
+gnome-session-2.19.4.tar.bz2


Index: gnome-session.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- gnome-session.spec	4 Jun 2007 19:58:49 -0000	1.124
+++ gnome-session.spec	17 Jun 2007 23:09:23 -0000	1.125
@@ -1,6 +1,6 @@
 %define esound_version 0.2.26
 %define libgnomeui_version 2.3.0
-%define gtk2_version 2.3.1
+%define gtk2_version 2.11.3
 %define dbus_glib_version 0.70
 %define dbus_version 0.90
 %define gnome_keyring_version 0.5.1
@@ -11,7 +11,7 @@
 
 Summary: GNOME session manager
 Name: gnome-session
-Version: 2.19.3
+Version: 2.19.4
 Release: 1%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2
@@ -52,7 +52,7 @@
 Patch13: gnome-session-2.17.5-window-manager.patch
 
 # don't pop up the dialog as it can take longer than 5 seconds
-Patch20: gnome-session-2.17.91-atspi-timeout.patch
+Patch20: gnome-session-2.19.4-atspi-timeout.patch
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=411506
 #Patch21: gnome-session-2.17.91-use-gdm-at-hints-3.patch
@@ -190,6 +190,9 @@
 %{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
 
 %changelog
+* Sun Jun 17 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.4-1
+- Update to 2.19.4
+
 * Mon Jun  4 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.3-1
 - Update to 2.19.3
 - Drop upstreamed patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-session/devel/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sources	4 Jun 2007 19:58:49 -0000	1.38
+++ sources	17 Jun 2007 23:09:23 -0000	1.39
@@ -1 +1 @@
-20bdbfca2ef05b0ab93417ee617b0cb1  gnome-session-2.19.3.tar.bz2
+3a70b7ee6bee47dbeb935b28c00a7205  gnome-session-2.19.4.tar.bz2


--- gnome-session-2.17.91-atspi-timeout.patch DELETED ---




More information about the fedora-extras-commits mailing list