Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2015-10-06 16:36:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez" Changes: -------- --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2015-08-21 07:40:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2015-10-06 16:36:27.000000000 +0200 @@ -1,0 +2,34 @@ +Mon Sep 28 19:02:15 UTC 2015 - [email protected] + +- update to version 5.35: + This release contains bugfixes to areas such as GATT, OBEX, HoG + and AVRCP. From now on bluetoothd will cache more information of + remote GATT databases and thereby avoid unnecessary rediscovery + of remote services. + A noteworthy new feature is the ability to configure bluetoothd + to automatically enable (power on) all new adapters. One use of + this is to replace unreliable "hciconfig hci0 up" commands that + some distributions use in their init/udev scripts. The feature + can be enabled by having "AutoEnable=true" under the "[Policy]" + section of /etc/bluetooth/main.conf + +------------------------------------------------------------------- +Thu Sep 10 13:24:58 UTC 2015 - [email protected] + +- Add bluez-no-duplicate-test-names.patch: Fix test suite when + running against GLIB 2.45.x (test names are not to be used + duplicated). + +------------------------------------------------------------------- +Fri Sep 4 10:39:32 UTC 2015 - [email protected] + +- update to version 5.34: + This release fixes a fairly important bug for the GATT D-Bus + interface where automatic reconnections would not always occur + for the client role. There’s also a fix for a missing attribute + in PBAP & MAP SDP records as well as a couple of audio related + fixes. A new feature in this release is Media Player Selection + support for the Target role of AVRCP (the Controller role already + had this). + +------------------------------------------------------------------- Old: ---- bluez-5.33.tar.xz New: ---- bluez-5.35.tar.xz bluez-no-duplicate-test-names.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez.spec ++++++ --- /var/tmp/diff_new_pack.rH7RNY/_old 2015-10-06 16:36:28.000000000 +0200 +++ /var/tmp/diff_new_pack.rH7RNY/_new 2015-10-06 16:36:28.000000000 +0200 @@ -24,7 +24,7 @@ BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.4 %{?systemd_requires} -Version: 5.33 +Version: 5.35 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ @@ -36,6 +36,8 @@ # fix some logitech HID devices, bnc#681049, bnc#850478 [email protected] Patch1: bluez-5.11-logitech-hid2hci.patch Patch2: bluez-sdp-unix-path.patch +# PATCH-FIX-UPSTREAM bluez-no-duplicate-test-names.patch [email protected] -- Do not re-use test names +Patch3: bluez-no-duplicate-test-names.patch BuildRequires: alsa-devel BuildRequires: automake BuildRequires: check-devel @@ -111,6 +113,7 @@ %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 mkdir dbus-apis cp -a doc/*.txt dbus-apis/ # FIXME: Change the dbus service to be a real service, not systemd launched ++++++ bluez-5.33.tar.xz -> bluez-5.35.tar.xz ++++++ ++++ 4058 lines of diff (skipped) ++++++ bluez-no-duplicate-test-names.patch ++++++ >From ff657211adeefe2700d686c2960fa19492f7a71d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <[email protected]> Date: Thu, 10 Sep 2015 15:32:31 +0200 Subject: [PATCH] tests: test-gobex-header: do not use the same full path for two tests Since GLib 2.45.7, it is no longer permitted to have two tests with the same full path. Related glib commit: https://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=367f36d630afa01b0967547f5a038a1f8f499f45 --- unit/test-gobex-header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-gobex-header.c b/unit/test-gobex-header.c index 6f49312..8705892 100644 --- a/unit/test-gobex-header.c +++ b/unit/test-gobex-header.c @@ -554,7 +554,7 @@ int main(int argc, char *argv[]) test_header_encode_name_umlaut); g_test_add_func("/gobex/test_header_encode_body", test_header_encode_body); - g_test_add_func("/gobex/test_header_encode_connid", + g_test_add_func("/gobex/test_header_encode_actionid", test_header_encode_actionid); g_test_add_func("/gobex/test_header_encode_apparam", test_header_encode_apparam); -- 2.5.0
