SHA256
1
0
forked from pool/bluez

Accepting request 914394 from home:seife:testing

update to version 5.61

OBS-URL: https://build.opensuse.org/request/show/914394
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=315
This commit is contained in:
Stefan Seyfried 2021-08-26 11:32:01 +00:00 committed by Git OBS Bridge
parent 38a01bd68f
commit b7eef2ea38
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 24 06:57:14 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>
- update to version 5.61:
* Fix issue with A2DP while waiting for command response.
* Fix issue with A2DP when SetConfiguration fails.
* Fix issue with device removal handling.
* Fix issue with storing discoverable setting.
* Add support for Central Address Resolution characteristic.
* Add support for admin policy plugin.
-------------------------------------------------------------------
Tue Aug 10 09:49:45 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>

View File

@ -25,7 +25,7 @@
%bcond_without bluez_deprecated
#
Name: bluez
Version: 5.60
Version: 5.61
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0-or-later
@ -47,7 +47,9 @@ Patch4: bluez-disable-broken-tests.diff
Patch5: bluez-test-2to3.diff
#
# patches boorrowed from fedora's package, for compatibility with newer glib and glibc
%if 0%{?suse_version} >= 1550
Patch6: 0002-Use-g_memdup2-everywhere.patch
%endif
Patch7: 0005-media-rename-local-function-conflicting-with-pause-2.patch
#
# Move 43xx firmware path for RPi3 bluetooth support bsc#1140688
@ -214,6 +216,7 @@ autoreconf -fi
--enable-tools \
--enable-cups \
--enable-hid2hci \
--enable-admin \
%if %{with mesh}
--enable-mesh \
%endif