From 94a4c74433bfe853ddba3b6bd7b44625162a0d21d8ba62e8f49c683755d7edec Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 28 Dec 2015 14:35:08 +0000 Subject: [PATCH] Accepting request 351086 from home:seife:testing update to version 5.37 OBS-URL: https://build.opensuse.org/request/show/351086 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=202 --- bluez-5.36.tar.xz | 3 --- bluez-5.37.tar.xz | 3 +++ bluez.changes | 12 ++++++++++++ bluez.spec | 9 ++++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 bluez-5.36.tar.xz create mode 100644 bluez-5.37.tar.xz diff --git a/bluez-5.36.tar.xz b/bluez-5.36.tar.xz deleted file mode 100644 index 7aa61d7..0000000 --- a/bluez-5.36.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2 -size 1649088 diff --git a/bluez-5.37.tar.xz b/bluez-5.37.tar.xz new file mode 100644 index 0000000..85417dd --- /dev/null +++ b/bluez-5.37.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0 +size 1657760 diff --git a/bluez.changes b/bluez.changes index a7aa973..563cb87 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 28 08:27:37 UTC 2015 - seife+obs@b1-systems.com + +- update to version 5.37: + * Fix issue with registering external profiles. + * Fix issue with connecting external profiles. + * Fix issue with GATT service changed handling. + * Fix issue with not emitting GattServices update. + * Convert to unified HID over GATT profile support. + * Convert to KeyboardDisplay as default IO capability. + * Install btattach utility by default. + ------------------------------------------------------------------- Fri Oct 30 08:11:30 UTC 2015 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index 41a00ca..e1d0fba 100644 --- a/bluez.spec +++ b/bluez.spec @@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.6 %{?systemd_requires} -Version: 5.36 +Version: 5.37 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ @@ -119,13 +119,14 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service # END FIXME %build -# autoreconf -fiv +# --enable-experimental is needed or btattach does not build (bug?) %configure --with-pic \ --enable-pie \ --enable-library \ --enable-tools \ --enable-cups \ --enable-test \ + --enable-experimental \ --enable-datafiles make %{?_smp_mflags} all V=1 @@ -156,7 +157,7 @@ chmod 0644 *.py *.xml *.dtd %check %if ! 0%{?qemu_user_space_build} -make check +make %{?_smp_mflags} check %endif %clean @@ -187,6 +188,7 @@ rm -rf %{buildroot} %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README dbus-apis %{_bindir}/bluemoon +%{_bindir}/btattach %{_bindir}/hcitool %{_bindir}/l2ping %{_bindir}/rfcomm @@ -204,6 +206,7 @@ rm -rf %{buildroot} %{_bindir}/hcidump %{_bindir}/bccmd %{_prefix}/lib/udev/ +%doc %{_mandir}/man1/btattach.1.gz %doc %{_mandir}/man1/hcidump.1.gz %doc %{_mandir}/man1/hciattach.1.gz %doc %{_mandir}/man1/hciconfig.1.gz