Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2013-07-16 14:06:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-29 
19:36:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes     
2013-07-16 14:06:50.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jul  8 22:19:33 UTC 2013 - [email protected]
+
+- Update to version 2.9.4:
+  + Fix a deadlock for apps that also register AT-SPI key event
+    listeners (ie, the Orca preferences dialog works again).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.D0GtXI/_old  2013-07-16 14:06:51.000000000 +0200
+++ /var/tmp/diff_new_pack.D0GtXI/_new  2013-07-16 14:06:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           at-spi2-atk
-Version:        2.9.3
+Version:        2.9.4
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - GTK+ module
 License:        LGPL-2.0+
@@ -28,7 +28,7 @@
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(atk) >= 2.7.5
-BuildRequires:  pkgconfig(atspi-2) >= 2.9.3
+BuildRequires:  pkgconfig(atspi-2) >= 2.9.4
 BuildRequires:  pkgconfig(dbus-1) >= 1.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.0.0

++++++ at-spi2-atk-2.9.3.tar.xz -> at-spi2-atk-2.9.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.3/NEWS new/at-spi2-atk-2.9.4/NEWS
--- old/at-spi2-atk-2.9.3/NEWS  2013-06-17 23:02:02.000000000 +0200
+++ new/at-spi2-atk-2.9.4/NEWS  2013-07-08 23:36:36.000000000 +0200
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.9.4:
+
+* Fix a deadlock for apps that also register AT-SPI key event listeners
+  (ie, the Orca preferences dialog works again).
+
 What's new in at-spi2-atk 2.9.3:
 
 * Fix for BGO#681276 (reentrancy issues with gnome-shell).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.3/atk-adaptor/event.c 
new/at-spi2-atk-2.9.4/atk-adaptor/event.c
--- old/at-spi2-atk-2.9.3/atk-adaptor/event.c   2013-06-16 20:58:00.000000000 
+0200
+++ new/at-spi2-atk-2.9.4/atk-adaptor/event.c   2013-07-01 21:26:35.000000000 
+0200
@@ -67,6 +67,7 @@
   if (spi_global_app_data->server)
     atspi_dbus_server_setup_with_g_main (spi_global_app_data->server, cnx);
   atspi_dbus_connection_setup_with_g_main (spi_global_app_data->bus, cnx);
+  atspi_set_main_context (cnx);
   for (list = spi_global_app_data->direct_connections; list; list = list->next)
     atspi_dbus_connection_setup_with_g_main (list->data, cnx);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.9.3/configure 
new/at-spi2-atk-2.9.4/configure
--- old/at-spi2-atk-2.9.3/configure     2013-06-17 23:29:43.000000000 +0200
+++ new/at-spi2-atk-2.9.4/configure     2013-07-08 23:36:58.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.3.
+# Generated by GNU Autoconf 2.69 for at-spi2-atk 2.9.4.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='at-spi2-atk'
 PACKAGE_TARNAME='at-spi2-atk'
-PACKAGE_VERSION='2.9.3'
-PACKAGE_STRING='at-spi2-atk 2.9.3'
+PACKAGE_VERSION='2.9.4'
+PACKAGE_STRING='at-spi2-atk 2.9.4'
 PACKAGE_BUGREPORT='[email protected]'
 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.3 to adapt to many kinds of systems.
+\`configure' configures at-spi2-atk 2.9.4 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.3:";;
+     short | recursive ) echo "Configuration of at-spi2-atk 2.9.4:";;
    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.3
+at-spi2-atk configure 2.9.4
 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.3, which was
+It was created by at-spi2-atk $as_me 2.9.4, 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.3'
+ VERSION='2.9.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11923,12 +11923,12 @@
     pkg_cv_ATSPI_CFLAGS="$ATSPI_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"atspi-2 >= 2.9.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "atspi-2 >= 2.9.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"atspi-2 >= 2.9.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "atspi-2 >= 2.9.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_ATSPI_CFLAGS=`$PKG_CONFIG --cflags "atspi-2 >= 2.9.3" 2>/dev/null`
+  pkg_cv_ATSPI_CFLAGS=`$PKG_CONFIG --cflags "atspi-2 >= 2.9.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -11940,12 +11940,12 @@
     pkg_cv_ATSPI_LIBS="$ATSPI_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"atspi-2 >= 2.9.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "atspi-2 >= 2.9.3") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"atspi-2 >= 2.9.4\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "atspi-2 >= 2.9.4") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_ATSPI_LIBS=`$PKG_CONFIG --libs "atspi-2 >= 2.9.3" 2>/dev/null`
+  pkg_cv_ATSPI_LIBS=`$PKG_CONFIG --libs "atspi-2 >= 2.9.4" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -11966,14 +11966,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               ATSPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "atspi-2 >= 2.9.3" 2>&1`
+               ATSPI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "atspi-2 >= 2.9.4" 2>&1`
         else
-               ATSPI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"atspi-2 >= 2.9.3" 2>&1`
+               ATSPI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"atspi-2 >= 2.9.4" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$ATSPI_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (atspi-2 >= 2.9.3) were not met:
+       as_fn_error $? "Package requirements (atspi-2 >= 2.9.4) were not met:
 
 $ATSPI_PKG_ERRORS
 
@@ -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.3, which was
+This file was extended by at-spi2-atk $as_me 2.9.4, 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.3
+at-spi2-atk config.status 2.9.4
 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.3/configure.ac 
new/at-spi2-atk-2.9.4/configure.ac
--- old/at-spi2-atk-2.9.3/configure.ac  2013-06-17 23:29:38.000000000 +0200
+++ new/at-spi2-atk-2.9.4/configure.ac  2013-07-08 23:36:44.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.9.3], 
[[email protected]])
+AC_INIT([at-spi2-atk], [2.9.4], 
[[email protected]])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
@@ -55,7 +55,7 @@
 AC_SUBST(ATK_LIBS)
 AC_SUBST(ATK_CFLAGS)
 
-PKG_CHECK_MODULES(ATSPI, [atspi-2 >= 2.9.3])
+PKG_CHECK_MODULES(ATSPI, [atspi-2 >= 2.9.4])
 AC_SUBST(ATSPI_LIBS)
 AC_SUBST(ATSPI_CFLAGS)
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to