Hello community, here is the log from the commit of package blueman for openSUSE:Leap:15.2 checked in at 2020-02-13 14:41:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/blueman (Old) and /work/SRC/openSUSE:Leap:15.2/.blueman.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blueman" Thu Feb 13 14:41:06 2020 rev:17 rq:774088 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/blueman/blueman.changes 2020-01-15 14:48:43.989353484 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.blueman.new.26092/blueman.changes 2020-02-13 14:41:07.341666042 +0100 @@ -1,0 +2,7 @@ +Wed Feb 5 06:20:04 UTC 2020 - Maurizio Galli <[email protected]> + +- Update to version 2.1.2 + * Signal bar updates with multiple adapters + * Pairing with pincode + +------------------------------------------------------------------- Old: ---- blueman-2.1.1.tar.xz New: ---- blueman-2.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blueman.spec ++++++ --- /var/tmp/diff_new_pack.go1FNA/_old 2020-02-13 14:41:07.673666223 +0100 +++ /var/tmp/diff_new_pack.go1FNA/_new 2020-02-13 14:41:07.673666223 +0100 @@ -1,7 +1,7 @@ # # spec file for package blueman # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: blueman -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: GTK+ Bluetooth Manager License: GPL-3.0-only Group: System/GUI/GNOME -Url: https://github.com/blueman-project/blueman +URL: https://github.com/blueman-project/blueman Source: https://github.com/%{name}-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: automake BuildRequires: dbus-1-python3-devel ++++++ blueman-2.1.1.tar.xz -> blueman-2.1.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/CHANGELOG.md new/blueman-2.1.2/CHANGELOG.md --- old/blueman-2.1.1/CHANGELOG.md 2019-07-07 18:59:03.000000000 +0200 +++ new/blueman-2.1.2/CHANGELOG.md 2020-01-14 01:29:13.000000000 +0100 @@ -1,5 +1,12 @@ # Changelog +## 2.1.2 + +### Bugs fixed + +* Signal bar updates with multiple adapters +* Pairing with pincode + ## 2.1.1 ### Bugs fixed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/Dependencies.md new/blueman-2.1.2/Dependencies.md --- old/blueman-2.1.1/Dependencies.md 2019-07-07 18:59:03.000000000 +0200 +++ new/blueman-2.1.2/Dependencies.md 2020-01-14 01:29:13.000000000 +0100 @@ -14,7 +14,7 @@ * [Pango](http://www.gtk.org/) (GI bindings) * [pulseaudio](http://www.freedesktop.org/wiki/Software/PulseAudio/) (optional; its bluetooth module is required to actually use audio devices) * [pycairo](http://cairographics.org/pycairo/) -* [PyGObject 3](https://wiki.gnome.org/PyGObject) +* [PyGObject 3](https://wiki.gnome.org/PyGObject) (>= 3.27.2) * [Python](http://www.python.org/) (>= 3.3) * [net-tools](http://net-tools.sourceforge.net/) for blueman 2.0 and net-tools __or__ [iproute2](https://wiki.linuxfoundation.org/networking/iproute2) for blueman 2.1 * [libnm](https://wiki.gnome.org/Projects/NetworkManager) For managing DUN and PANU connection (GI bindings) @@ -26,7 +26,7 @@ * [GLib 2](http://www.gtk.org/) (>= 2.32) * [intltool](http://freedesktop.org/wiki/Software/intltool/) * [libtool](http://www.gnu.org/software/libtool/) -* [PyGObject 3](https://wiki.gnome.org/PyGObject) +* [PyGObject 3](https://wiki.gnome.org/PyGObject) (>= 3.27.2) * [Python](http://www.python.org/) (>= 3.3) ## Additional dependencies for VCS version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/aclocal.m4 new/blueman-2.1.2/aclocal.m4 --- old/blueman-2.1.1/aclocal.m4 2019-07-08 07:40:37.000000000 +0200 +++ new/blueman-2.1.2/aclocal.m4 2020-01-24 09:12:33.000000000 +0100 @@ -5484,6 +5484,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/autom4te.cache/output.0 new/blueman-2.1.2/autom4te.cache/output.0 --- old/blueman-2.1.1/autom4te.cache/output.0 2019-07-08 07:40:37.000000000 +0200 +++ new/blueman-2.1.2/autom4te.cache/output.0 2020-01-24 09:12:33.000000000 +0100 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.1. +@%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.2. @%:@ @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>. @%:@ @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.1.1' -PACKAGE_STRING='blueman 2.1.1' +PACKAGE_VERSION='2.1.2' +PACKAGE_STRING='blueman 2.1.2' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -1467,7 +1467,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 blueman 2.1.1 to adapt to many kinds of systems. +\`configure' configures blueman 2.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1538,7 +1538,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.1.1:";; + short | recursive ) echo "Configuration of blueman 2.1.2:";; esac cat <<\_ACEOF @@ -1701,7 +1701,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.1.1 +blueman configure 2.1.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2070,7 +2070,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.1.1, which was +It was created by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2936,7 +2936,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.1.1' + VERSION='2.1.2' cat >>confdefs.h <<_ACEOF @@ -8615,6 +8615,12 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -14110,12 +14116,12 @@ pkg_cv_PYGOBJECT_CFLAGS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14127,12 +14133,12 @@ pkg_cv_PYGOBJECT_LIBS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14153,14 +14159,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` else - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$PYGOBJECT_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (pygobject-3.0) were not met: + as_fn_error $? "Package requirements (pygobject-3.0 >= 3.27.2) were not met: $PYGOBJECT_PKG_ERRORS @@ -15808,7 +15814,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.1.1, which was +This file was extended by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15874,7 +15880,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.1.1 +blueman config.status 2.1.2 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/blueman-2.1.1/autom4te.cache/output.1 new/blueman-2.1.2/autom4te.cache/output.1 --- old/blueman-2.1.1/autom4te.cache/output.1 2019-07-08 07:40:38.000000000 +0200 +++ new/blueman-2.1.2/autom4te.cache/output.1 2020-01-24 09:12:34.000000000 +0100 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.1. +@%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.2. @%:@ @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>. @%:@ @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.1.1' -PACKAGE_STRING='blueman 2.1.1' +PACKAGE_VERSION='2.1.2' +PACKAGE_STRING='blueman 2.1.2' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -1467,7 +1467,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 blueman 2.1.1 to adapt to many kinds of systems. +\`configure' configures blueman 2.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1538,7 +1538,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.1.1:";; + short | recursive ) echo "Configuration of blueman 2.1.2:";; esac cat <<\_ACEOF @@ -1701,7 +1701,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.1.1 +blueman configure 2.1.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2070,7 +2070,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.1.1, which was +It was created by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2936,7 +2936,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.1.1' + VERSION='2.1.2' cat >>confdefs.h <<_ACEOF @@ -8611,6 +8611,12 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -14106,12 +14112,12 @@ pkg_cv_PYGOBJECT_CFLAGS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14123,12 +14129,12 @@ pkg_cv_PYGOBJECT_LIBS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14149,14 +14155,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` else - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$PYGOBJECT_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (pygobject-3.0) were not met: + as_fn_error $? "Package requirements (pygobject-3.0 >= 3.27.2) were not met: $PYGOBJECT_PKG_ERRORS @@ -15804,7 +15810,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.1.1, which was +This file was extended by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15870,7 +15876,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.1.1 +blueman config.status 2.1.2 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/blueman-2.1.1/autom4te.cache/requests new/blueman-2.1.2/autom4te.cache/requests --- old/blueman-2.1.1/autom4te.cache/requests 2019-07-08 07:40:40.000000000 +0200 +++ new/blueman-2.1.2/autom4te.cache/requests 2020-01-24 09:12:36.000000000 +0100 @@ -49,210 +49,210 @@ 'configure.ac' ], { - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - '_LT_WITH_SYSROOT' => 1, - '_LT_AC_LOCK' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AM_SET_DEPDIR' => 1, - 'AC_DISABLE_STATIC' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AM_RUN_LOG' => 1, - 'AC_PATH_MAGIC' => 1, - '_AM_SET_OPTION' => 1, - 'LT_OUTPUT' => 1, - 'IT_PO_SUBDIR' => 1, - 'AC_LTDL_OBJDIR' => 1, - 'AM_PROG_LD' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'AM_GLIB_GNU_GETTEXT' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, 'AC_LIBTOOL_FC' => 1, - 'AC_PROG_EGREP' => 1, - '_LT_LINKER_BOILERPLATE' => 1, - 'AM_GLIB_DEFINE_LOCALEDIR' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - '_LT_AC_TRY_DLOPEN_SELF' => 1, - '_LT_LINKER_OPTION' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, + '_AM_SET_OPTIONS' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'LT_PROG_GCJ' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AM_PROG_NM' => 1, + 'LT_PROG_RC' => 1, + 'LTOPTIONS_VERSION' => 1, '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'LTDL_INIT' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_DISABLE_SHARED' => 1, 'AM_CHECK_PYMOD' => 1, - 'LT_SYS_MODULE_PATH' => 1, - '_LT_PROG_FC' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'LT_FUNC_ARGZ' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'LTSUGAR_VERSION' => 1, - '_AM_IF_OPTION' => 1, + '_AM_SET_OPTION' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AM_CHECK_PYTHON_HEADERS' => 1, + 'AM_PROG_LD' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'LT_CMD_MAX_LEN' => 1, '_LT_DLL_DEF_P' => 1, - 'AM_PROG_NM' => 1, - 'LT_LIB_M' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - 'AM_SANITY_CHECK' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_PROG_INSTALL_SH' => 1, - 'LT_INIT' => 1, - 'LTDL_INSTALLABLE' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - 'LT_AC_PROG_EGREP' => 1, - '_AM_PROG_CC_C_O' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - 'AM_SILENT_RULES' => 1, 'AM_ENABLE_SHARED' => 1, + 'IT_PROG_INTLTOOL' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + '_LT_LINKER_OPTION' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + '_LT_AC_LANG_F77' => 1, + 'LTVERSION_VERSION' => 1, '_AC_PROG_LIBTOOL' => 1, - 'AM_SET_LEADING_DOT' => 1, - '_PKG_SHORT_ERRORS_SUPPORTED' => 1, - 'm4_pattern_allow' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, - 'LT_PROG_RC' => 1, - '_AM_SET_OPTIONS' => 1, - '_m4_warn' => 1, - 'LT_WITH_LTDL' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - 'AM_DISABLE_SHARED' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_LTDL_DLLIB' => 1, + 'AM_RUN_LOG' => 1, + 'AC_DISABLE_STATIC' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'GLIB_GNU_GETTEXT' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'AM_PATH_PYTHON' => 1, 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'IT_PO_SUBDIR' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'AM_SILENT_RULES' => 1, + '_AM_MANGLE_OPTION' => 1, + 'LT_SYS_MODULE_EXT' => 1, 'PKG_CHECK_EXISTS' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - '_LTDL_SETUP' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'LT_PROG_GO' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - '_LT_AC_LANG_CXX' => 1, - 'AC_PROG_LD_GNU' => 1, - 'AC_LIBTOOL_RC' => 1, - 'AM_MAINTAINER_MODE' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - 'AM_PYTHON_CHECK_VERSION' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - 'AM_CHECK_PYTHON_HEADERS' => 1, - 'AC_ENABLE_STATIC' => 1, - 'AC_WITH_LTDL' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'PKG_CHECK_MODULES' => 1, - '_LT_CC_BASENAME' => 1, 'AM_MAKE_INCLUDE' => 1, - 'LT_AC_PROG_RC' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - 'm4_include' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + '_LT_PROG_FC' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'PKG_CHECK_MODULES' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'AS_AC_EXPAND' => 1, + 'AC_LIBTOOL_PICMODE' => 1, 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - 'AM_DISABLE_STATIC' => 1, - '_LT_AC_TAGVAR' => 1, - '_LT_AC_SYS_COMPILER' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'LT_PROG_GCJ' => 1, - 'LTDL_INIT' => 1, - 'PKG_CHECK_VAR' => 1, - 'PKG_NOARCH_INSTALLDIR' => 1, - '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_CHECK_LIBM' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AC_DEFUN' => 1, + 'LT_FUNC_ARGZ' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + '_LT_AC_TAGCONFIG' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, 'LT_SYS_DLSEARCH_PATH' => 1, - 'AM_CONDITIONAL' => 1, - 'AM_NLS' => 1, - '_AM_PROG_TAR' => 1, - 'AC_DEFUN_ONCE' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_PROG_INSTALL_SH' => 1, 'AC_LIBTOOL_CXX' => 1, - 'LT_LIB_DLLOAD' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'AS_AC_EXPAND' => 1, - '_AM_DEPENDENCIES' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AC_PATH_MAGIC' => 1, + 'AM_ENABLE_STATIC' => 1, + 'AC_LIBTOOL_RC' => 1, + '_LT_AC_SYS_COMPILER' => 1, + 'AC_LIBTOOL_F77' => 1, + 'LT_AC_PROG_RC' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LT_AC_PROG_EGREP' => 1, 'PKG_PROG_PKG_CONFIG' => 1, - 'LT_AC_PROG_SED' => 1, - 'AC_PROG_LD' => 1, - '_LT_COMPILER_OPTION' => 1, - '_LT_AC_CHECK_DLFCN' => 1, + 'LT_WITH_LTDL' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AM_NLS' => 1, + '_LT_AC_LOCK' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'AC_PROG_INTLTOOL' => 1, + '_GSETTINGS_SUBST' => 1, '_LT_PREPARE_SED_QUOTE_VARS' => 1, - 'AC_LTDL_DLLIB' => 1, - 'AC_LTDL_PREOPEN' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, + '_AM_IF_OPTION' => 1, 'LTOBSOLETE_VERSION' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - 'PKG_INSTALLDIR' => 1, - 'AC_PROG_INTLTOOL' => 1, - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'LTDL_INSTALLABLE' => 1, '_IT_SUBST' => 1, - 'AM_GLIB_GNU_GETTEXT' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'LT_LANG' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'PKG_INSTALLDIR' => 1, + 'LT_OUTPUT' => 1, + '_LT_AC_LANG_CXX' => 1, + '_LTDL_SETUP' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'include' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_INIT_AUTOMAKE' => 1, 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - '_AM_MANGLE_OPTION' => 1, - '_LT_PROG_LTMAIN' => 1, - 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'LT_INIT' => 1, + 'LT_PATH_LD' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'GLIB_GSETTINGS' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AM_SANITY_CHECK' => 1, 'AM_PROG_LIBTOOL' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'LTDL_CONVENIENCE' => 1, - 'AC_PROG_NM' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'AC_ENABLE_STATIC' => 1, + '_LT_AC_LANG_GCJ' => 1, 'PKG_CHECK_MODULES_STATIC' => 1, - 'include' => 1, - '_LT_AC_LANG_F77' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - '_LT_PROG_F77' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'GLIB_RUN_PROG' => 1, - 'LTVERSION_VERSION' => 1, - 'AM_MISSING_PROG' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - 'IT_PROG_INTLTOOL' => 1, 'AU_DEFUN' => 1, - 'LT_PATH_LD' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - 'AC_ENABLE_SHARED' => 1, - '_GSETTINGS_SUBST' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - '_LT_LIBOBJ' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'GLIB_GSETTINGS' => 1, - 'AC_DISABLE_SHARED' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'GLIB_GNU_GETTEXT' => 1, - 'AM_DEP_TRACK' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - 'AM_ENABLE_STATIC' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'm4_pattern_allow' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, 'LT_PATH_NM' => 1, - 'AC_DEFUN' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_PROG_EGREP' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'AC_LIBTOOL_SETUP' => 1, + '_PKG_SHORT_ERRORS_SUPPORTED' => 1, + 'LT_LANG' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, 'm4_pattern_forbid' => 1, - 'AC_LIB_LTDL' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'AC_LIBTOOL_GCJ' => 1, - 'AC_LIBTOOL_F77' => 1, + '_LT_AC_TAGVAR' => 1, + 'LT_LIB_DLLOAD' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_LIB_M' => 1, '_LT_PROG_CXX' => 1, - 'LTOPTIONS_VERSION' => 1, + 'AM_DISABLE_STATIC' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AM_GLIB_DEFINE_LOCALEDIR' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + '_AM_PROG_CC_C_O' => 1, + 'm4_include' => 1, 'LT_AC_PROG_GCJ' => 1, - 'AM_PATH_PYTHON' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'LT_CMD_MAX_LEN' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'AC_CHECK_LIBM' => 1, + '_AM_DEPENDENCIES' => 1, + '_m4_warn' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + 'PKG_NOARCH_INSTALLDIR' => 1, + 'AM_SET_DEPDIR' => 1, + '_AM_PROG_TAR' => 1, 'AM_SUBST_NOTMAKE' => 1, - '_AM_AUTOCONF_VERSION' => 1, - 'LT_SYS_MODULE_EXT' => 1 + 'LT_SYS_DLOPEN_SELF' => 1, + 'PKG_CHECK_VAR' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'LT_SYS_MODULE_PATH' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AM_MISSING_PROG' => 1, + 'AC_ENABLE_SHARED' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_LIB_LTDL' => 1, + 'GLIB_RUN_PROG' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'LT_PROG_GO' => 1, + 'AM_DISABLE_SHARED' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AM_PYTHON_CHECK_VERSION' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'AC_PROG_LD' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'AC_WITH_LTDL' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'LT_AC_PROG_SED' => 1, + '_LT_LIBOBJ' => 1, + 'LT_SUPPORTED_TAG' => 1, + '_LT_WITH_SYSROOT' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'LTSUGAR_VERSION' => 1, + '_LT_PROG_LTMAIN' => 1, + '_LT_PROG_F77' => 1, + 'AC_PROG_NM' => 1, + 'AM_DEP_TRACK' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -267,66 +267,66 @@ 'configure.ac' ], { - 'AC_CONFIG_HEADERS' => 1, + 'AM_PROG_F77_C_O' => 1, + 'm4_include' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AM_NLS' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AM_POT_TOOLS' => 1, + 'AM_CONDITIONAL' => 1, + '_AM_COND_ELSE' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_LIBSOURCE' => 1, + 'AC_FC_FREEFORM' => 1, 'AM_PROG_MOC' => 1, + 'AC_CANONICAL_HOST' => 1, + '_m4_warn' => 1, + 'm4_pattern_forbid' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_PROG_LIBTOOL' => 1, + '_AM_COND_ENDIF' => 1, + 'AC_CONFIG_HEADERS' => 1, 'AC_CANONICAL_TARGET' => 1, - '_AM_SUBST_NOTMAKE' => 1, 'AM_MAINTAINER_MODE' => 1, - 'AM_MAKEFILE_INCLUDE' => 1, 'AC_CANONICAL_SYSTEM' => 1, - 'm4_pattern_forbid' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - '_AM_COND_IF' => 1, - 'AC_CANONICAL_HOST' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_PROG_AR' => 1, - 'AC_FC_PP_DEFINE' => 1, - '_AM_COND_ENDIF' => 1, - 'AC_CONFIG_AUX_DIR' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_LIBSOURCE' => 1, - 'AC_CONFIG_FILES' => 1, - 'include' => 1, - 'AM_EXTRA_RECURSIVE_TARGETS' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'LT_INIT' => 1, - 'AC_FC_FREEFORM' => 1, - 'm4_include' => 1, - '_AM_COND_ELSE' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AM_PROG_FC_C_O' => 1, 'AC_SUBST_TRACE' => 1, - 'AM_POT_TOOLS' => 1, - 'AC_CANONICAL_BUILD' => 1, + 'sinclude' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, 'AM_PROG_LIBTOOL' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AM_GNU_GETTEXT' => 1, 'AC_FC_PP_SRCEXT' => 1, - 'AM_PATH_GUILE' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AM_XGETTEXT_OPTION' => 1, - 'AM_CONDITIONAL' => 1, - '_AM_MAKEFILE_INCLUDE' => 1, - 'm4_pattern_allow' => 1, - 'AM_NLS' => 1, - 'AM_PROG_FC_C_O' => 1, + '_AM_COND_IF' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CANONICAL_BUILD' => 1, 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AM_AUTOMAKE_VERSION' => 1, + 'm4_sinclude' => 1, + 'AC_SUBST' => 1, + 'm4_pattern_allow' => 1, + 'AC_FC_PP_DEFINE' => 1, 'AM_PROG_CXX_C_O' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AM_SILENT_RULES' => 1, - 'AC_FC_SRCEXT' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'sinclude' => 1, - 'AH_OUTPUT' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - '_m4_warn' => 1, 'AC_DEFINE_TRACE_LITERAL' => 1, - 'm4_sinclude' => 1, - 'AM_PROG_F77_C_O' => 1, - 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AM_ENABLE_MULTILIB' => 1, + 'AM_XGETTEXT_OPTION' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'include' => 1, + 'AC_CONFIG_FILES' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AM_PROG_AR' => 1, + 'AC_CONFIG_AUX_DIR' => 1, 'AC_INIT' => 1, - 'AC_SUBST' => 1 + 'LT_INIT' => 1, + 'AH_OUTPUT' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_FC_SRCEXT' => 1 } ], 'Autom4te::Request' ) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/autom4te.cache/traces.0 new/blueman-2.1.2/autom4te.cache/traces.0 --- old/blueman-2.1.1/autom4te.cache/traces.0 2019-07-08 07:40:37.000000000 +0200 +++ new/blueman-2.1.2/autom4te.cache/traces.0 2020-01-24 09:12:33.000000000 +0100 @@ -1218,26 +1218,26 @@ m4trace:/usr/share/aclocal/libtool.m4:3870: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8141: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], +m4trace:/usr/share/aclocal/libtool.m4:8147: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) -m4trace:/usr/share/aclocal/libtool.m4:8150: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8150: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8156: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8156: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8157: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) +m4trace:/usr/share/aclocal/libtool.m4:8163: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) -m4trace:/usr/share/aclocal/libtool.m4:8164: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) +m4trace:/usr/share/aclocal/libtool.m4:8170: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) -m4trace:/usr/share/aclocal/libtool.m4:8169: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8169: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8175: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8175: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8289: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) -m4trace:/usr/share/aclocal/libtool.m4:8289: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. +m4trace:/usr/share/aclocal/libtool.m4:8295: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) +m4trace:/usr/share/aclocal/libtool.m4:8295: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. You should run autoupdate.])dnl m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [ @@ -3720,12 +3720,12 @@ m4trace:configure.ac:41: -1- m4_pattern_allow([^PYTHON_CFLAGS$]) m4trace:configure.ac:42: -1- m4_pattern_allow([^PYTHON$]) m4trace:configure.ac:49: -1- m4_pattern_allow([^NETWORKTOOLS$]) -m4trace:configure.ac:55: -1- PKG_CHECK_MODULES([PYGOBJECT], [pygobject-3.0]) +m4trace:configure.ac:55: -1- PKG_CHECK_MODULES([PYGOBJECT], [pygobject-3.0 >= 3.27.2]) m4trace:configure.ac:55: -1- m4_pattern_allow([^PYGOBJECT_CFLAGS$]) m4trace:configure.ac:55: -1- m4_pattern_allow([^PYGOBJECT_LIBS$]) -m4trace:configure.ac:55: -1- PKG_CHECK_EXISTS([pygobject-3.0], [pkg_cv_[]PYGOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "pygobject-3.0" 2>/dev/null` +m4trace:configure.ac:55: -1- PKG_CHECK_EXISTS([pygobject-3.0 >= 3.27.2], [pkg_cv_[]PYGOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:55: -1- PKG_CHECK_EXISTS([pygobject-3.0], [pkg_cv_[]PYGOBJECT_LIBS=`$PKG_CONFIG --[]libs "pygobject-3.0" 2>/dev/null` +m4trace:configure.ac:55: -1- PKG_CHECK_EXISTS([pygobject-3.0 >= 3.27.2], [pkg_cv_[]PYGOBJECT_LIBS=`$PKG_CONFIG --[]libs "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) m4trace:configure.ac:55: -1- _PKG_SHORT_ERRORS_SUPPORTED m4trace:configure.ac:56: -1- m4_pattern_allow([^PYGOBJECT_CFLAGS$]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/autom4te.cache/traces.1 new/blueman-2.1.2/autom4te.cache/traces.1 --- old/blueman-2.1.1/autom4te.cache/traces.1 2019-07-08 07:40:38.000000000 +0200 +++ new/blueman-2.1.2/autom4te.cache/traces.1 2020-01-24 09:12:34.000000000 +0100 @@ -1,8 +1,8 @@ -m4trace:aclocal.m4:10838: -1- AC_SUBST([am__quote]) -m4trace:aclocal.m4:10838: -1- AC_SUBST_TRACE([am__quote]) -m4trace:aclocal.m4:10838: -1- m4_pattern_allow([^am__quote$]) -m4trace:aclocal.m4:11533: -1- m4_include([acinclude.m4]) -m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.1.1], [https://github.com/blueman-project/blueman/issues]) +m4trace:aclocal.m4:10844: -1- AC_SUBST([am__quote]) +m4trace:aclocal.m4:10844: -1- AC_SUBST_TRACE([am__quote]) +m4trace:aclocal.m4:10844: -1- m4_pattern_allow([^am__quote$]) +m4trace:aclocal.m4:11539: -1- m4_include([acinclude.m4]) +m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.1.2], [https://github.com/blueman-project/blueman/issues]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/blueman/gui/DeviceList.py new/blueman-2.1.2/blueman/gui/DeviceList.py --- old/blueman-2.1.1/blueman/gui/DeviceList.py 2019-07-07 18:59:03.000000000 +0200 +++ new/blueman-2.1.2/blueman/gui/DeviceList.py 2020-01-14 01:29:13.000000000 +0100 @@ -241,7 +241,6 @@ try: self.Adapter = self.manager.get_adapter(adapter) self.__adapter_path = self.Adapter.get_object_path() - self.emit("adapter-changed", self.__adapter_path) except bluez.errors.DBusNoSuchAdapterError: logging.warning('Failed to set adapter, trying first available.') self.set_adapter(None) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/blueman/main/applet/BluezAgent.py new/blueman-2.1.2/blueman/main/applet/BluezAgent.py --- old/blueman-2.1.1/blueman/main/applet/BluezAgent.py 2019-07-07 18:59:03.000000000 +0200 +++ new/blueman-2.1.2/blueman/main/applet/BluezAgent.py 2020-01-14 01:29:13.000000000 +0100 @@ -12,7 +12,7 @@ from blueman.gui.Notification import Notification from blueman.main.DbusService import DbusService, DbusError -from gi.repository import GLib, Gio +from gi.repository import Gio import gi @@ -168,9 +168,7 @@ def passkey_dialog_cb(dialog, response_id): if response_id == Gtk.ResponseType.ACCEPT: ret = pin_entry.get_text() - if is_numeric: - ret = GLib.Variant('(u)', int(ret)) - ok(ret) + ok(int(ret) if is_numeric else ret) else: err(BluezErrorRejected("Rejected")) dialog.destroy() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/configure new/blueman-2.1.2/configure --- old/blueman-2.1.1/configure 2019-07-08 07:40:40.000000000 +0200 +++ new/blueman-2.1.2/configure 2020-01-24 09:12:36.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for blueman 2.1.1. +# Generated by GNU Autoconf 2.69 for blueman 2.1.2. # # Report bugs to <https://github.com/blueman-project/blueman/issues>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='blueman' PACKAGE_TARNAME='blueman' -PACKAGE_VERSION='2.1.1' -PACKAGE_STRING='blueman 2.1.1' +PACKAGE_VERSION='2.1.2' +PACKAGE_STRING='blueman 2.1.2' PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues' PACKAGE_URL='' @@ -1467,7 +1467,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 blueman 2.1.1 to adapt to many kinds of systems. +\`configure' configures blueman 2.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1538,7 +1538,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of blueman 2.1.1:";; + short | recursive ) echo "Configuration of blueman 2.1.2:";; esac cat <<\_ACEOF @@ -1701,7 +1701,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -blueman configure 2.1.1 +blueman configure 2.1.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2070,7 +2070,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by blueman $as_me 2.1.1, which was +It was created by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2936,7 +2936,7 @@ # Define the identity of the package. PACKAGE='blueman' - VERSION='2.1.1' + VERSION='2.1.2' cat >>confdefs.h <<_ACEOF @@ -8611,6 +8611,12 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) @@ -14106,12 +14112,12 @@ pkg_cv_PYGOBJECT_CFLAGS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14123,12 +14129,12 @@ pkg_cv_PYGOBJECT_LIBS="$PYGOBJECT_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-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "pygobject-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= 3.27.2\""; } >&5 + ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 3.27.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0" 2>/dev/null` + pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= 3.27.2" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -14149,14 +14155,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` else - PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0" 2>&1` + PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0 >= 3.27.2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$PYGOBJECT_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (pygobject-3.0) were not met: + as_fn_error $? "Package requirements (pygobject-3.0 >= 3.27.2) were not met: $PYGOBJECT_PKG_ERRORS @@ -15804,7 +15810,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by blueman $as_me 2.1.1, which was +This file was extended by blueman $as_me 2.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15870,7 +15876,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -blueman config.status 2.1.1 +blueman config.status 2.1.2 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/blueman-2.1.1/configure.ac new/blueman-2.1.2/configure.ac --- old/blueman-2.1.1/configure.ac 2019-07-07 18:59:03.000000000 +0200 +++ new/blueman-2.1.2/configure.ac 2020-01-14 01:29:13.000000000 +0100 @@ -1,6 +1,6 @@ AC_PREREQ(2.61) -AC_INIT([blueman], [2.1.1], [https://github.com/blueman-project/blueman/issues]) +AC_INIT([blueman], [2.1.2], [https://github.com/blueman-project/blueman/issues]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([foreign dist-xz]) @@ -52,7 +52,7 @@ fi fi -PKG_CHECK_MODULES([PYGOBJECT],[pygobject-3.0]) +PKG_CHECK_MODULES([PYGOBJECT],[pygobject-3.0 >= 3.27.2]) AC_SUBST([PYGOBJECT_CFLAGS]) AC_SUBST([PYGOBJECT_LIBS]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/ltmain.sh new/blueman-2.1.2/ltmain.sh --- old/blueman-2.1.1/ltmain.sh 2019-07-08 07:40:38.000000000 +0200 +++ new/blueman-2.1.2/ltmain.sh 2020-01-24 09:12:34.000000000 +0100 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-9" +VERSION="2.4.6 Debian-2.4.6-11" package_revision=2.4.6 @@ -2141,7 +2141,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-9 + version: $progname $scriptversion Debian-2.4.6-11 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/blueman-2.1.1/m4/libtool.m4 new/blueman-2.1.2/m4/libtool.m4 --- old/blueman-2.1.1/m4/libtool.m4 2019-07-08 07:40:38.000000000 +0200 +++ new/blueman-2.1.2/m4/libtool.m4 2020-01-24 09:12:34.000000000 +0100 @@ -4704,6 +4704,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; + # flang / f18. f95 an alias for gfortran or flang on Debian + flang* | f18* | f95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*)
