SHA256
1
0
forked from pool/bluez

Accepting request 312315 from home:seife:testing

update to version 5.31

OBS-URL: https://build.opensuse.org/request/show/312315
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=190
This commit is contained in:
Stefan Seyfried 2015-06-16 18:02:46 +00:00 committed by Git OBS Bridge
parent 9f6e21f6b6
commit 324080c514
5 changed files with 19 additions and 27 deletions

View File

@ -1,20 +0,0 @@
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 95b42dd..b56b9d1 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3416,6 +3416,7 @@ int main(int argc, char *argv[])
raw_pdu(0x12, 0x04, 0x00, 0x01, 0x02, 0x03),
raw_pdu(0x01, 0x12, 0x04, 0x00, 0x03));
+#if 0
define_test_client("/TP/GAW/CL/BV-05-C", test_client, service_db_1,
&test_long_write_1,
SERVICE_DATA_1_PDUS,
@@ -3671,6 +3672,7 @@ int main(int argc, char *argv[])
raw_pdu(0x01, 0x16, 0x07, 0x00, 0x0c),
raw_pdu(0x18, 0x00),
raw_pdu(0x19));
+#endif
define_test_server("/TP/GAW/SR/BV-05-C/small", test_server,
ts_small_db, NULL,

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c
size 1594944

3
bluez-5.31.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4b661cc5866d9a9a9d608d700392afa278c3b6fe8426238bf6979be7c63818f
size 1631664

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 16 05:39:22 UTC 2015 - seife+obs@b1-systems.com
- update to version 5.31
Fixes to many different areas, including networking, GATT, HID,
A2DP and AVRCP. Feature-wise weve got support for security flags
for the GATT database, allowing fine-grained security level
control for D-Bus clients using the GATT D-Bus API. Weve also
got a new experimental device discovery filter interface which
allows filtering for a specific remote service, RSSI threshold
or transport (LE vs. BR/EDR). Another new experimental interface
is for LE advertising, which also brings the LE peripheral role
closer to feature completion on a D-Bus level
- remove obsolete bluez-5.30-disable-broken-tests.diff
-------------------------------------------------------------------
Wed Apr 1 10:35:59 UTC 2015 - seife+obs@b1-systems.com

View File

@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
BuildRequires: systemd-devel
BuildRequires: pkgconfig(dbus-1) >= 1.4
%{?systemd_requires}
Version: 5.30
Version: 5.31
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0+
@ -36,8 +36,6 @@ Source7: bluetooth.modprobe
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
Patch1: bluez-5.11-logitech-hid2hci.patch
Patch2: bluez-sdp-unix-path.patch
# temporary fix untils bluez-5.31 comes along - reported upstream
Patch100: bluez-5.30-disable-broken-tests.diff
BuildRequires: alsa-devel
BuildRequires: automake
BuildRequires: check-devel
@ -113,7 +111,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%setup -q
%patch1 -p1
%patch2 -p1
%patch100 -p1
mkdir dbus-apis
cp -a doc/*.txt dbus-apis/
# FIXME: Change the dbus service to be a real service, not systemd launched