From c7abc3dab24f96610861fba93b8a835488f08fbc Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Aug 20 2008 13:32:44 +0000 Subject: - Silence incessant atk-bridge spew filling xsession-errors (#459275) --- diff --git a/at-spi-silence-no-event-spew.patch b/at-spi-silence-no-event-spew.patch new file mode 100644 index 0000000..62b6526 --- /dev/null +++ b/at-spi-silence-no-event-spew.patch @@ -0,0 +1,12 @@ +diff -Naurp at-spi-1.23.6.orig/atk-bridge/bridge.c at-spi-1.23.6/atk-bridge/bridge.c +--- at-spi-1.23.6.orig/atk-bridge/bridge.c 2008-08-15 13:23:16.000000000 -0400 ++++ at-spi-1.23.6/atk-bridge/bridge.c 2008-08-15 13:26:15.000000000 -0400 +@@ -470,7 +470,7 @@ spi_atk_bridget_get_dec (void) + + if (BONOBO_EX (&ev)) + { +- g_warning (_("failure: no device event controller found.\n")); ++ DBG (1, g_warning (_("failure: no device event controller found.\n"))); + registry_died = TRUE; + device_event_controller = CORBA_OBJECT_NIL; + } diff --git a/at-spi.spec b/at-spi.spec index b62f310..e9b35f4 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -10,7 +10,7 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.23.6 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://download.gnome.org/sources/at-spi/1.23/%{name}-%{version}.tar.bz2 @@ -38,6 +38,7 @@ BuildRequires: libXevie-devel BuildRequires: libXt-devel Patch1: at-spi-1.21.92-firefoxperf1.patch +Patch2: at-spi-silence-no-event-spew.patch %description at-spi allows assistive technologies to access GTK-based @@ -74,6 +75,7 @@ Python bindings allowing to use at-spi in python programs. %prep %setup -q %patch1 -p0 -b .firefoxperf1 +%patch2 -p1 -b .spew %build @@ -120,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 20 2008 Jarod Wilson - 1.23.6-2 +- Silence incessant atk-bridge spew filling xsession-errors (#459275) + * Mon Aug 4 2008 Matthias Clasen - 1.23.6-1 - Update to 1.23.6