rpms/xchat/devel xchat.spec,1.94,1.95

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Mon Jul 14 21:19:57 UTC 2008


Author: kkofler

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

Modified Files:
	xchat.spec 
Log Message:
- don't #define GTK_DISABLE_DEPRECATED (fixes built against current GTK+)


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- xchat.spec	14 Jul 2008 20:40:51 -0000	1.94
+++ xchat.spec	14 Jul 2008 21:18:55 -0000	1.95
@@ -76,6 +76,8 @@
 %patch40 -p1 -b .shm-pixmaps
 %patch41 -p1 -b .default-utf8
 
+sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c
+
 %build
 # Remove CVS files from source dirs so they're not installed into doc dirs.
 find . -name CVS -type d | xargs rm -rf
@@ -164,6 +166,7 @@
 %changelog
 * Mon Jul 14 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-2
 - apply xc286-smallfixes.diff from upstream
+- don't #define GTK_DISABLE_DEPRECATED (fixes built against current GTK+)
 
 * Sun Jun 15 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-1
 - update to 2.8.6




More information about the fedora-extras-commits mailing list