rpms/openoffice.org/devel openoffice.org-3.2.0.ooo109606.vcl.silencea11y.patch, NONE, 1.1 openoffice.org.spec, 1.2157, 1.2158

Caolan McNamara caolanm at fedoraproject.org
Thu Feb 25 13:53:26 UTC 2010


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.2.0.ooo109606.vcl.silencea11y.patch 
Log Message:
Resolves: rhbz#568335 silence a11y warning

openoffice.org-3.2.0.ooo109606.vcl.silencea11y.patch:
 atkbridge.cxx |    3 ---
 1 file changed, 3 deletions(-)

--- NEW FILE openoffice.org-3.2.0.ooo109606.vcl.silencea11y.patch ---
diff -ru vcl.orig/unx/gtk/a11y/atkbridge.cxx vcl/unx/gtk/a11y/atkbridge.cxx
--- vcl.orig/unx/gtk/a11y/atkbridge.cxx	2010-02-25 13:46:41.000000000 +0000
+++ vcl/unx/gtk/a11y/atkbridge.cxx	2010-02-25 13:47:10.000000000 +0000
@@ -43,10 +43,7 @@
 {
     const char* pVersion = atk_get_toolkit_version();
     if( ! pVersion )
-    {
-        g_warning( "unable to get gail version number" );
         return false;
-    }
     
     unsigned int major, minor, micro;
     


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.2157
retrieving revision 1.2158
diff -u -p -r1.2157 -r1.2158
--- openoffice.org.spec	19 Feb 2010 15:38:24 -0000	1.2157
+++ openoffice.org.spec	25 Feb 2010 13:53:25 -0000	1.2158
@@ -1,6 +1,6 @@
 %define oootag OOO320
 %define ooomilestone 12
-%define rh_rpm_release 7
+%define rh_rpm_release 8
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -141,6 +141,7 @@ Patch65: openoffice.org-3.2.0.ooo95369.s
 Patch66: openoffice.org-3.3.0.ooo109406.sdext.pdfimport.escape-newlines-in-pdf-processor.patch
 Patch67: workspace.koheicsvimport.patch
 Patch68: openoffice.org-3.2.0.ooo108991.redlandfixes.patch
+Patch69: openoffice.org-3.2.0.ooo109606.vcl.silencea11y.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -1709,6 +1710,7 @@ cp -p %{SOURCE5} external/unowinreg/unow
 %patch66 -p1 -b .ooo109406.sdext.pdfimport.escape-newlines-in-pdf-processor.patch
 %patch67 -p1 -b .workspace.koheicsvimport.patch
 %patch68 -p1 -b .ooo108991.redlandfixes.patch
+%patch69 -p1 -b .ooo109606.vcl.silencea11y.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4193,6 +4195,9 @@ fi
 %endif
 
 %changelog
+* Thu Feb 25 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-12.8
+- Resolves: rhbz#568335 silence a11y warning (caolanm)
+
 * Fri Feb 19 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-12.7
 - Resolves: rhbz#564133 [abrt] crash in pdfi::(anonymous
   namespace)::Parser::parseLine (dtardon)



More information about the scm-commits mailing list