Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2013-09-11 11:04:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes        
2013-08-30 17:15:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2013-09-11 11:05:00.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Sep  2 22:26:51 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.9.91:
+  + Fix a performance issue when running for a long time without a
+    main loop, such as with a dogtail script (bgo#701145).
+  + Remove an unneeded unref that was causing a warning
+    (bgo#706893).
+  + Skip some functions that were not introspectable (bgo#707010).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ at-spi2-core.spec ++++++
--- /var/tmp/diff_new_pack.6JQM4K/_old  2013-09-11 11:05:01.000000000 +0200
+++ /var/tmp/diff_new_pack.6JQM4K/_new  2013-09-11 11:05:01.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           at-spi2-core
-Version:        2.9.90
+Version:        2.9.91
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:        GPL-2.0+

++++++ at-spi2-core-2.9.90.tar.xz -> at-spi2-core-2.9.91.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/NEWS new/at-spi2-core-2.9.91/NEWS
--- old/at-spi2-core-2.9.90/NEWS        2013-08-19 23:50:35.000000000 +0200
+++ new/at-spi2-core-2.9.91/NEWS        2013-09-02 21:01:37.000000000 +0200
@@ -1,3 +1,12 @@
+What's new in at-spi2-core 2.9.91:
+
+* Fix a performance issue when running for a long time without a main
+  loop, such as with a dogtail script (BGO#701145).
+
+* Remove an unneeded unref that was causing a warning (BGO#706893).
+
+* Skip some functions that were not introspectable (BGO#707010).
+
 What's new in at-spi2-core 2.9.90:
 
 * Separate out X-dependent functionality, allow building without X11 (albeit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/atspi/atspi-accessible.c 
new/at-spi2-core-2.9.91/atspi/atspi-accessible.c
--- old/at-spi2-core-2.9.90/atspi/atspi-accessible.c    2013-07-03 
18:49:34.000000000 +0200
+++ new/at-spi2-core-2.9.91/atspi/atspi-accessible.c    2013-09-02 
17:11:14.000000000 +0200
@@ -672,7 +672,6 @@
       if (root)
       {
         g_object_unref (obj);
-        g_object_unref (parent);
         if (atspi_accessible_get_role (root, NULL) == ATSPI_ROLE_DESKTOP_FRAME)
         {
           g_object_unref (root);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/atspi/atspi-event-listener.c 
new/at-spi2-core-2.9.91/atspi/atspi-event-listener.c
--- old/at-spi2-core-2.9.90/atspi/atspi-event-listener.c        2013-07-15 
20:14:58.000000000 +0200
+++ new/at-spi2-core-2.9.91/atspi/atspi-event-listener.c        2013-09-02 
17:11:14.000000000 +0200
@@ -617,7 +617,7 @@
 }
 
 /**
- * atspi_event_listener_register_no_data:
+ * atspi_event_listener_register_no_data: (skip)
  * @callback: (scope notified): the #AtspiEventListenerSimpleCB to be
  *            registered against an event type.
  * @callback_destroyed: A #GDestroyNotify called when the callback is 
destroyed.
@@ -752,7 +752,7 @@
 }
 
 /**
- * atspi_event_listener_deregister_no_data:
+ * atspi_event_listener_deregister_no_data: (skip)
  * @callback: (scope call): the #AtspiEventListenerSimpleCB registered against
  *            an event type.
  * @event_type: a string specifying the event type for which this
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/atspi/atspi-private.h 
new/at-spi2-core-2.9.91/atspi/atspi-private.h
--- old/at-spi2-core-2.9.90/atspi/atspi-private.h       2013-05-14 
23:43:39.000000000 +0200
+++ new/at-spi2-core-2.9.91/atspi/atspi-private.h       2013-09-02 
19:03:11.000000000 +0200
@@ -25,6 +25,7 @@
 #ifndef _ATSPI_PRIVATE_H_
 #define _ATSPI_PRIVATE_H_
 
+#include <config.h>
 #include "atspi-device-listener-private.h"
 #include "atspi-event-listener-private.h"
 #include "atspi-matchrule-private.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/configure 
new/at-spi2-core-2.9.91/configure
--- old/at-spi2-core-2.9.90/configure   2013-08-19 23:50:56.000000000 +0200
+++ new/at-spi2-core-2.9.91/configure   2013-09-02 21:02:28.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-core 2.9.90.
+# Generated by GNU Autoconf 2.69 for at-spi2-core 2.9.91.
 #
 # Report bugs to <accessibility-at...@lists.linux-foundation.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='at-spi2-core'
 PACKAGE_TARNAME='at-spi2-core'
-PACKAGE_VERSION='2.9.90'
-PACKAGE_STRING='at-spi2-core 2.9.90'
+PACKAGE_VERSION='2.9.91'
+PACKAGE_STRING='at-spi2-core 2.9.91'
 PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org'
 PACKAGE_URL=''
 
@@ -1438,7 +1438,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-core 2.9.90 to adapt to many kinds of systems.
+\`configure' configures at-spi2-core 2.9.91 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1512,7 +1512,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of at-spi2-core 2.9.90:";;
+     short | recursive ) echo "Configuration of at-spi2-core 2.9.91:";;
    esac
   cat <<\_ACEOF
 
@@ -1649,7 +1649,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-at-spi2-core configure 2.9.90
+at-spi2-core configure 2.9.91
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2018,7 +2018,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-core $as_me 2.9.90, which was
+It was created by at-spi2-core $as_me 2.9.91, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2862,7 +2862,7 @@
 
 # Define the identity of the package.
  PACKAGE='at-spi2-core'
- VERSION='2.9.90'
+ VERSION='2.9.91'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15197,7 +15197,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-core $as_me 2.9.90, which was
+This file was extended by at-spi2-core $as_me 2.9.91, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15263,7 +15263,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-core config.status 2.9.90
+at-spi2-core config.status 2.9.91
 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-core-2.9.90/configure.ac 
new/at-spi2-core-2.9.91/configure.ac
--- old/at-spi2-core-2.9.90/configure.ac        2013-08-19 23:50:41.000000000 
+0200
+++ new/at-spi2-core-2.9.91/configure.ac        2013-09-02 19:52:44.000000000 
+0200
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.9.90], 
[accessibility-at...@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.9.91], 
[accessibility-at...@lists.linux-foundation.org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/dbind/dbind.c 
new/at-spi2-core-2.9.91/dbind/dbind.c
--- old/at-spi2-core-2.9.90/dbind/dbind.c       2013-07-10 22:06:37.000000000 
+0200
+++ new/at-spi2-core-2.9.91/dbind/dbind.c       2013-09-02 19:03:11.000000000 
+0200
@@ -68,10 +68,21 @@
   const char *destination = dbus_message_get_destination (message);
   struct timeval tv;
   DBusMessage *ret;
+  static gboolean in_dispatch = FALSE;
 
   if (unique_name && destination &&
       strcmp (destination, unique_name) != 0)
-    return dbus_connection_send_with_reply_and_block (bus, message, 
dbind_timeout, error);
+    {
+      ret = dbus_connection_send_with_reply_and_block (bus, message,
+                                                       dbind_timeout, error);
+      if (g_main_depth () == 0 && !in_dispatch)
+      {
+        in_dispatch = TRUE;
+        while (dbus_connection_dispatch (bus) == DBUS_DISPATCH_DATA_REMAINS);
+        in_dispatch = FALSE;
+      }
+      return ret;
+    }
 
   closure = g_new0 (SpiReentrantCallClosure, 1);
   closure->reply = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/po/LINGUAS 
new/at-spi2-core-2.9.91/po/LINGUAS
--- old/at-spi2-core-2.9.90/po/LINGUAS  2013-05-22 22:21:57.000000000 +0200
+++ new/at-spi2-core-2.9.91/po/LINGUAS  2013-09-02 17:11:14.000000000 +0200
@@ -20,6 +20,7 @@
 fi
 fr
 fur
+ga
 gl
 gu
 he
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-core-2.9.90/po/ga.po 
new/at-spi2-core-2.9.91/po/ga.po
--- old/at-spi2-core-2.9.90/po/ga.po    1970-01-01 01:00:00.000000000 +0100
+++ new/at-spi2-core-2.9.91/po/ga.po    2013-09-02 17:11:14.000000000 +0200
@@ -0,0 +1,24 @@
+# Irish translations for at-spi2-core package.
+# Copyright (C) 2013 Free Software Foundation, Inc.
+# This file is distributed under the same license as the at-spi2-core package.
+# Seán de Búrca <leftmost...@gmail.com>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: at-spi2-core.master\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-08-26 03:17-0600\n"
+"PO-Revision-Date: 2013-08-26 03:19-0600\n"
+"Last-Translator: Seán de Búrca <leftmost...@gmail.com>\n"
+"Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
+"Language: ga\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
+"4;\n"
+
+#: ../atspi/atspi-component.c:313 ../atspi/atspi-misc.c:1085
+#: ../atspi/atspi-value.c:111
+msgid "The application no longer exists"
+msgstr "Níl an feidhmchlár ann a thuilleadh"

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

Reply via email to