rpms/openoffice.org/devel openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch, NONE, 1.1 openoffice.org.spec, 1.1523, 1.1524

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jun 3 15:54:42 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16145

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch 
Log Message:
add openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch

openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch:

--- NEW FILE openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch ---
Index: unx/source/gdi/salgdi3.cxx
===================================================================
RCS file: /cvs/gsl/vcl/unx/source/gdi/salgdi3.cxx,v
retrieving revision 1.154
diff -u -r1.154 salgdi3.cxx
--- openoffice.org.orig/vcl/unx/source/gdi/salgdi3.cxx	11 Apr 2008 09:55:12 -0000	1.154
+++ openoffice.org/vcl/unx/source/gdi/salgdi3.cxx	3 Jun 2008 15:52:06 -0000
@@ -944,7 +950,7 @@
     Display* pDisplay = GetXDisplay();
 
     cairo_surface_t *surface = rCairo.xlib_surface_create_with_xrender_format (pDisplay,
-        hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, 1, 1);
+        hDrawable_, DefaultScreenOfDisplay(pDisplay), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16);
 
     /*
      * It might be ideal to cache surface and cairo context between calls and


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1523
retrieving revision 1.1524
diff -u -r1.1523 -r1.1524
--- openoffice.org.spec	3 Jun 2008 15:28:35 -0000	1.1523
+++ openoffice.org.spec	3 Jun 2008 15:53:59 -0000	1.1524
@@ -133,6 +133,7 @@
 Patch57: openoffice.org-2.3.0.oooXXXXX.odk.3layer.patch
 Patch58: openoffice.org-3.0.0.ooo90037.vcl.cairotransforms.patch
 Patch59: openoffice.org-3.0.0.ooo90178.tools.fixmacro.patch
+Patch60: openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1269,6 +1270,7 @@
 %patch57 -p1 -b .oooXXXXX.odk.3layer.patch
 %patch58 -p1 -b .ooo90037.vcl.cairotransforms.patch
 %patch59 -p1 -b .ooo90178.tools.fixmacro.patch
+%patch60 -p1 -b .oooXXXXX.vcl.cairomaxclip.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3427,6 +3429,7 @@
 %changelog
 * Tue Jun 03 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.15-2
 - add openoffice.org-3.0.0.ooo90178.tools.fixmacro.patch
+- add openoffice.org-3.0.0.oooXXXXX.vcl.cairomaxclip.patch
 
 * Tue Jun 03 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.15-1
 - next version




More information about the fedora-extras-commits mailing list