rpms/openoffice.org/devel openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch, NONE, 1.1 openoffice.org.spec, 1.992, 1.993

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 15 13:53:24 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch 
Log Message:
Resolves: rhbz#222426 add openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch

openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch:
 source/items/paraitem.cxx     |    0 
 svx/source/items/paraitem.cxx |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch ---
Index: source/items/paraitem.cxx
===================================================================
RCS file: /cvs/graphics/svx/source/items/paraitem.cxx,v
retrieving revision 1.34
diff -u -r1.34 paraitem.cxx
--- openoffice.org.orig/svx/source/items/paraitem.cxx	12 Oct 2006 12:55:21 -0000	1.34
+++ openoffice.org/svx/source/items/paraitem.cxx	15 Jan 2007 13:44:29 -0000
@@ -1071,7 +1071,7 @@
         case MID_STD_TAB:
         {
             const SvxTabStop &rTab = *(GetStart());
-            rVal <<= bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos();
+            rVal <<= static_cast<sal_Int32>(bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos());
             break;
         }
 	}


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -r1.992 -r1.993
--- openoffice.org.spec	11 Jan 2007 15:05:38 -0000	1.992
+++ openoffice.org.spec	15 Jan 2007 13:53:22 -0000	1.993
@@ -1,6 +1,6 @@
 %define oootag OOE680
 %define ooomilestone 6
-%define rh_rpm_release 12
+%define rh_rpm_release 13
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -128,6 +128,7 @@
 Patch60: workspace.impress115.patch
 Patch61: openoffice.org-2.1.0.ooo72349.svx.scriptrange.patch
 Patch62: openoffice.org-2.1.0.ooo73201.sw.a11yloadcrash.patch
+Patch63: openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch
 
 %define instdir %{_libdir}/openoffice.org2.1
 
@@ -1001,6 +1002,7 @@
 %patch60 -p1 -b .workspace.impress115.patch
 %patch61 -p1 -b .ooo72349.svx.scriptrange.patch
 %patch62 -p1 -b .ooo73201.sw.a11yloadcrash.patch
+%patch63 -p1 -b .ooo73481.svx.longnotint32.patch
 
 %if %{langpacks}
 tar xzf %{SOURCE1}
@@ -2587,6 +2589,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Thu Jan 11 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-6.13
+- Resolves: rhbz#222426 add openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch
+
 * Thu Jan 11 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-6.12
 - Resolves: rhbz#216089 if there is no font at all to handle something
 




More information about the fedora-cvs-commits mailing list