Accepting request 21889 from Base:System

Copy from Base:System/bluez based on submit request 21889 from user seife

OBS-URL: https://build.opensuse.org/request/show/21889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=42
This commit is contained in:
OBS User autobuild 2009-10-12 14:23:00 +00:00 committed by Git OBS Bridge
parent 6182856cd6
commit 65cceb42c2
7 changed files with 68 additions and 8 deletions

View File

@ -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

View File

@ -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
View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Oct 4 22:06:46 CEST 2009 - seife@opensuse.org
- 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

View File

@ -1,5 +1,5 @@
#
# spec file for package bluez-gstreamer (Version 4.51)
# spec file for package bluez-gstreamer (Version 4.55)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Oct 4 22:06:46 CEST 2009 - seife@opensuse.org
- 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

View File

@ -1,5 +1,5 @@
#
# spec file for package bluez (Version 4.51)
# spec file for package bluez (Version 4.55)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -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