Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at Tue Sep 13 12:46:29 CEST 2011.
-------- --- python-atspi/python-atspi.changes 2011-09-02 02:41:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes 2011-09-09 18:20:30.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Sep 9 16:19:18 UTC 2011 - vu...@opensuse.org + +- Update to version 2.1.91: + + bgo#658343: Have configure check for pygobject-3.0 +- Change pkgconfig(pygobject-2.0) BuildRequires to + pkgconfig(pygobject-3.0), following upstream change. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pyatspi-2.1.90.tar.bz2 New: ---- pyatspi-2.1.91.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.DvFnpc/_old 2011-09-13 12:46:25.000000000 +0200 +++ /var/tmp/diff_new_pack.DvFnpc/_new 2011-09-13 12:46:25.000000000 +0200 @@ -19,7 +19,7 @@ Name: python-atspi %define _name pyatspi -Version: 2.1.90 +Version: 2.1.91 Release: 1 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPLv2.0 @@ -29,7 +29,7 @@ BuildRequires: fdupes # Needed to have typelib() Requires. BuildRequires: gobject-introspection -BuildRequires: pkgconfig(pygobject-2.0) +BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.1 Requires: dbus-1-python Requires: python-gobject # The bindings are really useful only if the at-spi registry is running. But ++++++ pyatspi-2.1.90.tar.bz2 -> pyatspi-2.1.91.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.1.90/NEWS new/pyatspi-2.1.91/NEWS --- old/pyatspi-2.1.90/NEWS 2011-08-29 23:53:10.000000000 +0200 +++ new/pyatspi-2.1.91/NEWS 2011-09-09 15:41:20.000000000 +0200 @@ -1,3 +1,7 @@ +What's new in pyatspi 2.1.91: + +* Fix for BGO#658343: Have configure check for pygobject-3.0 + What's new in pyatspi 2.1.90: * Fix getTextBeforeOffset. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.1.90/configure new/pyatspi-2.1.91/configure --- old/pyatspi-2.1.90/configure 2011-08-30 00:13:21.000000000 +0200 +++ new/pyatspi-2.1.91/configure 2011-09-09 15:41:48.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for pyatspi 2.1.90. +# Generated by GNU Autoconf 2.68 for pyatspi 2.1.91. # # Report bugs to <accessibility-at...@lists.linux-foundation.org>. # @@ -709,8 +709,8 @@ # Identity of this package. PACKAGE_NAME='pyatspi' PACKAGE_TARNAME='pyatspi' -PACKAGE_VERSION='2.1.90' -PACKAGE_STRING='pyatspi 2.1.90' +PACKAGE_VERSION='2.1.91' +PACKAGE_STRING='pyatspi 2.1.91' PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org' PACKAGE_URL='' @@ -1491,7 +1491,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 pyatspi 2.1.90 to adapt to many kinds of systems. +\`configure' configures pyatspi 2.1.91 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1565,7 +1565,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pyatspi 2.1.90:";; + short | recursive ) echo "Configuration of pyatspi 2.1.91:";; esac cat <<\_ACEOF @@ -1699,7 +1699,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pyatspi configure 2.1.90 +pyatspi configure 2.1.91 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1977,7 +1977,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pyatspi $as_me 2.1.90, which was +It was created by pyatspi $as_me 2.1.91, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2804,7 +2804,7 @@ # Define the identity of the package. PACKAGE='pyatspi' - VERSION='2.1.90' + VERSION='2.1.91' cat >>confdefs.h <<_ACEOF @@ -11587,12 +11587,12 @@ pkg_cv_PYGOBJ_CFLAGS="$PYGOBJ_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-2.0 >= 2.26.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.26.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 2.90.1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 2.90.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJ_CFLAGS=`$PKG_CONFIG --cflags "pygobject-2.0 >= 2.26.0" 2>/dev/null` + pkg_cv_PYGOBJ_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= 2.90.1" 2>/dev/null` else pkg_failed=yes fi @@ -11603,12 +11603,12 @@ pkg_cv_PYGOBJ_LIBS="$PYGOBJ_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-2.0 >= 2.26.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.26.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 2.90.1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 2.90.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJ_LIBS=`$PKG_CONFIG --libs "pygobject-2.0 >= 2.26.0" 2>/dev/null` + pkg_cv_PYGOBJ_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= 2.90.1" 2>/dev/null` else pkg_failed=yes fi @@ -11628,14 +11628,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PYGOBJ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pygobject-2.0 >= 2.26.0" 2>&1` + PYGOBJ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pygobject-3.0 >= 2.90.1" 2>&1` else - PYGOBJ_PKG_ERRORS=`$PKG_CONFIG --print-errors "pygobject-2.0 >= 2.26.0" 2>&1` + PYGOBJ_PKG_ERRORS=`$PKG_CONFIG --print-errors "pygobject-3.0 >= 2.90.1" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$PYGOBJ_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (pygobject-2.0 >= 2.26.0) were not met: + as_fn_error $? "Package requirements (pygobject-3.0 >= 2.90.1) were not met: $PYGOBJ_PKG_ERRORS @@ -12910,7 +12910,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pyatspi $as_me 2.1.90, which was +This file was extended by pyatspi $as_me 2.1.91, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12976,7 +12976,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pyatspi config.status 2.1.90 +pyatspi config.status 2.1.91 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/pyatspi-2.1.90/configure.ac new/pyatspi-2.1.91/configure.ac --- old/pyatspi-2.1.90/configure.ac 2011-08-30 00:13:15.000000000 +0200 +++ new/pyatspi-2.1.91/configure.ac 2011-09-09 15:41:32.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([pyatspi], [2.1.90], [accessibility-at...@lists.linux-foundation.org]) +AC_INIT([pyatspi], [2.1.91], [accessibility-at...@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION @@ -66,7 +66,7 @@ AC_SUBST(GTK_CFLAGS) fi - PKG_CHECK_MODULES(PYGOBJ, [pygobject-2.0 >= 2.26.0]) + PKG_CHECK_MODULES(PYGOBJ, [pygobject-3.0 >= 2.90.1]) AM_CONDITIONAL(SET_GTK_MODULE, test -z "$GTK_MODULE_DIR") AC_ARG_VAR([GTK_MODULE_DIR], [Where to find the atk-adaptor gtk module]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org