rpms/xchat/F-7 xc282-fixtrayzombies.diff, NONE, 1.1 xchat.spec, 1.66, 1.67

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 31 13:34:27 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4603/F-7

Modified Files:
	xchat.spec 
Added Files:
	xc282-fixtrayzombies.diff 
Log Message:
Apply xc282-fixtrayzombies.diff from upstream.

xc282-fixtrayzombies.diff:

--- NEW FILE xc282-fixtrayzombies.diff ---
#
# Fix defunc processes created by opening tray balloons
#
--- xchat-2.8.2/src/fe-gtk/plugin-tray.c	20 May 2007 11:08:03 -0000	1.21
+++ xchat-2.8.2p1/src/fe-gtk/plugin-tray.c	31 May 2007 13:12:19 -0000
@@ -148,7 +148,7 @@
 		argv[5] = title;
 		argv[6] = text = strip_color (text, -1, STRIP_ALL);
 		argv[7] = NULL;
-		util_execv (argv);
+		xchat_execv (argv);
 		g_free ((char *)path);
 		free ((char *)text);
 	}


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/F-7/xchat.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- xchat.spec	30 May 2007 03:49:33 -0000	1.66
+++ xchat.spec	31 May 2007 13:33:34 -0000	1.67
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.2
-Release:   5%{?dist}
+Release:   6%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -12,6 +12,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Patches 0-9 reserved for official xchat.org patches
+# Fix defunct processes created by opening tray balloons
+Patch0: xc282-fixtrayzombies.diff
 
 Patch10: xchat-2.8.2-desktop.patch
 Patch12: xchat-1.8.7-use-sysconf-to-detect-cpus.patch
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %patch10 -p1 -b .desktop-file
 %patch12 -p0 -b .use-sysconf-to-detect-cpus
@@ -145,6 +148,9 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Thu May 31 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-6
+- apply xc282-fixtrayzombies.diff from upstream
+
 * Wed May 30 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-5
 - remove Requires: gtkspell as gtkspell is not currently being used
 




More information about the fedora-extras-commits mailing list