rpms/xulrunner/devel xulrunner-gtk-include.patch, NONE, 1.1 xulrunner.spec, 1.164, 1.165

Jan Horak xhorak at fedoraproject.org
Wed Jul 15 15:20:08 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2151

Modified Files:
	xulrunner.spec 
Added Files:
	xulrunner-gtk-include.patch 
Log Message:
Added patch to compile agains latest GTK

xulrunner-gtk-include.patch:

--- NEW FILE xulrunner-gtk-include.patch ---
diff -up mozilla-1.9.1/widget/src/gtk2/nsNativeKeyBindings.cpp.gtk mozilla-1.9.1/widget/src/gtk2/nsNativeKeyBindings.cpp
--- mozilla-1.9.1/widget/src/gtk2/nsNativeKeyBindings.cpp.gtk	2009-07-15 14:23:24.000000000 +0200
+++ mozilla-1.9.1/widget/src/gtk2/nsNativeKeyBindings.cpp	2009-07-15 14:23:29.000000000 +0200
@@ -42,7 +42,7 @@
 #include "nsGtkKeyUtils.h"
 #include "nsGUIEvent.h"
 
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
 #include <gtk/gtktextview.h>
 #include <gtk/gtkbindings.h>
 #include <gtk/gtkmain.h>


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -p -r1.164 -r1.165
--- xulrunner.spec	13 Jul 2009 09:00:28 -0000	1.164
+++ xulrunner.spec	15 Jul 2009 15:19:38 -0000	1.165
@@ -29,6 +29,7 @@ Patch1:         mozilla-build.patch
 Patch2:         mozilla-191-path.patch
 Patch3:         mozilla-jemalloc.patch
 Patch4:         mozilla-about-firefox-version.patch
+Patch5:         xulrunner-gtk-include.patch
 
 # Fedora specific patches
 Patch10:        mozilla-191-pkgconfig.patch
@@ -151,6 +152,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ver
 %patch2  -p1 -b .path
 %patch3  -p1 -b .jemalloc
 %patch4  -p1 -b .about-firefox-version
+%patch5  -p1 -b .gtk-include
 
 %patch10 -p1 -b .pk
 
@@ -452,6 +454,7 @@ fi
 %changelog
 * Mon Jul 13 2009 Jan Horak <jhorak at redhat.com> - 1.9.1-3
 - Fixed wrong version of Firefox when loading 'about:' as location
+- Added patch to compile against latest GTK
 
 * Tue Jun 30 2009 Yanko Kaneti <yaneti at declera.com> - 1.9.1-2
 - Build using system hunspell




More information about the fedora-extras-commits mailing list