Hello community, here is the log from the commit of package at-spi2-atk for openSUSE:Factory checked in at Sun Oct 2 09:48:50 CEST 2011.
-------- --- openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes 2011-09-23 01:52:07.000000000 +0200 +++ /mounts/work_src_done/STABLE/at-spi2-atk/at-spi2-atk.changes 2011-09-27 08:59:54.000000000 +0200 @@ -1,0 +2,20 @@ +Tue Sep 27 06:59:31 UTC 2011 - [email protected] + +- Update to version 2.2.0: + + bgo#658013: Attach the timeout for a key listener to the + appropriate main loop context. + +------------------------------------------------------------------- +Wed Sep 21 17:23:36 UTC 2011 - [email protected] + +- Update to version 2.1.92: + + bgo#658013: Add timeout to check for disconnect on a key + listener. + +------------------------------------------------------------------- +Sat Sep 17 13:27:24 UTC 2011 - [email protected] + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- at-spi2-atk-2.1.91.tar.bz2 New: ---- at-spi2-atk-2.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi2-atk.spec ++++++ --- /var/tmp/diff_new_pack.Ah6rhA/_old 2011-10-02 09:48:46.000000000 +0200 +++ /var/tmp/diff_new_pack.Ah6rhA/_new 2011-10-02 09:48:46.000000000 +0200 @@ -18,13 +18,13 @@ Name: at-spi2-atk -Version: 2.1.91 +Version: 2.2.0 Release: 1 Summary: Assistive Technology Service Provider Interface - GTK+ module License: GPLv2+ Group: System/Libraries Url: http://www.gnome.org/ -Source0: http://download.gnome.org/sources/at-spi2-atk/2.1/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/at-spi2-atk/2.2/%{name}-%{version}.tar.bz2 Source99: %{name}-rpmlintrc BuildRequires: atk-devel >= 2.1.5 BuildRequires: fdupes @@ -40,7 +40,6 @@ %package common - Summary: Assistive Technology Service Provider Interface -- Common Files for GTK+ Modules Group: System/Libraries # The GTK+ module is useful only if the at-spi registry is running. But it's @@ -61,7 +60,6 @@ %package gtk2 - Summary: Assistive Technology Service Provider Interface - GTK+ 2 Module Group: System/Libraries Requires: %{name}-common = %{version} @@ -77,7 +75,6 @@ %package gtk3 - Summary: Assistive Technology Service Provider Interface - GTK+ 3 Module Group: System/Libraries Requires: %{name}-common = %{version} @@ -104,7 +101,7 @@ %build %configure -%__make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall @@ -114,9 +111,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} -%clean -rm -rf %{buildroot} - %post gtk3 %glib2_gsettings_schema_post ++++++ at-spi2-atk-2.1.91.tar.bz2 -> at-spi2-atk-2.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/Makefile.in new/at-spi2-atk-2.2.0/Makefile.in --- old/at-spi2-atk-2.1.91/Makefile.in 2011-09-06 00:54:49.000000000 +0200 +++ new/at-spi2-atk-2.2.0/Makefile.in 2011-09-27 01:09:02.000000000 +0200 @@ -123,8 +123,8 @@ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_ARCHIVES = $(distdir).tar.xz distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ @@ -594,7 +594,6 @@ dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) - dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) @@ -613,7 +612,7 @@ $(am__remove_distdir) dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/NEWS new/at-spi2-atk-2.2.0/NEWS --- old/at-spi2-atk-2.1.91/NEWS 2011-09-06 00:48:20.000000000 +0200 +++ new/at-spi2-atk-2.2.0/NEWS 2011-09-27 01:11:44.000000000 +0200 @@ -1,3 +1,12 @@ +What's new in at-spi2-atk 2.2.0: + +* Really fix BGO#658013: Attach the timeout for a key listener to the + appropriate main loop context. + +What's new in at-spi2-atk 2.1.92: + +* Fix for BGO#658013: Add timeout to check for disconnect on a key listener. + What's new in at-spi2-atk 2.1.91: * Fix for BGO#645321: Use an array of bytes rather than a string for the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/aclocal.m4 new/at-spi2-atk-2.2.0/aclocal.m4 --- old/at-spi2-atk-2.1.91/aclocal.m4 2011-09-06 00:54:47.000000000 +0200 +++ new/at-spi2-atk-2.2.0/aclocal.m4 2011-09-27 01:09:01.000000000 +0200 @@ -28,7 +28,7 @@ [ m4_pattern_allow([AM_V_GEN]) AC_ARG_ENABLE(schemas-compile, - AC_HELP_STRING([--disable-schemas-compile], + AS_HELP_STRING([--disable-schemas-compile], [Disable regeneration of gschemas.compiled on install]), [case ${enableval} in yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/atk-adaptor/event.c new/at-spi2-atk-2.2.0/atk-adaptor/event.c --- old/at-spi2-atk-2.1.91/atk-adaptor/event.c 2011-08-29 23:30:46.000000000 +0200 +++ new/at-spi2-atk-2.2.0/atk-adaptor/event.c 2011-09-25 21:13:57.000000000 +0200 @@ -53,8 +53,10 @@ typedef struct _SpiReentrantCallClosure { + DBusConnection *bus; GMainLoop *loop; DBusMessage *reply; + guint timeout; } SpiReentrantCallClosure; static void @@ -81,25 +83,45 @@ g_main_loop_quit (closure->loop); } +static gboolean +timeout_reply (void *data) +{ + SpiReentrantCallClosure *closure = data; + + if (!dbus_connection_get_is_connected (closure->bus)) + g_main_loop_quit (closure->loop); + closure->timeout = -1; + return FALSE; +} + static DBusMessage * send_and_allow_reentry (DBusConnection * bus, DBusMessage * message) { DBusPendingCall *pending; SpiReentrantCallClosure closure; GMainContext *main_context; + GSource *source; main_context = (g_getenv ("AT_SPI_CLIENT") ? NULL : spi_global_app_data->main_context); + closure.bus = bus; closure.loop = g_main_loop_new (main_context, FALSE); + closure.reply = NULL; switch_main_context (main_context); - if (!dbus_connection_send_with_reply (bus, message, &pending, -1) || !pending) + if (!dbus_connection_send_with_reply (bus, message, &pending, 9000) || !pending) { switch_main_context (NULL); return NULL; } dbus_pending_call_set_notify (pending, set_reply, (void *) &closure, NULL); + source = g_timeout_source_new (500); + g_source_set_callback (source, timeout_reply, &closure, NULL); + closure.timeout = g_source_attach (source, main_context); + g_source_unref (source); g_main_loop_run (closure.loop); + if (closure.timeout != -1) + g_source_destroy (source); g_main_loop_unref (closure.loop); return closure.reply; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/configure new/at-spi2-atk-2.2.0/configure --- old/at-spi2-atk-2.1.91/configure 2011-09-06 00:54:49.000000000 +0200 +++ new/at-spi2-atk-2.2.0/configure 2011-09-27 01:09:03.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for at-spi2-atk 2.1.91. +# Generated by GNU Autoconf 2.68 for at-spi2-atk 2.2.0. # # Report bugs to <[email protected]>. # @@ -709,8 +709,8 @@ # Identity of this package. PACKAGE_NAME='at-spi2-atk' PACKAGE_TARNAME='at-spi2-atk' -PACKAGE_VERSION='2.1.91' -PACKAGE_STRING='at-spi2-atk 2.1.91' +PACKAGE_VERSION='2.2.0' +PACKAGE_STRING='at-spi2-atk 2.2.0' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1513,7 +1513,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.1.91 to adapt to many kinds of systems. +\`configure' configures at-spi2-atk 2.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1587,7 +1587,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of at-spi2-atk 2.1.91:";; + short | recursive ) echo "Configuration of at-spi2-atk 2.2.0:";; esac cat <<\_ACEOF @@ -1712,7 +1712,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -at-spi2-atk configure 2.1.91 +at-spi2-atk configure 2.2.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1990,7 +1990,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.1.91, which was +It was created by at-spi2-atk $as_me 2.2.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2825,7 +2825,7 @@ # Define the identity of the package. PACKAGE='at-spi2-atk' - VERSION='2.1.91' + VERSION='2.2.0' cat >>confdefs.h <<_ACEOF @@ -14213,7 +14213,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.1.91, which was +This file was extended by at-spi2-atk $as_me 2.2.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14279,7 +14279,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.1.91 +at-spi2-atk config.status 2.2.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/configure.ac new/at-spi2-atk-2.2.0/configure.ac --- old/at-spi2-atk-2.1.91/configure.ac 2011-09-06 00:54:41.000000000 +0200 +++ new/at-spi2-atk-2.2.0/configure.ac 2011-09-27 01:08:43.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.1.91], [[email protected]]) +AC_INIT([at-spi2-atk], [2.2.0], [[email protected]]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -20,7 +20,7 @@ AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -AM_INIT_AUTOMAKE([-Wall foreign]) +AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) dnl translation of any at-spi strings: used only for .server IT_PROG_INTLTOOL([0.40.0]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/po/LINGUAS new/at-spi2-atk-2.2.0/po/LINGUAS --- old/at-spi2-atk-2.1.91/po/LINGUAS 2011-07-04 23:44:54.000000000 +0200 +++ new/at-spi2-atk-2.2.0/po/LINGUAS 2011-09-19 23:11:47.000000000 +0200 @@ -15,6 +15,7 @@ da de el +en_CA en_GB en@shaw eo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/po/en_CA.po new/at-spi2-atk-2.2.0/po/en_CA.po --- old/at-spi2-atk-2.1.91/po/en_CA.po 1970-01-01 01:00:00.000000000 +0100 +++ new/at-spi2-atk-2.2.0/po/en_CA.po 2011-09-19 23:11:47.000000000 +0200 @@ -0,0 +1,23 @@ +# English translations for at-spi package. +# Copyright (C) 2011 THE at-spi'S COPYRIGHT HOLDER +# This file is distributed under the same license as the at-spi package. +# Tiffany <[email protected]>, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: at-spi 2-atk\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-09-16 19:00-0400\n" +"PO-Revision-Date: 2011-09-16 19:00-0400\n" +"Last-Translator: Tiffany Antopolski<[email protected]>\n" +"Language-Team: Canadian English\n" +"Language: en_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../atk-adaptor/bridge.c:496 +#, c-format +msgid "atk-bridge: Couldn't listen on dbus server: %s" +msgstr "atk-bridge: Couldn't listen on dbus server: %s" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-atk-2.1.91/po/ta.po new/at-spi2-atk-2.2.0/po/ta.po --- old/at-spi2-atk-2.1.91/po/ta.po 2010-04-06 20:40:07.000000000 +0200 +++ new/at-spi2-atk-2.2.0/po/ta.po 2011-09-19 23:11:47.000000000 +0200 @@ -5,48 +5,52 @@ # # Jayaradha N <[email protected]>, 2004. # I. Felix <[email protected]>, 2009. +# I Felix <[email protected]>, 2011. msgid "" msgstr "" "Project-Id-Version: at-spi.master.ta\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-03 14:41+0530\n" -"PO-Revision-Date: 2009-08-24 13:44+0530\n" -"Last-Translator: I. Felix <[email protected]>\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=at-" +"spi&component=general\n" +"POT-Creation-Date: 2011-02-21 23:16+0000\n" +"PO-Revision-Date: 2011-09-08 11:08+0530\n" +"Last-Translator: I Felix <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\\n\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\\n" +"\n" +"Language: ta\n" + +#: ../atk-adaptor/bridge.c:535 +#, c-format +msgid "atk-bridge: Couldn't listen on dbus server: %s" +msgstr "atk-bridge: dbus சேவையகத்திற்கு கேட்க முடியாது: %s" + +#~ msgid "Enable DBus-based AT-SPI infrastructure" +#~ msgstr "கார்பா அடிப்படையிலான அட்ஸ்பி கட்டுமானத்தை செயல்படுத்துக." + +#~ msgid "GTK+ modules for accessibility support" +#~ msgstr "அணுகல் சேவைக்கு GTK+ தொகுதிகள்" + +#~ msgid "" +#~ "In combination with /desktop/gnome/interface/accessibility, this key is " +#~ "needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-" +#~ "Bus AT-SPI infrastructure will be used." +#~ msgstr "" +#~ "/மேல்மேசை/க்னோம்/இடைமுகம்/அணுகல் உடன் கார்பா அடிப்படையிலான அட்-ஸ்பி கட்டுமானத்தை " +#~ "செயல்படுத்த இந்த விசை தேவை. இல்லையானால் டிபஸ் அட்-ஸ்பி கட்டுமானம் பயன்படுத்தப்படும்." + +#~ msgid "" +#~ "This key determines the GTK+ modules to load for accessibility support." +#~ msgstr "இந்த விசை GTK+ தொகுதிகளை ஏற்றுவதற்கான அணுகல் சேவை." -#: ../at-spi2.schemas.in.h:1 -msgid "Enable DBus-based AT-SPI infrastructure" -msgstr "கார்பா அடிப்படையிலான அட்ஸ்பி கட்டுமானத்தை செயல்படுத்துக." - -#: ../at-spi2.schemas.in.h:2 -msgid "GTK+ modules for accessibility support" -msgstr "அணுகல் சேவைக்கு GTK+ தொகுதிகள்" +#~ msgid "AT-SPI Registry" +#~ msgstr "AT-SPI பதிவேடு" -#: ../at-spi2.schemas.in.h:3 -msgid "" -"In combination with /desktop/gnome/interface/accessibility, this key is " -"needed to enable the DBus-based AT-SPI infrastructure. Otherwise, the D-Bus " -"AT-SPI infrastructure will be used." -msgstr "/மேல்மேசை/க்னோம்/இடைமுகம்/அணுகல் உடன் கார்பா அடிப்படையிலான அட்-ஸ்பி கட்டுமானத்தை செயல்படுத்த இந்த விசை தேவை." -" இல்லையானால் டிபஸ் அட்-ஸ்பி கட்டுமானம் பயன்படுத்தப்படும்." - -#: ../at-spi2.schemas.in.h:4 -msgid "This key determines the GTK+ modules to load for accessibility support." -msgstr "இந்த விசை GTK+ தொகுதிகளை ஏற்றுவதற்கான அணுகல் சேவை." - -#: ../registryd/Accessibility_Registry.server.in.in.h:1 -msgid "AT-SPI Registry" -msgstr "AT-SPI பதிவேடு" - -#: ../registryd/Accessibility_Registry.server.in.in.h:2 -msgid "Accessibility Registry" -msgstr "அணுகல் பதிவேடு" - -#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1 -msgid "AT SPI Registry Wrapper" -msgstr "AT-SPI பதிவக ரேப்பர்" +#~ msgid "Accessibility Registry" +#~ msgstr "அணுகல் பதிவேடு" + +#~ msgid "AT SPI Registry Wrapper" +#~ msgstr "AT-SPI பதிவக ரேப்பர்" continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
