rpms/openoffice.org/devel openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch, NONE, 1.1 openoffice.org.spec, 1.1980, 1.1981

Caolan McNamara caolanm at fedoraproject.org
Mon Aug 17 11:08:12 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch 
Log Message:
add openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch

openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch:
 xmlnumfi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch ---
--- xmloff/source/style/xmlnumfi.cxx.orig	2009-08-17 12:01:14.000000000 +0100
+++ xmloff/source/style/xmlnumfi.cxx	2009-08-17 12:01:17.000000000 +0100
@@ -2144,7 +2144,7 @@
     if ( nTokLen > nBufLen )
     	return sal_False;
 
-	sal_Int32 nStartPos = nTokLen - nBufLen;
+	sal_Int32 nStartPos = nBufLen - nTokLen;
 	for ( xub_StrLen nTokPos = 0; nTokPos < nTokLen; nTokPos++ )
 		if ( rToken.GetChar( nTokPos ) != rBuffer.charAt( nStartPos + nTokPos ) )
 			return sal_False;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1980
retrieving revision 1.1981
diff -u -p -r1.1980 -r1.1981
--- openoffice.org.spec	13 Aug 2009 11:17:29 -0000	1.1980
+++ openoffice.org.spec	17 Aug 2009 11:08:12 -0000	1.1981
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 18
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -153,6 +153,7 @@ Patch75: workspace.vcl103.patch
 Patch76: workspace.cmcfixes61.patch
 Patch77: workspace.os132.patch
 Patch78: openoffice.org-3.1.1.oooXXXXX.dmake.patch
+Patch79: openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1691,6 +1692,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch76 -p0 -b .workspace.cmcfixes61.patch
 %patch77 -p0 -b .workspace.os132.patch
 %patch78 -p0 -b .oooXXXXX.dmake.patch
+%patch79 -p0 -b .ooo104280.xmloff.lcl_IsAtEnd.wrong.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4200,6 +4202,9 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Mon Aug 17 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-18.2
+- add openoffice.org-3.1.0.ooo104280.xmloff.lcl_IsAtEnd.wrong.patch
+
 * Fri Aug 07 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-18.1
 - Resolves: rhbz#516011 keep help .xsl files as non-docs
 - latest milestone




More information about the fedora-extras-commits mailing list