Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2016-08-03 11:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes        
2016-07-27 16:06:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2016-08-03 11:42:23.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 27 16:56:37 UTC 2016 - [email protected]
+
+- Update at-spi2-core-session-management.patch: fix uninitialized
+  variable (bsc#984109).
+
+-------------------------------------------------------------------
@@ -31,0 +38,6 @@
+Thu Apr 14 12:57:07 UTC 2016 - [email protected]
+
+- Update to GNOME 3.20  Fate#318572
+- Drop at-spi2-core-null-event-source.patch: fixed upstream.
+
+-------------------------------------------------------------------
@@ -255,0 +268,6 @@
+
+-------------------------------------------------------------------
+Mon Mar 17 16:13:00 UTC 2014 - [email protected]
+
+- Add at-spi2-core-null-event-source.patch -- avoid crashing if
+  an event's source is set to NULL (bgo#726243).

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

Other differences:
------------------
++++++ at-spi2-core-session-management.patch ++++++
--- /var/tmp/diff_new_pack.LIeAB6/_old  2016-08-03 11:42:24.000000000 +0200
+++ /var/tmp/diff_new_pack.LIeAB6/_new  2016-08-03 11:42:24.000000000 +0200
@@ -104,7 +104,7 @@
 +  A11yBusLauncher *app = user_data;
 +      GVariant   *values;
 +      GError     *error = NULL;
-+        gboolean is_running;
++        gboolean is_running = FALSE;
 +
 +      proxy = G_DBUS_PROXY (source_object);
 +      values = g_dbus_proxy_call_finish (proxy, res, &error);


Reply via email to