diff --git a/0005-media-rename-local-function-conflicting-with-pause-2.patch b/0005-media-rename-local-function-conflicting-with-pause-2.patch deleted file mode 100644 index 80b491d..0000000 --- a/0005-media-rename-local-function-conflicting-with-pause-2.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 124dee151746b4a8a2e8a7194af78f2c82f75d79 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= -Date: Wed, 3 Mar 2021 08:57:36 +0100 -Subject: [PATCH] media: rename local function conflicting with pause(2) - -profiles/audio/media.c:1284:13: error: conflicting types for 'pause'; have '_Bool(void *)' - 1284 | static bool pause(void *user_data) - | ^~~~~ -In file included from /usr/include/bits/sigstksz.h:24, - from /usr/include/signal.h:315, - from /usr/include/glib-2.0/glib/gbacktrace.h:36, - from /usr/include/glib-2.0/glib.h:34, - from profiles/audio/media.c:21: -/usr/include/unistd.h:478:12: note: previous declaration of 'pause' with type 'int(void)' - 478 | extern int pause (void); - | ^~~~~ ---- - profiles/audio/media.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/profiles/audio/media.c b/profiles/audio/media.c -index c84bbe22dc..3d8c4b69c3 100644 ---- a/profiles/audio/media.c -+++ b/profiles/audio/media.c -@@ -1281,7 +1281,7 @@ static bool stop(void *user_data) - return media_player_send(mp, "Stop"); - } - --static bool pause(void *user_data) -+static bool pause_play(void *user_data) - { - struct media_player *mp = user_data; - -@@ -1331,7 +1331,7 @@ static struct avrcp_player_cb player_cb = { - .set_volume = set_volume, - .play = play, - .stop = stop, -- .pause = pause, -+ .pause = pause_play, - .next = next, - .previous = previous, - }; diff --git a/bluez-5.61.tar.xz b/bluez-5.61.tar.xz deleted file mode 100644 index 813d6e7..0000000 --- a/bluez-5.61.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b -size 2137412 diff --git a/bluez-5.62.tar.xz b/bluez-5.62.tar.xz new file mode 100644 index 0000000..a000b9e --- /dev/null +++ b/bluez-5.62.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2 +size 2149348 diff --git a/bluez.changes b/bluez.changes index c593d86..27f5d8e 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 17 07:39:24 UTC 2021 - Stefan Seyfried + +- update to version 5.62: + * Fix issue with handling truncation when loading LTKs. + * Fix issue with accepting Exchange MTU on EATT bearer. + * Fix issue with clearing DeviceLost timers on power down. + * Fix issue with AVCTP browsing channel and missing ERTM. + * Fix issue with AVDTP and local SEID pool for each adapter. + * Add support for BR/EDR and LE connection failure reasons. +- drop obsoleted patch + 0005-media-rename-local-function-conflicting-with-pause-2.patch + ------------------------------------------------------------------- Tue Aug 24 06:57:14 UTC 2021 - Stefan Seyfried diff --git a/bluez.spec b/bluez.spec index f3c31d4..bc3971c 100644 --- a/bluez.spec +++ b/bluez.spec @@ -25,7 +25,7 @@ %bcond_without bluez_deprecated # Name: bluez -Version: 5.61 +Version: 5.62 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0-or-later @@ -50,7 +50,6 @@ Patch5: bluez-test-2to3.diff %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 Patch10: RPi-Move-the-43xx-firmware-into-lib-firmware.patch