Hello community,

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

Package is "at-spi2-core"

Fri Mar  8 13:28:54 2019 rev:82 rq:681624 version:2.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes        
2018-10-17 08:20:37.490881071 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new.28833/at-spi2-core.changes     
2019-03-08 13:28:56.206988181 +0100
@@ -1,0 +2,7 @@
+Mon Mar  4 21:44:27 UTC 2019 - mgo...@suse.com
+
+- Update to version 2.30.1:
+  + Fix atspi_table_cell_get_(row|column)_header_cells
+    (bsc#1127792).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ at-spi2-core.spec ++++++
--- /var/tmp/diff_new_pack.prnjPR/_old  2019-03-08 13:28:56.938988054 +0100
+++ /var/tmp/diff_new_pack.prnjPR/_new  2019-03-08 13:28:56.942988053 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package at-spi2-core
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           at-spi2-core
-Version:        2.30.0
+Version:        2.30.1
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:        GPL-2.0-or-later

++++++ at-spi2-core-2.30.0.tar.xz -> at-spi2-core-2.30.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.30.0/NEWS new/at-spi2-core-2.30.1/NEWS
--- old/at-spi2-core-2.30.0/NEWS        2018-09-03 22:50:10.000000000 +0200
+++ new/at-spi2-core-2.30.1/NEWS        2019-03-04 20:41:49.000000000 +0100
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.30.1:
+
+* Fix atspi_table_cell_get_(row|column)_headers.
+
 What's new in at-spi2-core 2.29.1:
 
 * Add dbus-broker support to bus launcher.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.30.0/atspi/atspi-table-cell.c 
new/at-spi2-core-2.30.1/atspi/atspi-table-cell.c
--- old/at-spi2-core-2.30.0/atspi/atspi-table-cell.c    2018-09-03 
22:50:10.000000000 +0200
+++ new/at-spi2-core-2.30.1/atspi/atspi-table-cell.c    2019-03-04 
20:41:49.000000000 +0100
@@ -34,7 +34,7 @@
   if (!reply)
     return NULL;
 
-  if (strcmp (dbus_message_get_signature (reply), "(so)") != 0)
+  if (strcmp (dbus_message_get_signature (reply), "a(so)") != 0)
   {
     dbus_message_unref (reply);
     return NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.30.0/meson.build 
new/at-spi2-core-2.30.1/meson.build
--- old/at-spi2-core-2.30.0/meson.build 2018-09-03 22:50:10.000000000 +0200
+++ new/at-spi2-core-2.30.1/meson.build 2019-03-04 20:41:49.000000000 +0100
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.29.1',
+        version: '2.30.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


Reply via email to