From 6112dd17980cf3f6004b25f69ddbbe12ac05b3694f248162ffb34192d246d54f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Mar 2016 20:00:55 +0000 Subject: [PATCH 1/2] Accepting request 381075 from home:michel_mno:branches:Base:System - update to version 5.38 http://www.bluez.org/release-of-bluez-5-38/ at least avoid build error ppc64 OBS-URL: https://build.opensuse.org/request/show/381075 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=204 --- bluez-5.37.tar.xz | 3 --- bluez-5.38.tar.xz | 3 +++ bluez.changes | 7 +++++++ bluez.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 bluez-5.37.tar.xz create mode 100644 bluez-5.38.tar.xz diff --git a/bluez-5.37.tar.xz b/bluez-5.37.tar.xz deleted file mode 100644 index 85417dd..0000000 --- a/bluez-5.37.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0 -size 1657760 diff --git a/bluez-5.38.tar.xz b/bluez-5.38.tar.xz new file mode 100644 index 0000000..5d6f904 --- /dev/null +++ b/bluez-5.38.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0618c5440be6715805060ab5eea930526f34089c437bf61819447b160254f4df +size 1658428 diff --git a/bluez.changes b/bluez.changes index 563cb87..6ebb09f 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 25 07:25:03 UTC 2016 - normand@linux.vnet.ibm.com + +- update to version 5.38 + http://www.bluez.org/release-of-bluez-5-38/ + at least avoid build error ppc64 + ------------------------------------------------------------------- Mon Dec 28 08:27:37 UTC 2015 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index e1d0fba..0f9f89c 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ # # spec file for package bluez # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2014 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.6 %{?systemd_requires} -Version: 5.37 +Version: 5.38 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ From dd9f2a78e4a8960640ca3676176a23ebe5c152995d2c75b31bf97ecf1649ef16 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Wed, 30 Mar 2016 14:45:05 +0000 Subject: [PATCH 2/2] Accepting request 381867 from home:seife:testing submit my version with proper RPM changelog OBS-URL: https://build.opensuse.org/request/show/381867 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=205 --- bluez.changes | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/bluez.changes b/bluez.changes index 6ebb09f..d8559b4 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,9 +1,29 @@ ------------------------------------------------------------------- -Fri Mar 25 07:25:03 UTC 2016 - normand@linux.vnet.ibm.com +Fri Mar 18 14:22:39 UTC 2016 - seife+obs@b1-systems.com -- update to version 5.38 - http://www.bluez.org/release-of-bluez-5-38/ - at least avoid build error ppc64 +- update to version 5.38: + This release has lots of updates and fixes to the GATT D-Bus API. + It should be working considerably better now. A key change to the + GATT D-Bus API is that it is now fully conforming to the word of + the D-Bus Object Manager specification. Instead of registering + each service individually with an Object Manager interface per + service path, all application services are now grouped together + through a single RegisterApplication call. The details can be + found in gatt-api.txt. Besides the D-Bus API change there are + also numerous fixes to GATT functionality in general. + Other areas that received fixes in this release are OBEX, AVRCP + and 128-bit UUID handling. Feature-wise there isn’t anything + groundbreaking, but a notable update is support for the Start + Limited Discovery command in the btmgmt tool (this feature + debuted with the 4.5 kernel release). + * Fix issue with stack overflow and UUID handling. + * Fix issue with ObjectManager interface and GATT. + * Fix issue with GATT database and error handling. + * Fix issue with GATT client notifications. + * Fix issue with GATT object ordering. + * Fix issue with GATT default MTU exchange. + * Fix issue with device attribute clearing. + * Fix issue with AVRCP capabilities request. ------------------------------------------------------------------- Mon Dec 28 08:27:37 UTC 2015 - seife+obs@b1-systems.com