rpms/gnome-session/devel compat-crash.patch, NONE, 1.1 gnome-session.spec, 1.182, 1.183

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Aug 12 14:18:56 UTC 2008


Author: mclasen

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

Modified Files:
	gnome-session.spec 
Added Files:
	compat-crash.patch 
Log Message:
fix a crash


compat-crash.patch:

--- NEW FILE compat-crash.patch ---
diff -up gnome-session-2.23.6/compat/at-spi-registryd-wrapper.c.crash gnome-session-2.23.6/compat/at-spi-registryd-wrapper.c
--- gnome-session-2.23.6/compat/at-spi-registryd-wrapper.c.crash	2008-08-12 10:07:48.000000000 -0400
+++ gnome-session-2.23.6/compat/at-spi-registryd-wrapper.c	2008-08-12 10:10:15.000000000 -0400
@@ -98,7 +98,7 @@ set_gtk_modules (DBusGProxy *gsm)
                 modules[i] = NULL;
 
                 value = g_strjoinv (":", modules);
-                g_strfreev (modules);
+                g_free (modules);
         } else {
                 value = g_strdup ("gail:atk-bridge");
         }


Index: gnome-session.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- gnome-session.spec	7 Aug 2008 04:08:07 -0000	1.182
+++ gnome-session.spec	12 Aug 2008 14:18:26 -0000	1.183
@@ -12,7 +12,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.23.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
 Source1: redhat-default-session
@@ -63,7 +63,10 @@
 Requires(post): GConf2 >= %{gconf2_version}
 Requires(preun): GConf2 >= %{gconf2_version}
 
+# fixed upstream
 Patch0: icon-name.patch
+# fixed upstream
+Patch1: compat-crash.patch
 
 %description
 
@@ -73,6 +76,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .icon-name
+%patch1 -p1 -b .compat-crash
 
 %build
 
@@ -167,6 +171,9 @@
 
 
 %changelog
+* Tue Aug 12 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.6-3
+- Fix a crash in the at-spi-registryd-wrapper
+
 * Thu Aug  7 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.6-2
 - Fix another icon name
 




More information about the fedora-extras-commits mailing list