diff --git a/001-remove-rule-dell-mouse.patch b/001-remove-rule-dell-mouse.patch new file mode 100644 index 0000000..8d0fe43 --- /dev/null +++ b/001-remove-rule-dell-mouse.patch @@ -0,0 +1,11 @@ +--- a/scripts/bluetooth-hid2hci.rules 2009-10-16 20:29:22.000000000 +0200 ++++ b/scripts/bluetooth-hid2hci.rules 2009-10-16 20:28:35.000000000 +0200 +@@ -8,7 +8,7 @@ + # 413c:8154 + # 413c:8158 + # 413c:8162 +-ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="mouse*", RUN+="/usr/sbin/hid2hci --method dell -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci" ++# ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="mouse*", RUN+="/usr/sbin/hid2hci --method dell -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci" + + # Logitech devices + ACTION=="add", ENV{ID_VENDOR}=="046d", ENV{ID_MODEL}=="c703" RUN+="/usr/sbin/hid2hci --method logitech -v $env{ID_VENDOR} -p $env{ID_MODEL} --mode hci" diff --git a/bluez-4.55.tar.bz2 b/bluez-4.55.tar.bz2 deleted file mode 100644 index 6aef359..0000000 --- a/bluez-4.55.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2f2d629d9b6c30c4b4bc1fba7fa5721846aa7befcecedc0fc55455b266945bf -size 779868 diff --git a/bluez-4.57.tar.bz2 b/bluez-4.57.tar.bz2 new file mode 100644 index 0000000..4fe5034 --- /dev/null +++ b/bluez-4.57.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0791934c6d212308fdff1552b9dcdf8921c1049277c689a4dbe5b5d0f703fc +size 780975 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index bf2cd6b..d7bc2ad 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Nov 2 21:51:12 CET 2009 - seife@opensuse.org + +- update to bluez-4.57: + - Fix unloading of drivers for uninitialized adapters. + - Fix debug message to use requested and not opened SEID. + - Fix codec selection for GStreamer plugin. + - Fix deleting of SDP records during service updates. + - Fix deleting of SDP records when a device is removed. + - Fix handling when the SDP record is modified on remote device. + - Fix potential buffer overflow by using snprintf instead of sprintf. + - Fix const declarations for some storage function parameters. + +------------------------------------------------------------------- +Mon Oct 19 10:39:02 CEST 2009 - vlado@suse.cz + +- 001-remove-rule-dell-mouse.patch added to disable udev action + for dell mouse; bnc#522287 + +------------------------------------------------------------------- +Sat Oct 10 23:26:37 CEST 2009 - seife@opensuse.org + +- update to bluez-4.56: + - Add missing values from Bluetooth 3.0 specification. + - Add proper tracking of device paired status. + - Fix tracking of devices without permanently stored link key. + - Fix issue with link key removal after connection failures. + - Fix legacy pairing information based on remote host features. + - Fix off-by-one issue with AVDTP capability parsing. + - Fix AVRCP, AVCTP, AVDTP, A2DP and HFP version numbers. + - Fix agent canceling before calling agent_destroy. + - Fix service record parsing with an empty UUID list. + - Fix various SDP related memory leaks. + ------------------------------------------------------------------- Sun Oct 4 22:06:46 CEST 2009 - seife@opensuse.org diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index ab33cf0..140fa2d 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.55) +# spec file for package bluez-gstreamer (Version 4.56) # # 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.55 +Version: 4.57 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities diff --git a/bluez.changes b/bluez.changes index bf2cd6b..d7bc2ad 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Mon Nov 2 21:51:12 CET 2009 - seife@opensuse.org + +- update to bluez-4.57: + - Fix unloading of drivers for uninitialized adapters. + - Fix debug message to use requested and not opened SEID. + - Fix codec selection for GStreamer plugin. + - Fix deleting of SDP records during service updates. + - Fix deleting of SDP records when a device is removed. + - Fix handling when the SDP record is modified on remote device. + - Fix potential buffer overflow by using snprintf instead of sprintf. + - Fix const declarations for some storage function parameters. + +------------------------------------------------------------------- +Mon Oct 19 10:39:02 CEST 2009 - vlado@suse.cz + +- 001-remove-rule-dell-mouse.patch added to disable udev action + for dell mouse; bnc#522287 + +------------------------------------------------------------------- +Sat Oct 10 23:26:37 CEST 2009 - seife@opensuse.org + +- update to bluez-4.56: + - Add missing values from Bluetooth 3.0 specification. + - Add proper tracking of device paired status. + - Fix tracking of devices without permanently stored link key. + - Fix issue with link key removal after connection failures. + - Fix legacy pairing information based on remote host features. + - Fix off-by-one issue with AVDTP capability parsing. + - Fix AVRCP, AVCTP, AVDTP, A2DP and HFP version numbers. + - Fix agent canceling before calling agent_destroy. + - Fix service record parsing with an empty UUID list. + - Fix various SDP related memory leaks. + ------------------------------------------------------------------- Sun Oct 4 22:06:46 CEST 2009 - seife@opensuse.org diff --git a/bluez.spec b/bluez.spec index 5bf4ab2..f5f5020 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.55) +# spec file for package bluez (Version 4.56) # # 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.55 +Version: 4.57 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -37,6 +37,7 @@ Source4: bluetooth.sh Source6: README.SUSE Source7: bluetooth.modprobe Patch1: bluez-4.44-udev-use-helperscript.diff +Patch2: 001-remove-rule-dell-mouse.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: bluez-utils = 3.36 Obsoletes: bluez-utils <= 3.36 @@ -166,6 +167,7 @@ Authors: %prep %setup -q %patch1 -p1 +%patch2 -p1 cp %{S:6} . %{?suse_update_config:%{suse_update_config -f . }} mkdir dbus-apis