Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2019-03-08 13:28:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-atk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-atk"

Fri Mar  8 13:28:59 2019 rev:78 rq:681625 version:2.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2018-10-17 
08:12:49.371090623 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new.28833/at-spi2-atk.changes       
2019-03-08 13:29:00.894987363 +0100
@@ -1,0 +2,6 @@
+Mon Mar  4 22:11:31 UTC 2019 - [email protected]
+
+- Update to version 2.30.1:
+  + Fix crash retrieving table cell headers (bsc#1127792)..
+
+-------------------------------------------------------------------

Old:
----
  at-spi2-atk-2.30.0.tar.xz

New:
----
  at-spi2-atk-2.30.1.tar.xz

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

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.sZia8h/_old  2019-03-08 13:29:01.494987259 +0100
+++ /var/tmp/diff_new_pack.sZia8h/_new  2019-03-08 13:29:01.494987259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at-spi2-atk
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           at-spi2-atk
-Version:        2.30.0
+Version:        2.30.1
 Release:        0
 Summary:        GTK+ module for the Assistive Technology Service Provider 
Interface
 License:        LGPL-2.0-or-later

++++++ at-spi2-atk-2.30.0.tar.xz -> at-spi2-atk-2.30.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.30.0/NEWS new/at-spi2-atk-2.30.1/NEWS
--- old/at-spi2-atk-2.30.0/NEWS 2018-09-03 23:29:05.000000000 +0200
+++ new/at-spi2-atk-2.30.1/NEWS 2019-03-04 20:44:43.000000000 +0100
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.30.1:
+
+* Fix crash retrieving table cell headers.
+
 What's new in at-spi2-atk 2.29.1:
 
 * Fix a case where we could return without unlocking a mutex (bgo#793625).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/at-spi2-atk-2.30.0/atk-adaptor/adaptors/table-cell-adaptor.c 
new/at-spi2-atk-2.30.1/atk-adaptor/adaptors/table-cell-adaptor.c
--- old/at-spi2-atk-2.30.0/atk-adaptor/adaptors/table-cell-adaptor.c    
2018-09-03 23:29:05.000000000 +0200
+++ new/at-spi2-atk-2.30.1/atk-adaptor/adaptors/table-cell-adaptor.c    
2019-03-04 20:44:43.000000000 +0100
@@ -61,7 +61,7 @@
   }
   dbus_message_iter_close_container (&iter, &iter_array);
   g_ptr_array_unref (array);
-  return message;
+  return reply;
 }
 
 static DBusMessage *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.30.0/meson.build 
new/at-spi2-atk-2.30.1/meson.build
--- old/at-spi2-atk-2.30.0/meson.build  2018-09-03 23:29:05.000000000 +0200
+++ new/at-spi2-atk-2.30.1/meson.build  2019-03-04 20:44:43.000000000 +0100
@@ -1,5 +1,5 @@
 project('at-spi2-atk', 'c',
-        version: '2.29.1',
+        version: '2.30.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


Reply via email to