rpms/openoffice.org/FC-6 openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch, NONE, 1.1 openoffice.org.spec, 1.916, 1.917

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 15 13:55:25 UTC 2007


Author: caolanm

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

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/FC-6/openoffice.org.spec,v
retrieving revision 1.916
retrieving revision 1.917
diff -u -r1.916 -r1.917
--- openoffice.org.spec	18 Dec 2006 13:22:22 -0000	1.916
+++ openoffice.org.spec	15 Jan 2007 13:55:23 -0000	1.917
@@ -1,6 +1,6 @@
 %define oootag OOD680
 %define ooomilestone 5
-%define rh_rpm_release 5.10
+%define rh_rpm_release 5.11
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -151,6 +151,7 @@
 Patch83: openoffice.org-2.1.0.ooo70042.wmfoverflow.svtools.patch
 Patch84: openoffice.org-2.1.0.ooo72505.vcl.wrongrole.patch
 Patch85: openoffice.org-2.1.0.ooo69010.sd.undocrash.patch
+Patch86: openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -1036,6 +1037,7 @@
 %patch83 -p1 -b .ooo70042.wmfoverflow.svtools.patch
 %patch84 -p1 -b .ooo72505.vcl.wrongrole.patch
 %patch85 -p1 -b .ooo69010.sd.undocrash.patch
+%patch86 -p1 -b .ooo73481.svx.longnotint32.patch
 
 tar xzf %{SOURCE1}
 
@@ -2561,6 +2563,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Mon Jan 15 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.5.11
+- Resolves: rhbz#222426 add openoffice.org-2.1.0.ooo73481.svx.longnotint32.patch
+
 * Mon Dec 18 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.5.10
 - Resolves: rhbz#219252 add openoffice.org-2.1.0.ooo69010.sd.undocrash.patch 
 




More information about the fedora-cvs-commits mailing list