From 88f7ae1c5cc91930d33de6523125af62ba8e3ca11c4c619ff2917c1a87d12ed0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 20 Oct 2009 21:59:17 +0000 Subject: [PATCH] Accepting request 22628 from Base:System Copy from Base:System/bluez based on submit request 22628 from user vbotka OBS-URL: https://build.opensuse.org/request/show/22628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=44 --- 001-remove-rule-dell-mouse.patch | 11 +++++++++++ bluez-4.55.tar.bz2 | 3 --- bluez-4.56.tar.bz2 | 3 +++ bluez-gstreamer.changes | 15 +++++++++++++++ bluez-gstreamer.spec | 4 ++-- bluez.changes | 21 +++++++++++++++++++++ bluez.spec | 6 ++++-- 7 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 001-remove-rule-dell-mouse.patch delete mode 100644 bluez-4.55.tar.bz2 create mode 100644 bluez-4.56.tar.bz2 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.56.tar.bz2 b/bluez-4.56.tar.bz2 new file mode 100644 index 0000000..d35916c --- /dev/null +++ b/bluez-4.56.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e8bbaf2c6dca7932385314f21a9bee188934f5f8eb182c81454e9540ac7038 +size 780828 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index bf2cd6b..8ac0f32 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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..799087f 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.56 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities diff --git a/bluez.changes b/bluez.changes index bf2cd6b..e3c9702 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +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..ad6131f 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.56 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