From 324080c5142afdd6c43bb768fd3fafc3aad78ff95c9abc8bf2f1f2e73853e7cc Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 16 Jun 2015 18:02:46 +0000 Subject: [PATCH] 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 --- bluez-5.30-disable-broken-tests.diff | 20 -------------------- bluez-5.30.tar.xz | 3 --- bluez-5.31.tar.xz | 3 +++ bluez.changes | 15 +++++++++++++++ bluez.spec | 5 +---- 5 files changed, 19 insertions(+), 27 deletions(-) delete mode 100644 bluez-5.30-disable-broken-tests.diff delete mode 100644 bluez-5.30.tar.xz create mode 100644 bluez-5.31.tar.xz diff --git a/bluez-5.30-disable-broken-tests.diff b/bluez-5.30-disable-broken-tests.diff deleted file mode 100644 index 035f850..0000000 --- a/bluez-5.30-disable-broken-tests.diff +++ /dev/null @@ -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, diff --git a/bluez-5.30.tar.xz b/bluez-5.30.tar.xz deleted file mode 100644 index 4bbf1f0..0000000 --- a/bluez-5.30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c -size 1594944 diff --git a/bluez-5.31.tar.xz b/bluez-5.31.tar.xz new file mode 100644 index 0000000..be963c5 --- /dev/null +++ b/bluez-5.31.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b661cc5866d9a9a9d608d700392afa278c3b6fe8426238bf6979be7c63818f +size 1631664 diff --git a/bluez.changes b/bluez.changes index 25ef964..0a83648 100644 --- a/bluez.changes +++ b/bluez.changes @@ -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 we’ve 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. We’ve 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 diff --git a/bluez.spec b/bluez.spec index 6cee0f4..26b3899 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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