rpms/gnome-mag/devel gnome-mag-0.14.5-use-windows.patch, NONE, 1.1 gnome-mag.spec, 1.43, 1.44

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jun 4 22:48:12 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-mag/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25755

Modified Files:
	gnome-mag.spec 
Added Files:
	gnome-mag-0.14.5-use-windows.patch 
Log Message:
fix the build


gnome-mag-0.14.5-use-windows.patch:

--- NEW FILE gnome-mag-0.14.5-use-windows.patch ---
--- gnome-mag-0.14.5/magnifier/x11/gmag-graphical-server.c.use-windows	2007-06-04 18:40:44.000000000 -0400
+++ gnome-mag-0.14.5/magnifier/x11/gmag-graphical-server.c	2007-06-04 18:40:50.000000000 -0400
@@ -418,7 +418,7 @@ gmag_gs_events_handler (GIOChannel *sour
  * window override-redirect.
  */
 #ifndef HAVE_OVERLAY
-	if (use_windows && mag_window) {
+	if (mag_window) {
 		XRaiseWindow (dpy, mag_window);
 	}
 #endif /* HAVE_OVERLAY */


Index: gnome-mag.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-mag/devel/gnome-mag.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- gnome-mag.spec	4 Jun 2007 20:29:21 -0000	1.43
+++ gnome-mag.spec	4 Jun 2007 22:47:09 -0000	1.44
@@ -8,6 +8,7 @@
 Group: Desktop/Accessibility
 URL: http://www.gnome.org/
 Source0: http://download.gnome.org/sources/gnome-mag/0.14/%{name}-%{version}.tar.bz2
+Patch0: gnome-mag-0.14.5-use-windows.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: intltool
 BuildRequires: libX11-devel, libXtst-devel, libXdamage-devel
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .use-windows
 
 %build
 %configure




More information about the fedora-extras-commits mailing list