rpms/xchat/devel xchat-2.8.4-shm-pixmaps.patch, 1.1, 1.2 xchat.spec, 1.85, 1.86

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Jan 19 06:04:44 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12436/devel

Modified Files:
	xchat-2.8.4-shm-pixmaps.patch xchat.spec 
Log Message:
* Sat Jan 19 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.4-11
- fix bug in xchat-2.8.4-shm-pixmaps.patch (Adam Jackson, #429218)

xchat-2.8.4-shm-pixmaps.patch:

Index: xchat-2.8.4-shm-pixmaps.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat-2.8.4-shm-pixmaps.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xchat-2.8.4-shm-pixmaps.patch	20 Dec 2007 23:41:24 -0000	1.1
+++ xchat-2.8.4-shm-pixmaps.patch	19 Jan 2008 06:04:14 -0000	1.2
@@ -10,7 +10,7 @@
 +have_shm_pixmaps(Display *dpy)
 +{
 +    static int checked = 0, major, minor;
-+    Bool have = FALSE;
++    static Bool have = FALSE;
 +
 +    if (!checked) {
 +	XShmQueryVersion(dpy, &major, &minor, &have);


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- xchat.spec	3 Jan 2008 14:47:17 -0000	1.85
+++ xchat.spec	19 Jan 2008 06:04:14 -0000	1.86
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.4
-Release:   10%{?dist}
+Release:   11%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPLv2+
@@ -162,6 +162,9 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Sat Jan 19 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.4-11
+- fix bug in xchat-2.8.4-shm-pixmaps.patch (Adam Jackson, #429218)
+
 * Thu Jan  3 2008 Christopher Aillon <caillon at redhat.com> 1:2.8.4-10
 - Rebuild
 




More information about the fedora-extras-commits mailing list