Accepting request 925820 from home:seife:testing
update to version 5.62 OBS-URL: https://build.opensuse.org/request/show/925820 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=317
This commit is contained in:
parent
b7eef2ea38
commit
21cae03eb2
@ -1,42 +0,0 @@
|
||||
From 124dee151746b4a8a2e8a7194af78f2c82f75d79 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
||||
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,
|
||||
};
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83afd6c52179554bfeabbcb538fec2eb6be90a8ac3c40871b49d7ad8b49c423b
|
||||
size 2137412
|
3
bluez-5.62.tar.xz
Normal file
3
bluez-5.62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38090a5b750e17fc08d3e52178ed8d3254c5f4bd2c48830d5c1955b88e3bc0c2
|
||||
size 2149348
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 07:39:24 UTC 2021 - Stefan Seyfried <seife+obs@b1-systems.com>
|
||||
|
||||
- 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 <seife+obs@b1-systems.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user