Accepting request 527366 from Base:System
update to version 5.47 (forwarded request 527365 from seife) OBS-URL: https://build.opensuse.org/request/show/527366 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=149
This commit is contained in:
commit
3287549d05
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ddab3d3837c1afb8ae228a94ba17709a4650bd4db24211b6771ab735c8908e28
|
|
||||||
size 1677640
|
|
3
bluez-5.47.tar.xz
Normal file
3
bluez-5.47.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf75bf7cd5d564f21cc4a2bd01d5c39ce425397335fd47d9bbe43af0a58342c8
|
||||||
|
size 1718920
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 17 22:34:07 UTC 2017 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to version 5.47:
|
||||||
|
This release contains various fixes to GATT, A2DP and BR/EDR vs
|
||||||
|
LE bearer handling. There’s also a notable SDP fix for CVE-2017-
|
||||||
|
1000250 (part of the recently announced BlueBorne vulnerabilities).
|
||||||
|
Feature-wise, there’s now support for adding the appearance and
|
||||||
|
local name to advertising data through the Advertising D-Bus
|
||||||
|
interface. The btmon tool is now also able to better decode most
|
||||||
|
Bluetooth 5.0 HCI commands and events.
|
||||||
|
The Bluetooth Mesh Profile specification was released recently,
|
||||||
|
and this BlueZ release comes with initial support for it in the
|
||||||
|
form of a new meshctl tool. Using this tool it’s possible to
|
||||||
|
provision mesh devices through the GATT Provisioning Bearer
|
||||||
|
(PB-GATT), as well as communicate with them (e.g. configure them)
|
||||||
|
using the GATT Proxy protocol.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 15 07:14:55 UTC 2017 - seife+obs@b1-systems.com
|
Sat Jul 15 07:14:55 UTC 2017 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 5.46
|
Version: 5.47
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -44,6 +44,8 @@ BuildRequires: pkgconfig(alsa)
|
|||||||
BuildRequires: pkgconfig(check)
|
BuildRequires: pkgconfig(check)
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
|
# json-c is needed for --enable-mesh
|
||||||
|
BuildRequires: pkgconfig(json-c)
|
||||||
BuildRequires: pkgconfig(libcap-ng)
|
BuildRequires: pkgconfig(libcap-ng)
|
||||||
BuildRequires: pkgconfig(libical)
|
BuildRequires: pkgconfig(libical)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
@ -154,6 +156,7 @@ autoreconf -fi
|
|||||||
--enable-library \
|
--enable-library \
|
||||||
--enable-tools \
|
--enable-tools \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
|
--enable-mesh \
|
||||||
--enable-midi \
|
--enable-midi \
|
||||||
--enable-test \
|
--enable-test \
|
||||||
--enable-experimental \
|
--enable-experimental \
|
||||||
@ -239,6 +242,7 @@ make check V=0
|
|||||||
%{_libexecdir}/bluetooth/obexd
|
%{_libexecdir}/bluetooth/obexd
|
||||||
%{_bindir}/bluetoothctl
|
%{_bindir}/bluetoothctl
|
||||||
%{_bindir}/btmon
|
%{_bindir}/btmon
|
||||||
|
%{_bindir}/meshctl
|
||||||
%{_bindir}/hcidump
|
%{_bindir}/hcidump
|
||||||
%{_bindir}/bccmd
|
%{_bindir}/bccmd
|
||||||
%{_libexecdir}/udev/
|
%{_libexecdir}/udev/
|
||||||
|
Loading…
Reference in New Issue
Block a user