rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch, NONE, 1.1 openoffice.org.spec, 1.1494, 1.1495

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Jun 12 10:08:05 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12974

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch 
Log Message:
Resolves: rhbz#450661 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch

openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch:

--- NEW FILE openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch ---
Index: source/filter/ww8/ww8par6.cxx
===================================================================
RCS file: /cvs/sw/sw/source/filter/ww8/ww8par6.cxx,v
retrieving revision 1.185
diff -u -r1.185 ww8par6.cxx
--- openoffice.org.orig/sw/source/filter/ww8/ww8par6.cxx	6 Jun 2008 13:38:29 -0000	1.185
+++ openoffice.org/sw/source/filter/ww8/ww8par6.cxx	12 Jun 2008 09:41:28 -0000
@@ -910,7 +910,7 @@
     if (aNewSection.maSep.nfcPgn > 4)
         aNewSection.maSep.nfcPgn = 0;
 
-    aNewSection.maSep.fUnlocked = eVer <= ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006), 0 ) : 0;
+    aNewSection.maSep.fUnlocked = eVer > ww::eWW2 ? ReadBSprm(pSep, (eVer <= ww::eWW7 ? 139 : 0x3006), 0 ) : 0;
 
     // sprmSFBiDi
     aNewSection.maSep.fBiDi = eVer >= ww::eWW8 ? ReadBSprm(pSep, 0x3228, 0) : 0;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1494
retrieving revision 1.1495
diff -u -r1.1494 -r1.1495
--- openoffice.org.spec	12 Jun 2008 08:59:01 -0000	1.1494
+++ openoffice.org.spec	12 Jun 2008 10:05:23 -0000	1.1495
@@ -158,6 +158,7 @@
 Patch85: openoffice.org-3.0.0.ooo87970.vcl.samenamesubs.patch
 Patch86: openoffice.org-3.0.0.ooo90037.vcl.cairotransforms.patch
 Patch87: openoffice.org-3.0.0.ooo82545.np_sdk.x86_64.patch
+Patch88: openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1130,6 +1131,7 @@
 %patch85 -p1 -b .ooo87970.vcl.samenamesubs.patch
 %patch86 -p1 -b .ooo90037.vcl.cairotransforms.patch
 %patch87 -p1 -b .ooo82545.np_sdk.x86_64.patch
+%patch88 -p1 -b .ooo90306.sw.wrongprotection.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2920,6 +2922,7 @@
 %changelog
 * Thu Jun 12 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.4-UNRELEASED
 - fix vertical glyphs
+- Resolves: rhbz#450661 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
 
 * Fri Jun 06 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.3
 - remove pointless "register" dialog request




More information about the fedora-extras-commits mailing list