diff --git a/bluetooth.sh b/bluetooth.sh index 8fe9a29..4c1c8e5 100644 --- a/bluetooth.sh +++ b/bluetooth.sh @@ -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 diff --git a/bluez-4.51.tar.bz2 b/bluez-4.51.tar.bz2 deleted file mode 100644 index 9c32a7b..0000000 --- a/bluez-4.51.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4cd946e8f2e3211eb3a442b62532fa8f3d5c44d2299e1d7e8496d6be43b80ed -size 776637 diff --git a/bluez-4.55.tar.bz2 b/bluez-4.55.tar.bz2 new file mode 100644 index 0000000..6aef359 --- /dev/null +++ b/bluez-4.55.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f2d629d9b6c30c4b4bc1fba7fa5721846aa7befcecedc0fc55455b266945bf +size 779868 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 1bb80cb..d122df2 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -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 diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 62277bd..9698772 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -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 diff --git a/bluez.changes b/bluez.changes index 1bb80cb..d122df2 100644 --- a/bluez.changes +++ b/bluez.changes @@ -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 diff --git a/bluez.spec b/bluez.spec index ef40735..af87c41 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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