rpms/openoffice.org/FC-6 openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch, NONE, 1.1 openoffice.org.spec, 1.928, 1.929

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 22 13:04:32 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch 
Log Message:
add openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch

openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch:
 numhead.cxx |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch ---
--- openoffice.org.orig/svtools/source/numbers/numhead.cxx	2006-09-17 17:20:40.000000000 +0200
+++ openoffice.org/svtools/source/numbers/numhead.cxx	2007-02-22 13:05:26.000000000 +0100
@@ -236,7 +236,7 @@ ImpSvNumMultipleWriteHeader::~ImpSvNumMu
 	{
 		nDataSize = nDataEnd - nDataPos;
 		ULONG nPos = rStream.Tell();
-		rStream.Seek(nDataPos-sizeof(ULONG));
+		rStream.Seek(nDataPos-sizeof(sal_uInt32));
 		rStream << nDataSize;								// Groesse am Anfang eintragen
 		rStream.Seek(nPos);
 	}


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/FC-6/openoffice.org.spec,v
retrieving revision 1.928
retrieving revision 1.929
diff -u -r1.928 -r1.929
--- openoffice.org.spec	12 Feb 2007 14:12:52 -0000	1.928
+++ openoffice.org.spec	22 Feb 2007 13:04:30 -0000	1.929
@@ -1,6 +1,6 @@
 %define oootag OOD680
 %define ooomilestone 5
-%define rh_rpm_release 5.11
+%define rh_rpm_release 5.12
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -160,6 +160,7 @@
 Patch92: workspace.fwk55.patch
 Patch93: openoffice.org-2.2.0.rh228002.escape.shell.patch
 Patch94: openoffice.org-2.2.0.ooo74451.sw.typemismatch.patch
+Patch95: openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -1054,6 +1055,7 @@
 %patch92 -p1 -b .workspace.fwk55.patch
 %patch93 -p1 -b .rh228002.escape.shell.patch
 %patch94 -p1 -b .ooo74451.sw.typemismatch.patch
+%patch95 -p1 -b .ooo74771.svtools.binfilter.patch
 
 tar xzf %{SOURCE1}
 
@@ -2579,6 +2581,9 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Thu Feb 22 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-5.5.12
+- add openoffice.org-2.2.0.ooo74771.svtools.binfilter.patch
+
 * Fri Feb 09 2007 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
 - Resolves: rhbz#224230 mark sofficerc as config file




More information about the fedora-cvs-commits mailing list