Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2013-08-16 12:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-atk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2013-07-16 
14:06:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes     
2013-08-16 12:27:56.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 30 07:04:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.5:
+  + Fix another crash when we're initialized and shut down
+    repeatedly.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.8TJM4X/_old  2013-08-16 12:27:56.000000000 +0200
+++ /var/tmp/diff_new_pack.8TJM4X/_new  2013-08-16 12:27:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           at-spi2-atk
-Version:        2.9.4
+Version:        2.9.5
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - GTK+ module
 License:        LGPL-2.0+

++++++ at-spi2-atk-2.9.4.tar.xz -> at-spi2-atk-2.9.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.4/NEWS new/at-spi2-atk-2.9.5/NEWS
--- old/at-spi2-atk-2.9.4/NEWS  2013-07-08 23:36:36.000000000 +0200
+++ new/at-spi2-atk-2.9.5/NEWS  2013-07-29 23:40:36.000000000 +0200
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.9.5:
+
+* Fix another crash when we're initialized and shut down repeatedly.
+
 What's new in at-spi2-atk 2.9.4:
 
 * Fix a deadlock for apps that also register AT-SPI key event listeners
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.4/atk-adaptor/bridge.c 
new/at-spi2-atk-2.9.5/atk-adaptor/bridge.c
--- old/at-spi2-atk-2.9.4/atk-adaptor/bridge.c  2013-05-14 19:50:48.000000000 
+0200
+++ new/at-spi2-atk-2.9.5/atk-adaptor/bridge.c  2013-07-09 19:38:38.000000000 
+0200
@@ -106,7 +106,7 @@
   DBusMessage *reply = dbus_pending_call_steal_reply (pending);
   DBusMessageIter iter, iter_array, iter_struct;
 
-  if (!reply)
+  if (!reply || !spi_global_app_data)
     goto done;
 
   if (strcmp (dbus_message_get_signature (reply), "a(ss)") != 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.4/configure 
new/at-spi2-atk-2.9.5/configure
--- old/at-spi2-atk-2.9.4/configure     2013-07-08 23:36:58.000000000 +0200
+++ new/at-spi2-atk-2.9.5/configure     2013-07-30 00:55:11.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for at-spi2-atk 2.9.4.
+# Generated by GNU Autoconf 2.69 for at-spi2-atk 2.9.5.
 #
 # Report bugs to <accessibility-at...@lists.linux-foundation.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='at-spi2-atk'
 PACKAGE_TARNAME='at-spi2-atk'
-PACKAGE_VERSION='2.9.4'
-PACKAGE_STRING='at-spi2-atk 2.9.4'
+PACKAGE_VERSION='2.9.5'
+PACKAGE_STRING='at-spi2-atk 2.9.5'
 PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org'
 PACKAGE_URL=''
 
@@ -1355,7 +1355,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures at-spi2-atk 2.9.4 to adapt to many kinds of systems.
+\`configure' configures at-spi2-atk 2.9.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1425,7 +1425,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of at-spi2-atk 2.9.4:";;
+     short | recursive ) echo "Configuration of at-spi2-atk 2.9.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-at-spi2-atk configure 2.9.4
+at-spi2-atk configure 2.9.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1831,7 +1831,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by at-spi2-atk $as_me 2.9.4, which was
+It was created by at-spi2-atk $as_me 2.9.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2675,7 +2675,7 @@
 
 # Define the identity of the package.
  PACKAGE='at-spi2-atk'
- VERSION='2.9.4'
+ VERSION='2.9.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12810,7 +12810,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by at-spi2-atk $as_me 2.9.4, which was
+This file was extended by at-spi2-atk $as_me 2.9.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12876,7 +12876,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-at-spi2-atk config.status 2.9.4
+at-spi2-atk config.status 2.9.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.4/configure.ac 
new/at-spi2-atk-2.9.5/configure.ac
--- old/at-spi2-atk-2.9.4/configure.ac  2013-07-08 23:36:44.000000000 +0200
+++ new/at-spi2-atk-2.9.5/configure.ac  2013-07-30 00:55:00.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.9.4], 
[accessibility-at...@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.9.5], 
[accessibility-at...@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to