rpms/openoffice.org/F-12 openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch, NONE, 1.1 openoffice.org.spec, 1.2019, 1.2020

Caolan McNamara caolanm at fedoraproject.org
Sat Oct 17 15:45:55 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11269/F-12

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch 
Log Message:
Resolves: ooo#105988 a11y crash in impress

openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch:
 unoshtxt.cxx |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch ---
--- svx/source/unodraw/unoshtxt.cxx	2008-06-06 13:36:51.000000000 +0100
+++ svx/source/unodraw/unoshtxt.cxx	2009-10-17 16:42:38.000000000 +0100
@@ -350,6 +350,8 @@
 
 void SvxTextEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint )
 {
+    acquire();
+
 	const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint );
 	const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint );
 
@@ -444,6 +446,8 @@
 				break;
         }
     }
+
+    release();
 }
 
 /* this is a callback from the attached SdrObject when it is actually deleted */


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/openoffice.org.spec,v
retrieving revision 1.2019
retrieving revision 1.2020
diff -u -p -r1.2019 -r1.2020
--- openoffice.org.spec	15 Oct 2009 08:10:03 -0000	1.2019
+++ openoffice.org.spec	17 Oct 2009 15:45:54 -0000	1.2020
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 19
-%define rh_rpm_release 12
+%define rh_rpm_release 13
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -163,6 +163,7 @@ Patch86: openoffice.org-3.1.1.oooXXXXXX.
 Patch87: workspace.aw073.patch
 Patch88: workspace.vcl106.patch
 Patch89: openoffice.org-3.1.1.oooXXXXXX.vcl.sniffscriptforsubs.patch
+Patch90: openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1712,6 +1713,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch87 -p0 -b .workspace.aw073.patch
 %patch88 -p0 -b .workspace.vcl106.patch
 %patch89 -p0 -b .oooXXXXXX.vcl.sniffscriptforsubs.patch
+%patch90 -p0 -b .ooo105988.svx.a11ycrash.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4245,6 +4247,9 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Sat Oct 17 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.13-UNBUILT
+- Resolves: ooo#105988 a11y crash in impress
+
 * Thu Oct 15 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.12
 - Resolves: rhbz#528409 [si_LK] Default font in oowriter is not
   Language Default (LKLUG), but DejaVu Sans (dtardon)




More information about the fedora-extras-commits mailing list