Hello community, here is the log from the commit of package gnome-bluetooth for openSUSE:Factory checked in at 2015-04-23 07:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old) and /work/SRC/openSUSE:Factory/.gnome-bluetooth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-bluetooth" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes 2015-03-30 19:19:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 2015-04-23 07:57:25.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Apr 18 15:37:50 UTC 2015 - [email protected] + +- Update to version 3.16.1: + + Fix Bluetooth 2.1 keyboards not being pairable. + +------------------------------------------------------------------- Old: ---- gnome-bluetooth-3.16.0.tar.xz New: ---- gnome-bluetooth-3.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-bluetooth.spec ++++++ --- /var/tmp/diff_new_pack.lmUIHS/_old 2015-04-23 07:57:26.000000000 +0200 +++ /var/tmp/diff_new_pack.lmUIHS/_new 2015-04-23 07:57:26.000000000 +0200 @@ -17,7 +17,7 @@ Name: gnome-bluetooth -Version: 3.16.0 +Version: 3.16.1 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0+ ++++++ gnome-bluetooth-3.16.0.tar.xz -> gnome-bluetooth-3.16.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/ChangeLog new/gnome-bluetooth-3.16.1/ChangeLog --- old/gnome-bluetooth-3.16.0/ChangeLog 2015-03-24 12:56:37.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/ChangeLog 2015-04-18 17:28:44.000000000 +0200 @@ -1,3 +1,40 @@ +commit 042b2cd0d57a779c06568318720772eba3200b6c +Author: Bastien Nocera <[email protected]> +Date: Sat Apr 18 17:28:29 2015 +0200 + + 3.16.1 + + NEWS | 3 +++ + configure.ac | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + +commit 2d953eb4ebc090e55369cc036867ca0250e8339d +Author: Bastien Nocera <[email protected]> +Date: Thu Apr 9 12:07:06 2015 +0200 + + lib: Fix Bluetooth 2.1 keyboard pairing + + We just forgot to ever show the pairing dialogue. Duh! + + https://bugzilla.gnome.org/show_bug.cgi?id=746033 + + lib/bluetooth-settings-widget.c | 2 ++ + 1 file changed, 2 insertions(+) + +commit 8cb094504745c6640fecc935c344e4420a493246 +Author: Jian-Ding Chen <[email protected]> +Date: Fri Nov 28 13:56:31 2014 +1300 + + lib: Fix signature of org.bluez.Agent1.DisplayPasskey method + + This would cause devices that require this method to be unable to connect + (e.g. keyboards). + + https://bugzilla.gnome.org/show_bug.cgi?id=740829 + + lib/bluetooth-agent.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + commit 2244ec228f137fc8bee82e2d50b4129de18fc7b2 Author: Bastien Nocera <[email protected]> Date: Tue Mar 24 12:55:47 2015 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/NEWS new/gnome-bluetooth-3.16.1/NEWS --- old/gnome-bluetooth-3.16.0/NEWS 2015-03-24 12:55:44.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/NEWS 2015-04-18 17:28:19.000000000 +0200 @@ -1,3 +1,6 @@ +ver 3.16.1: +- Fix Bluetooth 2.1 keyboards not being pairable + ver 3.16.0: - Translation updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/aclocal.m4 new/gnome-bluetooth-3.16.1/aclocal.m4 --- old/gnome-bluetooth-3.16.0/aclocal.m4 2015-03-24 12:56:15.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/aclocal.m4 2015-04-18 17:28:39.000000000 +0200 @@ -376,6 +376,187 @@ AC_SUBST(WARN_CXXFLAGS) ]) +dnl GLIB_GSETTINGS +dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether +dnl the schema should be compiled +dnl + +AC_DEFUN([GLIB_GSETTINGS], +[ + m4_pattern_allow([AM_V_GEN]) + AC_ARG_ENABLE(schemas-compile, + AS_HELP_STRING([--disable-schemas-compile], + [Disable regeneration of gschemas.compiled on install]), + [case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; + esac]) + AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) + PKG_PROG_PKG_CONFIG([0.16]) + AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) + fi + AC_SUBST(GLIB_COMPILE_SCHEMAS) + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) + else + ifelse([$1],,[:],[$1]) + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ +endif +' + _GSETTINGS_SUBST(GSETTINGS_RULES) +]) + +dnl _GSETTINGS_SUBST(VARIABLE) +dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +AC_DEFUN([_GSETTINGS_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + +dnl -*- mode: autoconf -*- +dnl Copyright 2009 Johan Dahlin +dnl +dnl This file is free software; the author(s) gives unlimited +dnl permission to copy and/or distribute it, with or without +dnl modifications, as long as this notice is preserved. +dnl + +# serial 1 + +m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], +[ + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([LT_INIT],[$0])dnl setup libtool first + + dnl enable/disable introspection + m4_if([$2], [require], + [dnl + enable_introspection=yes + ],[dnl + AC_ARG_ENABLE(introspection, + AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], + [Enable introspection for this build]),, + [enable_introspection=auto]) + ])dnl + + AC_MSG_CHECKING([for gobject-introspection]) + + dnl presence/version checking + AS_CASE([$enable_introspection], + [no], [dnl + found_introspection="no (disabled, use --enable-introspection to enable)" + ],dnl + [yes],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0],, + AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], + found_introspection=yes, + AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) + ],dnl + [auto],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) + dnl Canonicalize enable_introspection + enable_introspection=$found_introspection + ],dnl + [dnl + AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) + ])dnl + + AC_MSG_RESULT([$found_introspection]) + + INTROSPECTION_SCANNER= + INTROSPECTION_COMPILER= + INTROSPECTION_GENERATE= + INTROSPECTION_GIRDIR= + INTROSPECTION_TYPELIBDIR= + if test "x$found_introspection" = "xyes"; then + INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` + INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` + INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` + INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection + fi + AC_SUBST(INTROSPECTION_SCANNER) + AC_SUBST(INTROSPECTION_COMPILER) + AC_SUBST(INTROSPECTION_GENERATE) + AC_SUBST(INTROSPECTION_GIRDIR) + AC_SUBST(INTROSPECTION_TYPELIBDIR) + AC_SUBST(INTROSPECTION_CFLAGS) + AC_SUBST(INTROSPECTION_LIBS) + AC_SUBST(INTROSPECTION_MAKEFILE) + + AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") +]) + + +dnl Usage: +dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) + +AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) +]) + +dnl Usage: +dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) + + +AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) +]) + # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. @@ -838,187 +1019,6 @@ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) ]) -dnl GLIB_GSETTINGS -dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether -dnl the schema should be compiled -dnl - -AC_DEFUN([GLIB_GSETTINGS], -[ - m4_pattern_allow([AM_V_GEN]) - AC_ARG_ENABLE(schemas-compile, - AS_HELP_STRING([--disable-schemas-compile], - [Disable regeneration of gschemas.compiled on install]), - [case ${enableval} in - yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; - no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; - esac]) - AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) - PKG_PROG_PKG_CONFIG([0.16]) - AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) - if test x$cross_compiling != xyes; then - GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` - else - AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) - fi - AC_SUBST(GLIB_COMPILE_SCHEMAS) - if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then - ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) - else - ifelse([$1],,[:],[$1]) - fi - - GSETTINGS_RULES=' -.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas - -mostlyclean-am: clean-gsettings-schemas - -gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) - -%.gschema.valid: %.gschema.xml $(gsettings__enum_file) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ - -all-am: $(gsettings_SCHEMAS:.xml=.valid) -uninstall-am: uninstall-gsettings-schemas -install-data-am: install-gsettings-schemas - -.SECONDARY: $(gsettings_SCHEMAS) - -install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) - @$(NORMAL_INSTALL) - if test -n "$^"; then \ - test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ - $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ - fi - -uninstall-gsettings-schemas: - @$(NORMAL_UNINSTALL) - @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) - -clean-gsettings-schemas: - rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - -ifdef gsettings_ENUM_NAMESPACE -$(gsettings__enum_file): $(gsettings_ENUM_FILES) - $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ -endif -' - _GSETTINGS_SUBST(GSETTINGS_RULES) -]) - -dnl _GSETTINGS_SUBST(VARIABLE) -dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -AC_DEFUN([_GSETTINGS_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - -dnl -*- mode: autoconf -*- -dnl Copyright 2009 Johan Dahlin -dnl -dnl This file is free software; the author(s) gives unlimited -dnl permission to copy and/or distribute it, with or without -dnl modifications, as long as this notice is preserved. -dnl - -# serial 1 - -m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], -[ - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([LT_INIT],[$0])dnl setup libtool first - - dnl enable/disable introspection - m4_if([$2], [require], - [dnl - enable_introspection=yes - ],[dnl - AC_ARG_ENABLE(introspection, - AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], - [Enable introspection for this build]),, - [enable_introspection=auto]) - ])dnl - - AC_MSG_CHECKING([for gobject-introspection]) - - dnl presence/version checking - AS_CASE([$enable_introspection], - [no], [dnl - found_introspection="no (disabled, use --enable-introspection to enable)" - ],dnl - [yes],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0],, - AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], - found_introspection=yes, - AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) - ],dnl - [auto],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) - dnl Canonicalize enable_introspection - enable_introspection=$found_introspection - ],dnl - [dnl - AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) - ])dnl - - AC_MSG_RESULT([$found_introspection]) - - INTROSPECTION_SCANNER= - INTROSPECTION_COMPILER= - INTROSPECTION_GENERATE= - INTROSPECTION_GIRDIR= - INTROSPECTION_TYPELIBDIR= - if test "x$found_introspection" = "xyes"; then - INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection - fi - AC_SUBST(INTROSPECTION_SCANNER) - AC_SUBST(INTROSPECTION_COMPILER) - AC_SUBST(INTROSPECTION_GENERATE) - AC_SUBST(INTROSPECTION_GIRDIR) - AC_SUBST(INTROSPECTION_TYPELIBDIR) - AC_SUBST(INTROSPECTION_CFLAGS) - AC_SUBST(INTROSPECTION_LIBS) - AC_SUBST(INTROSPECTION_MAKEFILE) - - AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") -]) - - -dnl Usage: -dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) - -AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) -]) - -dnl Usage: -dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) - - -AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) -]) - # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/configure new/gnome-bluetooth-3.16.1/configure --- old/gnome-bluetooth-3.16.0/configure 2015-03-24 12:56:15.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/configure 2015-04-18 17:28:40.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-bluetooth 3.16.0. +# Generated by GNU Autoconf 2.69 for gnome-bluetooth 3.16.1. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-bluetooth>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='gnome-bluetooth' PACKAGE_TARNAME='gnome-bluetooth' -PACKAGE_VERSION='3.16.0' -PACKAGE_STRING='gnome-bluetooth 3.16.0' +PACKAGE_VERSION='3.16.1' +PACKAGE_STRING='gnome-bluetooth 3.16.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-bluetooth' PACKAGE_URL='' @@ -1442,7 +1442,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 gnome-bluetooth 3.16.0 to adapt to many kinds of systems. +\`configure' configures gnome-bluetooth 3.16.1 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 gnome-bluetooth 3.16.0:";; + short | recursive ) echo "Configuration of gnome-bluetooth 3.16.1:";; esac cat <<\_ACEOF @@ -1664,7 +1664,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-bluetooth configure 3.16.0 +gnome-bluetooth configure 3.16.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1942,7 +1942,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-bluetooth $as_me 3.16.0, which was +It was created by gnome-bluetooth $as_me 3.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2811,7 +2811,7 @@ # Define the identity of the package. PACKAGE='gnome-bluetooth' - VERSION='3.16.0' + VERSION='3.16.1' cat >>confdefs.h <<_ACEOF @@ -14828,7 +14828,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-bluetooth $as_me 3.16.0, which was +This file was extended by gnome-bluetooth $as_me 3.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14894,7 +14894,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-bluetooth config.status 3.16.0 +gnome-bluetooth config.status 3.16.1 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/gnome-bluetooth-3.16.0/configure.ac new/gnome-bluetooth-3.16.1/configure.ac --- old/gnome-bluetooth-3.16.0/configure.ac 2015-03-24 12:55:30.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/configure.ac 2015-04-18 17:28:26.000000000 +0200 @@ -2,7 +2,7 @@ m4_define(gnomebt_version_major, 3) m4_define(gnomebt_version_minor, 16) -m4_define(gnomebt_version_micro, 0) +m4_define(gnomebt_version_micro, 1) AC_INIT([gnome-bluetooth], [gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooser.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooser.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooser.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooser.html 2015-04-18 17:28:47.000000000 +0200 @@ -225,12 +225,12 @@ <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="BluetoothChooser.html#BluetoothChooser-selected-device-activated" title="The “selected-device-activated” signal">selected-device-activated</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr> <tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="BluetoothChooser.html#BluetoothChooser-selected-device-changed" title="The “selected-device-changed” signal">selected-device-changed</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr> </tbody> </table></div> @@ -262,7 +262,7 @@ <a name="BluetoothChooser.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> BluetoothChooser implements - AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p> + <a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkImplementorIface">AtkImplementorIface</a>, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p> </div> <div class="refsect1"> <a name="BluetoothChooser.includes"></a><h2>Includes</h2> @@ -709,7 +709,7 @@ </tbody> </table></div> </div> -<p>Flags: Run Last</p> +<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> <hr> <div class="refsect2"> @@ -747,7 +747,7 @@ </tbody> </table></div> </div> -<p>Flags: Run Last</p> +<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooserButton.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooserButton.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooserButton.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooserButton.html 2015-04-18 17:28:47.000000000 +0200 @@ -106,7 +106,7 @@ <tbody><tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="BluetoothChooserButton.html#BluetoothChooserButton-chooser-created" title="The “chooser-created” signal">chooser-created</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr></tbody> </table></div> </div> @@ -138,7 +138,7 @@ <a name="BluetoothChooserButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> BluetoothChooserButton implements - AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a>, <a href="http://developer.gnome.org/gtk2/GtkActionable.html">GtkActionable</a> and <a href="http://developer.gnome.org/gtk2/GtkActivatable.html">GtkActivatable</a>.</p> + <a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkImplementorIface">AtkImplementorIface</a>, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a>, <a href="http://developer.gnome.org/gtk2/GtkActionable.html">GtkActionable</a> and <a href="http://developer.gnome.org/gtk2/GtkActivatable.html">GtkActivatable</a>.</p> </div> <div class="refsect1"> <a name="BluetoothChooserButton.includes"></a><h2>Includes</h2> @@ -257,7 +257,7 @@ </tbody> </table></div> </div> -<p>Flags: Run Last</p> +<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooserCombo.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooserCombo.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothChooserCombo.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothChooserCombo.html 2015-04-18 17:28:47.000000000 +0200 @@ -97,7 +97,7 @@ <tbody><tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="BluetoothChooserCombo.html#BluetoothChooserCombo-chooser-created" title="The “chooser-created” signal">chooser-created</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr></tbody> </table></div> </div> @@ -134,7 +134,7 @@ <a name="BluetoothChooserCombo.implemented-interfaces"></a><h2>Implemented Interfaces</h2> <p> BluetoothChooserCombo implements - AtkImplementorIface, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p> + <a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkImplementorIface">AtkImplementorIface</a>, <a href="http://developer.gnome.org/gtk2/GtkBuildable.html">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk2/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p> </div> <div class="refsect1"> <a name="BluetoothChooserCombo.includes"></a><h2>Includes</h2> @@ -230,7 +230,7 @@ </tbody> </table></div> </div> -<p>Flags: Run Last</p> +<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothClient.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothClient.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/BluetoothClient.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/BluetoothClient.html 2015-04-18 17:28:47.000000000 +0200 @@ -161,7 +161,7 @@ <tbody><tr> <td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="BluetoothClient.html#BluetoothClient-device-removed" title="The “device-removed” signal">device-removed</a></td> -<td class="signal_flags">Run Last</td> +<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td> </tr></tbody> </table></div> </div> @@ -529,7 +529,7 @@ </tbody> </table></div> </div> -<p>Flags: Run Last</p> +<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p> </div> </div> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-enums.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-enums.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-enums.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-enums.html 2015-04-18 17:28:47.000000000 +0200 @@ -90,11 +90,11 @@ </div> <div class="refsect1"> <a name="gnome-bluetooth-bluetooth-enums.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> GEnum +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GEnum</a> <span class="lineart">├──</span> BluetoothCategory <span class="lineart">├──</span> BluetoothColumn <span class="lineart">╰──</span> BluetoothStatus - GFlags + <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GFlags</a> <span class="lineart">╰──</span> BluetoothType </pre> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/index.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/index.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/index.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/index.html 2015-04-18 17:28:47.000000000 +0200 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">gnome-bluetooth Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for gnome-bluetooth 3.16.0 + for gnome-bluetooth 3.16.1 . The latest version of this documentation can be found on-line at <a class="ulink" href="http://library.gnome.org/devel/gnome-bluetooth/unstable/" target="_top">http://library.gnome.org/devel/gnome-bluetooth/unstable/</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/object-tree.html new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/object-tree.html --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/html/object-tree.html 2015-03-24 12:56:38.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/html/object-tree.html 2015-04-18 17:28:47.000000000 +0200 @@ -34,11 +34,11 @@ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="BluetoothChooserCombo.html" title="BluetoothChooserCombo">BluetoothChooserCombo</a> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="BluetoothChooser.html" title="BluetoothChooser">BluetoothChooser</a> <span class="lineart">╰──</span> <a class="link" href="BluetoothClient.html" title="BluetoothClient">BluetoothClient</a> - GEnum + <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GEnum</a> <span class="lineart">├──</span> <a class="link" href="gnome-bluetooth-bluetooth-enums.html#BluetoothCategory" title="enum BluetoothCategory">BluetoothCategory</a> <span class="lineart">├──</span> <a class="link" href="gnome-bluetooth-bluetooth-enums.html#BluetoothColumn" title="enum BluetoothColumn">BluetoothColumn</a> <span class="lineart">╰──</span> <a class="link" href="gnome-bluetooth-bluetooth-enums.html#BluetoothStatus" title="enum BluetoothStatus">BluetoothStatus</a> - GFlags + <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GFlags</a> <span class="lineart">╰──</span> <a class="link" href="gnome-bluetooth-bluetooth-enums.html#BluetoothType" title="enum BluetoothType">BluetoothType</a> </pre> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/version.xml new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/version.xml --- old/gnome-bluetooth-3.16.0/docs/reference/libgnome-bluetooth/version.xml 2015-03-24 12:56:19.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/docs/reference/libgnome-bluetooth/version.xml 2015-04-18 17:28:42.000000000 +0200 @@ -1 +1 @@ -3.16.0 +3.16.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/lib/bluetooth-agent.c new/gnome-bluetooth-3.16.1/lib/bluetooth-agent.c --- old/gnome-bluetooth-3.16.0/lib/bluetooth-agent.c 2015-01-19 15:50:54.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/lib/bluetooth-agent.c 2015-04-09 12:01:12.000000000 +0200 @@ -51,7 +51,7 @@ " <method name='DisplayPasskey'>" " <arg type='o' name='device' direction='in'/>" " <arg type='u' name='passkey' direction='in'/>" -" <arg type='y' name='entered' direction='in'/>" +" <arg type='q' name='entered' direction='in'/>" " </method>" " <method name='DisplayPinCode'>" " <arg type='o' name='device' direction='in'/>" @@ -167,7 +167,7 @@ } static gboolean bluetooth_agent_display_passkey(BluetoothAgent *agent, - const char *path, guint passkey, guint8 entered, + const char *path, guint passkey, guint16 entered, GDBusMethodInvocation *invocation) { BluetoothAgentPrivate *priv = BLUETOOTH_AGENT_GET_PRIVATE(agent); @@ -388,9 +388,9 @@ } else if (g_strcmp0 (method_name, "DisplayPasskey") == 0) { const char *path; guint32 passkey; - guint8 entered; + guint16 entered; - g_variant_get (parameters, "(&ouy)", &path, &passkey, &entered); + g_variant_get (parameters, "(&ouq)", &path, &passkey, &entered); bluetooth_agent_display_passkey (agent, path, passkey, entered, invocation); } else if (g_strcmp0 (method_name, "DisplayPinCode") == 0) { const char *path; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/lib/bluetooth-settings-resources.c new/gnome-bluetooth-3.16.1/lib/bluetooth-settings-resources.c --- old/gnome-bluetooth-3.16.0/lib/bluetooth-settings-resources.c 2015-01-19 15:53:41.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/lib/bluetooth-settings-resources.c 2015-04-18 17:28:44.000000000 +0200 @@ -2081,6 +2081,8 @@ */ +#ifndef __GTK_DOC_IGNORE__ + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) #define G_HAS_CONSTRUCTORS 1 @@ -2154,6 +2156,7 @@ #endif +#endif /* __GTK_DOC_IGNORE__ */ #ifdef G_HAS_CONSTRUCTORS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-bluetooth-3.16.0/lib/bluetooth-settings-widget.c new/gnome-bluetooth-3.16.1/lib/bluetooth-settings-widget.c --- old/gnome-bluetooth-3.16.0/lib/bluetooth-settings-widget.c 2015-01-19 15:50:54.000000000 +0100 +++ new/gnome-bluetooth-3.16.1/lib/bluetooth-settings-widget.c 2015-04-18 17:27:45.000000000 +0200 @@ -520,6 +520,8 @@ entered); g_free (pin_str); g_free (name); + + gtk_widget_show (priv->pairing_dialog); } static void
