rpms/xchat/devel xchat-2.4.4-unrealize.patch, NONE, 1.1 xchat.spec, 1.38, 1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 17 19:05:20 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/xchat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9043

Modified Files:
	xchat.spec 
Added Files:
	xchat-2.4.4-unrealize.patch 
Log Message:
Fix a bug that leads to occasional crashes


xchat-2.4.4-unrealize.patch:
 xtext.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE xchat-2.4.4-unrealize.patch ---
--- xchat-2.4.4/src/fe-gtk/xtext.c.unrealize	2005-08-17 14:53:54.719272000 -0400
+++ xchat-2.4.4/src/fe-gtk/xtext.c	2005-08-17 14:54:16.680288000 -0400
@@ -911,6 +911,8 @@
 {
 	backend_deinit (GTK_XTEXT (widget));
 
+	gdk_window_set_user_data (widget->window, NULL);
+
 	if (parent_class->unrealize)
 		(* GTK_WIDGET_CLASS (parent_class)->unrealize) (widget);
 }


Index: xchat.spec
===================================================================
RCS file: /cvs/dist/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- xchat.spec	16 Aug 2005 05:49:14 -0000	1.38
+++ xchat.spec	17 Aug 2005 19:05:05 -0000	1.39
@@ -8,7 +8,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.4.4
-Release:   2
+Release:   3
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -24,6 +24,8 @@
 Patch30: xchat-2.4.4-multiline-messages.patch
 Patch32: xchat-2.4.3-lib64.patch
 Patch33: xchat-2.4.3-im_context_filter_keypress.patch
+# filed as 1262423 in the xchat bug tracker
+Patch34: xchat-2.4.4-unrealize.patch
 
 BuildRequires: perl python-devel openssl-devel pkgconfig
 # Added for bugzilla bug #91676 - ./configure indicates these versions or
@@ -51,6 +53,7 @@
 %patch30 -p1 -b .multiline-messages
 %patch32 -p1 -b .lib64
 %patch33 -p1 -b .im_context_filter_keypress
+%patch34 -p1 -b .unrealize
 
 %build
 # Remove CVS files from source dirs so they're not installed into doc dirs.
@@ -112,6 +115,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Aug 17 2005 Matthias Clasen <mclasen at redhat.com> 1:2.4.4-3
+- Fix a bug that could lead to occasional crashes
+
 * Mon Aug 15 2005 Christopher Aillon <caillon at redhat.com> 1:2.4.4-2
 - Rebuild
 




More information about the fedora-cvs-commits mailing list