rpms/openoffice.org/devel openoffice.org-2.0.3.ooo68532.vcl.needpointerarithmetic.patch, NONE, 1.1 openoffice.org.spec, 1.829, 1.830

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 11 10:09:25 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4188

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.3.ooo68532.vcl.needpointerarithmetic.patch 
Log Message:
rh#202165# print to ps png x86_64 fix

openoffice.org-2.0.3.ooo68532.vcl.needpointerarithmetic.patch:
 unx/source/gdi/pspgraphics.cxx     |    0 
 vcl/unx/source/gdi/pspgraphics.cxx |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.0.3.ooo68532.vcl.needpointerarithmetic.patch ---
Index: unx/source/gdi/pspgraphics.cxx
===================================================================
RCS file: /cvs/gsl/vcl/unx/source/gdi/pspgraphics.cxx,v
retrieving revision 1.18
diff -u -r1.18 pspgraphics.cxx
--- openoffice.org.orig/vcl/unx/source/gdi/pspgraphics.cxx	19 Apr 2006 13:56:59 -0000	1.18
+++ openoffice.org/vcl/unx/source/gdi/pspgraphics.cxx	11 Aug 2006 10:03:36 -0000
@@ -63,7 +63,7 @@
 
     FncGetPixel			mpFncGetPixel;
     Scanline			mpScanAccess;
-    sal_Int32			mnScanOffset;
+    sal_PtrDiff			mnScanOffset;
 
     sal_uInt32			ColorOf (BitmapColor& rColor) const;
     sal_uInt8			GrayOf  (BitmapColor& rColor) const;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.829
retrieving revision 1.830
diff -u -r1.829 -r1.830
--- openoffice.org.spec	10 Aug 2006 14:47:14 -0000	1.829
+++ openoffice.org.spec	11 Aug 2006 10:09:08 -0000	1.830
@@ -133,6 +133,7 @@
 Patch65: openoffice.org-2.0.3.ooo68048.vcl.imsurroundtext.patch
 Patch66: openoffice.org-2.0.3.ooo68339.vcl.maskingtoomanybytes.patch
 Patch67: openoffice.org-2.0.3.ooo68383.evo28support.patch
+Patch68: openoffice.org-2.0.3.ooo68532.vcl.needpointerarithmetic.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -1001,6 +1002,7 @@
 %patch65 -p1 -b .ooo68048.vcl.imsurroundtext.patch
 %patch66 -p1 -b .ooo68339.vcl.maskingtoomanybytes.patch
 %patch67 -p1 -b .ooo68383.evo28support.patch
+%patch68 -p1 -b .ooo68532.vcl.needpointerarithmetic.patch
 
 tar xzf %{SOURCE1}
 




More information about the fedora-cvs-commits mailing list