rpms/openoffice.org/devel openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch, NONE, 1.1 openoffice.org.spec, 1.1965, 1.1966

Caolan McNamara caolanm at fedoraproject.org
Mon Jul 20 08:47:40 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9567/devel

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch 
Log Message:
Resolves: rhbz#512355 add openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patc

openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch:
 cairo_canvashelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch ---
Avoid subpixel clipping for cairocanvas. nobody is expecting this.

From: Thorsten Behrens <thb at openoffice.org>


---

 canvas/source/cairo/cairo_canvashelper.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git canvas/source/cairo/cairo_canvashelper.cxx canvas/source/cairo/cairo_canvashelper.cxx
index 3b3571a..9684b8d 100644
--- canvas/source/cairo/cairo_canvashelper.cxx
+++ canvas/source/cairo/cairo_canvashelper.cxx
@@ -888,7 +888,7 @@ namespace cairocanvas
 		    nY = aP.getY();
 		    cairo_matrix_transform_point( &aOrigMatrix, &nX, &nY );
 
- 		    if( ! bIsBezier && bIsRectangle ) {
+ 		    if( ! bIsBezier && (bIsRectangle || aOperation == Clip) ) {
                 nX = basegfx::fround( nX );
                 nY = basegfx::fround( nY );
 		    }


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1965
retrieving revision 1.1966
diff -u -p -r1.1965 -r1.1966
--- openoffice.org.spec	18 Jul 2009 09:30:36 -0000	1.1965
+++ openoffice.org.spec	20 Jul 2009 08:47:39 -0000	1.1966
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 15
-%define rh_rpm_release 2
+%define rh_rpm_release 3
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -153,6 +153,7 @@ Patch75: workspace.cmcfixes60.patch
 Patch76: openoffice.org-3.1.0.ooo92645.oox.msxmldecryptimpl.patch
 Patch77: workspace.vcl103.patch
 Patch78: openoffice.org-3.1.0.ooo103451.svx.64bit.patch
+Patch79: openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1663,6 +1664,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch76 -p0 -b .ooo92645.oox.msxmldecryptimpl.patch
 %patch77 -p0 -b .workspace.vcl103.patch
 %patch78 -p0 -b .ooo103451.svx.64bit.patch
+%patch79 -p0 -b .ooo103651.canvas.nosubpixel.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4172,6 +4174,9 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Mon Jul 20 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-15.3
+- Resolves: rhbz#512355 add openoffice.org-3.1.0.ooo103651.canvas.nosubpixel.patch
+
 * Thu Jul 16 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-15.2
 - add workspace.vcl103.patch
 - mythes-hu available




More information about the fedora-extras-commits mailing list