Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Fri Sep 9 11:07:30 CEST 2011.



--------
--- GNOME/at-spi2-core/at-spi2-core.changes     2011-07-26 09:30:51.000000000 
+0200
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes      
2011-09-06 08:45:26.000000000 +0200
@@ -1,0 +2,34 @@
+Tue Sep  6 06:09:38 UTC 2011 - [email protected]
+
+- Update to version 2.1.91:
+  + Fixed a crash when deregistering event listeners.
+  + Made DBus IsEnabled property readwrite.
+- Add at-spi2-core-missing-return.patch: add missing returns to fix
+  build.
+
+-------------------------------------------------------------------
+Wed Aug 31 10:55:38 CEST 2011 - [email protected]
+
+- Update to version 2.1.90:
+  + Fixed a memory leak on DBus errors.
+  + Added org.a11y.Status.IsEnabled (currently a read-only
+    property) to the bus launcher.
+  + Clean up device listeners from disconnected applications.
+  + bgo#656004: atspi_accessible_get_relation_set returns a GArray
+    again.
+  + bgo#657585: Do not crash when the bus launcher is unable to
+    open the X display.
+  + Numerous documentation fixes.
+
+-------------------------------------------------------------------
+Tue Aug 16 04:31:57 CEST 2011 - [email protected]
+
+- Update to version 2.1.5:
+  + Propertly free DBus error in atspi_accessible_get_process_id.
+  + Clean up names of some private functions.
+  + Move DBus interface name constants into atspi-constants.h and
+    make public.
+  + Remove support for relocated CORBA.
+  + bgo#655127: Python crash for atspi_accessible_get_relation_set.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  at-spi2-core-2.1.4.tar.bz2

New:
----
  at-spi2-core-2.1.91.tar.bz2
  at-spi2-core-missing-return.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ at-spi2-core.spec ++++++
--- /var/tmp/diff_new_pack.CuzVrm/_old  2011-09-09 11:07:26.000000000 +0200
+++ /var/tmp/diff_new_pack.CuzVrm/_new  2011-09-09 11:07:26.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           at-spi2-core
-Version:        2.1.4
+Version:        2.1.91
 Release:        1
 Summary:        Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:        GPLv2+
@@ -26,6 +26,8 @@
 Url:            http://www.gnome.org/
 Source0:        
http://download.gnome.org/sources/at-spi2-core/2.1/%{name}-%{version}.tar.bz2
 Source99:       %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM at-spi2-core-missing-return.patch bgo#658337 
[email protected] -- Missing returns
+Patch0:         at-spi2-core-missing-return.patch
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -68,11 +70,10 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh

++++++ at-spi2-core-2.1.4.tar.bz2 -> at-spi2-core-2.1.91.tar.bz2 ++++++
++++ 12352 lines of diff (skipped)

++++++ at-spi2-core-missing-return.patch ++++++
commit 2634b72b59d18699353514348059c7d31aaf154c
Author: Vincent Untz <[email protected]>
Date:   Tue Sep 6 08:21:22 2011 +0200

    Fix missing return statements
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658337

diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 369998a..334258c 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -205,6 +205,8 @@ ensure_a11y_bus (A11yBusLauncher *app)
   close (app->pipefd[0]);
   close (app->pipefd[1]);
   app->state = A11Y_BUS_STATE_ERROR;
+
+  return FALSE;
 }
 
 static void
@@ -487,6 +489,8 @@ get_desktop_schema ()
     if (!strcmp (schemas[i], "org.gnome.desktop.interface"))
       return g_settings_new (schemas[i]);
   }
+
+  return NULL;
 }
 
 static void

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to