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
This commit is contained in:
OBS User autobuild 2009-10-20 21:59:17 +00:00 committed by Git OBS Bridge
parent 65cceb42c2
commit 88f7ae1c5c
7 changed files with 56 additions and 7 deletions

View File

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

View File

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

3
bluez-4.56.tar.bz2 Normal file
View File

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

View File

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

View File

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

View File

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

View File

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