Accepting request 21664 from home:seife:testing
Copy from home:seife:testing/bluez via accept of submit request 21664 revision 29. Request was accepted with message: update to bluez-4.55 OBS-URL: https://build.opensuse.org/request/show/21664 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=23
This commit is contained in:
parent
ce98d2633d
commit
6c84f2a822
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
BLUETOOTH_CONFIG=/etc/sysconfig/bluetooth
|
||||
test -r $BLUETOOTH_CONFIG && $BLUETOOTH_CONFIG
|
||||
test -r $BLUETOOTH_CONFIG && . $BLUETOOTH_CONFIG
|
||||
|
||||
if [ "$START_BLUETOOTHD" = "no" ]; then
|
||||
exit 0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4cd946e8f2e3211eb3a442b62532fa8f3d5c44d2299e1d7e8496d6be43b80ed
|
||||
size 776637
|
3
bluez-4.55.tar.bz2
Normal file
3
bluez-4.55.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2f2d629d9b6c30c4b4bc1fba7fa5721846aa7befcecedc0fc55455b266945bf
|
||||
size 779868
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:06:46 CEST 2009 - seife@suse.de
|
||||
|
||||
- fix reading of config file in udev helper script
|
||||
- update to bluez-4.55:
|
||||
- Add support for POSIX capabilities dropping.
|
||||
- Add special quirk for the Nokia CK-20W car kit.
|
||||
- Fix error code handling for AVDTP SetConfiguration response.
|
||||
- Fix updating out of range list when RSSI hasn't changed.
|
||||
- Fix various memory leaks and unnecessary error checks.
|
||||
ver 4.54:
|
||||
- Add introspection interface to output of introspection calls.
|
||||
- Fix stream handling when media transport disconnects prematurely.
|
||||
- Fix command timeout handling when there's no stream.
|
||||
- Fix headset_suspend_stream behavior for invalid states
|
||||
- Fix issue with AVDTP ABORTING state transition.
|
||||
- Fix issue with AVDTP suspend while closing.
|
||||
ver 4.53:
|
||||
- Fix issue with telephony connection state notifications.
|
||||
- Fix AVDTP stream leak for invalid media transport config.
|
||||
- Fix audio connection authorization handling with timeouts.
|
||||
- Fix race condition in authorizing audio connections.
|
||||
- Fix device authorized setting for AVRCP-only connections.
|
||||
- Fix duplicate attempts from device to connect signal channel.
|
||||
ver 4.52:
|
||||
- Add AVCTP support to test utility.
|
||||
- Fix AVDTP Abort when transport closes before response.
|
||||
- Fix authorization when the audio profiles are slow to connect.
|
||||
- Fix potential AVDTP reference leaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 14:38:59 CEST 2009 - seife@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.51
|
||||
Version: 4.55
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:06:46 CEST 2009 - seife@suse.de
|
||||
|
||||
- fix reading of config file in udev helper script
|
||||
- update to bluez-4.55:
|
||||
- Add support for POSIX capabilities dropping.
|
||||
- Add special quirk for the Nokia CK-20W car kit.
|
||||
- Fix error code handling for AVDTP SetConfiguration response.
|
||||
- Fix updating out of range list when RSSI hasn't changed.
|
||||
- Fix various memory leaks and unnecessary error checks.
|
||||
ver 4.54:
|
||||
- Add introspection interface to output of introspection calls.
|
||||
- Fix stream handling when media transport disconnects prematurely.
|
||||
- Fix command timeout handling when there's no stream.
|
||||
- Fix headset_suspend_stream behavior for invalid states
|
||||
- Fix issue with AVDTP ABORTING state transition.
|
||||
- Fix issue with AVDTP suspend while closing.
|
||||
ver 4.53:
|
||||
- Fix issue with telephony connection state notifications.
|
||||
- Fix AVDTP stream leak for invalid media transport config.
|
||||
- Fix audio connection authorization handling with timeouts.
|
||||
- Fix race condition in authorizing audio connections.
|
||||
- Fix device authorized setting for AVRCP-only connections.
|
||||
- Fix duplicate attempts from device to connect signal channel.
|
||||
ver 4.52:
|
||||
- Add AVCTP support to test utility.
|
||||
- Fix AVDTP Abort when transport closes before response.
|
||||
- Fix authorization when the audio profiles are slow to connect.
|
||||
- Fix potential AVDTP reference leaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 14:38:59 CEST 2009 - seife@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.51
|
||||
Version: 4.55
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
|
Loading…
Reference in New Issue
Block a user