diff --git a/at-spi2-core-session-management.patch b/at-spi2-core-session-management.patch index b53a709..af0d012 100644 --- a/at-spi2-core-session-management.patch +++ b/at-spi2-core-session-management.patch @@ -104,7 +104,7 @@ index 54aa07f..50e76f4 100644 + 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); diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 1990908..7c66fea 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 27 16:56:37 UTC 2016 - mgorse@suse.com + +- Update at-spi2-core-session-management.patch: fix uninitialized + variable (bsc#984109). + ------------------------------------------------------------------- Thu Jul 14 21:09:36 UTC 2016 - mgorse@suse.com @@ -28,6 +34,12 @@ Sun May 22 19:09:47 UTC 2016 - zaitor@opensuse.org - Update to version 2.20.2: + Fixed an invalid memory access when fetching an accessible. +------------------------------------------------------------------- +Thu Apr 14 12:57:07 UTC 2016 - mgorse@suse.com + +- Update to GNOME 3.20 Fate#318572 +- Drop at-spi2-core-null-event-source.patch: fixed upstream. + ------------------------------------------------------------------- Tue Apr 12 12:15:04 UTC 2016 - zaitor@opensuse.org @@ -254,6 +266,12 @@ Wed Mar 19 09:47:06 UTC 2014 - dimstar@opensuse.org + Fix a crash with MediaElch and Onboard (bgo#726243). + Updated translations. +------------------------------------------------------------------- +Mon Mar 17 16:13:00 UTC 2014 - mgorse@suse.com + +- Add at-spi2-core-null-event-source.patch -- avoid crashing if + an event's source is set to NULL (bgo#726243). + ------------------------------------------------------------------- Tue Mar 4 08:56:12 UTC 2014 - zaitor@opensuse.org