Hello community,
here is the log from the commit of package at-spi2-core for openSUSE:Factory
checked in at Fri Sep 24 01:04:32 CEST 2010.
--------
--- GNOME/at-spi2-core/at-spi2-core.changes 2010-08-31 09:03:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/at-spi2-core/at-spi2-core.changes 2010-09-14 08:45:00.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 14 08:43:10 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.3.92:
+ + Do not start accessibility bus if at-spi-corba is enabled.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
at-spi2-core-0.3.91.tar.bz2
New:
----
at-spi2-core-0.3.92.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ at-spi2-core.spec ++++++
--- /var/tmp/diff_new_pack.dIhewB/_old 2010-09-24 01:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.dIhewB/_new 2010-09-24 01:04:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package at-spi2-core (Version 0.3.91)
+# spec file for package at-spi2-core (Version 0.3.92)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: at-spi2-core
-Version: 0.3.91
+Version: 0.3.92
Release: 1
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPLv2+
++++++ at-spi2-core-0.3.91.tar.bz2 -> at-spi2-core-0.3.92.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/Makefile.in new/at-spi2-core-0.3.92/Makefile.in
--- old/at-spi2-core-0.3.91/Makefile.in 2010-08-31 01:41:17.000000000 +0200
+++ new/at-spi2-core-0.3.92/Makefile.in 2010-09-14 01:20:43.000000000 +0200
@@ -213,6 +213,7 @@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
+enable_relocate = @enable_relocate@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/NEWS new/at-spi2-core-0.3.92/NEWS
--- old/at-spi2-core-0.3.91/NEWS 2010-08-31 01:40:13.000000000 +0200
+++ new/at-spi2-core-0.3.92/NEWS 2010-09-14 01:20:31.000000000 +0200
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 0.3.92:
+
+* Do not start accessibility bus if at-spi-corba is enabled.
+
What's new in at-spi2-core 0.3.91:
* Enabled the accessibility bus, so apps should be accessible, for instance,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/bus/Makefile.in new/at-spi2-core-0.3.92/bus/Makefile.in
--- old/at-spi2-core-0.3.91/bus/Makefile.in 2010-08-31 01:41:17.000000000 +0200
+++ new/at-spi2-core-0.3.92/bus/Makefile.in 2010-09-14 01:20:43.000000000 +0200
@@ -36,7 +36,8 @@
build_triplet = @build@
host_triplet = @host@
subdir = bus
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(srcdir)/at-spi-dbus-bus.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -46,7 +47,7 @@
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = at-spi-dbus-bus
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
@@ -184,6 +185,7 @@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
+enable_relocate = @enable_relocate@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
@@ -265,6 +267,8 @@
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
+at-spi-dbus-bus: $(top_builddir)/config.status $(srcdir)/at-spi-dbus-bus.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-atspidbusSCRIPTS: $(atspidbus_SCRIPTS)
@$(NORMAL_INSTALL)
test -z "$(atspidbusdir)" || $(MKDIR_P) "$(DESTDIR)$(atspidbusdir)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/bus/at-spi-dbus-bus.in new/at-spi2-core-0.3.92/bus/at-spi-dbus-bus.in
--- old/at-spi2-core-0.3.91/bus/at-spi-dbus-bus.in 2010-08-17 13:52:06.000000000 +0200
+++ new/at-spi2-core-0.3.92/bus/at-spi-dbus-bus.in 2010-09-14 01:15:52.000000000 +0200
@@ -3,6 +3,19 @@
prefix="@prefix@"
sysconfdir="@sysconfdir@"
dbusdaemon="@DBUS_DAEMON@"
+relocate=@enable_relocate@
+
+if [ "$relocate" == "yes" ]; then
+ var=`gconftool-2 --get /desktop/gnome/interface/at-spi-dbus`
+ if [ "$var" == "false" ]; then
+ exit 0
+ fi
+else
+ var=`gconftool-2 --get /desktop/gnome/interface/at-spi-corba`
+ if [ "$var" == "true" ]; then
+ exit 0
+ fi
+fi
address=`${dbusdaemon} --config-file=${sysconfdir}/at-spi2/accessibility.conf --print-address`
xprop -root -f AT_SPI_BUS 8s -set AT_SPI_BUS ${address}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/configure new/at-spi2-core-0.3.92/configure
--- old/at-spi2-core-0.3.91/configure 2010-08-31 01:41:18.000000000 +0200
+++ new/at-spi2-core-0.3.92/configure 2010-09-14 01:20:44.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for at-spi2-core 0.3.91.
+# Generated by GNU Autoconf 2.65 for at-spi2-core 0.3.92.
#
# Report bugs to <accessibility-atspi(a)lists.linux-foundation.org>.
#
@@ -701,8 +701,8 @@
# Identity of this package.
PACKAGE_NAME='at-spi2-core'
PACKAGE_TARNAME='at-spi2-core'
-PACKAGE_VERSION='0.3.91'
-PACKAGE_STRING='at-spi2-core 0.3.91'
+PACKAGE_VERSION='0.3.92'
+PACKAGE_STRING='at-spi2-core 0.3.92'
PACKAGE_BUGREPORT='accessibility-atspi(a)lists.linux-foundation.org'
PACKAGE_URL=''
@@ -746,6 +746,7 @@
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+enable_relocate
RELOCATE_FALSE
RELOCATE_TRUE
LIBTOOL_EXPORT_OPTIONS
@@ -1456,7 +1457,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 0.3.91 to adapt to many kinds of systems.
+\`configure' configures at-spi2-core 0.3.92 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1530,7 +1531,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of at-spi2-core 0.3.91:";;
+ short | recursive ) echo "Configuration of at-spi2-core 0.3.92:";;
esac
cat <<\_ACEOF
@@ -1648,7 +1649,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-at-spi2-core configure 0.3.91
+at-spi2-core configure 0.3.92
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2019,7 +2020,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 0.3.91, which was
+It was created by at-spi2-core $as_me 0.3.92, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2847,7 +2848,7 @@
# Define the identity of the package.
PACKAGE='at-spi2-core'
- VERSION='0.3.91'
+ VERSION='0.3.92'
cat >>confdefs.h <<_ACEOF
@@ -4548,13 +4549,13 @@
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:4551: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:4552: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:4554: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:4555: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:4557: output\"" >&5)
+ (eval echo "\"\$as_me:4558: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -5760,7 +5761,7 @@
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5763 "configure"' > conftest.$ac_ext
+ echo '#line 5764 "configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -7289,11 +7290,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7292: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7293: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7296: \$? = $ac_status" >&5
+ echo "$as_me:7297: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7628,11 +7629,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7631: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7632: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7635: \$? = $ac_status" >&5
+ echo "$as_me:7636: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7733,11 +7734,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7736: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7737: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7740: \$? = $ac_status" >&5
+ echo "$as_me:7741: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -7788,11 +7789,11 @@
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7791: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7792: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7795: \$? = $ac_status" >&5
+ echo "$as_me:7796: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -10155,7 +10156,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10158 "configure"
+#line 10159 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10251,7 +10252,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10254 "configure"
+#line 10255 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12170,7 +12171,8 @@
fi
-ac_config_files="$ac_config_files Makefile xml/Makefile registryd/Makefile bus/Makefile"
+
+ac_config_files="$ac_config_files Makefile xml/Makefile registryd/Makefile bus/at-spi-dbus-bus bus/Makefile"
cat >confcache <<\_ACEOF
@@ -12698,7 +12700,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 0.3.91, which was
+This file was extended by at-spi2-core $as_me 0.3.92, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12764,7 +12766,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 0.3.91
+at-spi2-core config.status 0.3.92
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
@@ -13148,6 +13150,7 @@
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"xml/Makefile") CONFIG_FILES="$CONFIG_FILES xml/Makefile" ;;
"registryd/Makefile") CONFIG_FILES="$CONFIG_FILES registryd/Makefile" ;;
+ "bus/at-spi-dbus-bus") CONFIG_FILES="$CONFIG_FILES bus/at-spi-dbus-bus" ;;
"bus/Makefile") CONFIG_FILES="$CONFIG_FILES bus/Makefile" ;;
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/configure.ac new/at-spi2-core-0.3.92/configure.ac
--- old/at-spi2-core-0.3.91/configure.ac 2010-08-31 01:41:09.000000000 +0200
+++ new/at-spi2-core-0.3.92/configure.ac 2010-09-14 01:20:38.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [0.3.91], [accessibility-atspi(a)lists.linux-foundation.org]
+AC_INIT([at-spi2-core], [0.3.92], [accessibility-atspi(a)lists.linux-foundation.org]
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
@@ -171,10 +171,12 @@
AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
fi
AM_CONDITIONAL(RELOCATE, test x$enable_relocate = xyes)
+AC_SUBST(enable_relocate)
AC_CONFIG_FILES([Makefile
xml/Makefile
registryd/Makefile
+ bus/at-spi-dbus-bus
bus/Makefile])
AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/registryd/Makefile.in new/at-spi2-core-0.3.92/registryd/Makefile.in
--- old/at-spi2-core-0.3.91/registryd/Makefile.in 2010-08-31 01:41:17.000000000 +0200
+++ new/at-spi2-core-0.3.92/registryd/Makefile.in 2010-09-14 01:20:43.000000000 +0200
@@ -219,6 +219,7 @@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
+enable_relocate = @enable_relocate@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/at-spi2-core-0.3.91/xml/Makefile.in new/at-spi2-core-0.3.92/xml/Makefile.in
--- old/at-spi2-core-0.3.91/xml/Makefile.in 2010-08-31 01:41:17.000000000 +0200
+++ new/at-spi2-core-0.3.92/xml/Makefile.in 2010-09-14 01:20:43.000000000 +0200
@@ -157,6 +157,7 @@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
+enable_relocate = @enable_relocate@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org