SHA256
1
0
forked from pool/bluez

Accepting request 52358 from home:seife:testing

patch to current git to fix hciops race condition

OBS-URL: https://build.opensuse.org/request/show/52358
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=72
This commit is contained in:
Stefan Seyfried 2010-11-08 10:07:22 +00:00 committed by Git OBS Bridge
parent ecc6543ec1
commit cf5e9466bd
5 changed files with 1691 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org
- patch to current git to fix race condition in hciops causing
adapter detection to fail
-------------------------------------------------------------------
Sun Nov 7 09:32:52 UTC 2010 - seife@opensuse.org

View File

@ -40,6 +40,7 @@ Source3: bluetooth.sysconfig
Source4: bluetooth.sh
Source6: README.SUSE
Patch1: bluez-4.75-udev-use-helperscript.diff
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libbluetooth3 = %{version}
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
@ -64,6 +65,7 @@ Authors:
%prep
%setup -n bluez-%{version} -q
%patch1 -p1
%patch99 -p1
cp %{S:6} .
%{?suse_update_config:%{suse_update_config -f . }}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org
- patch to current git to fix race condition in hciops causing
adapter detection to fail
-------------------------------------------------------------------
Sun Nov 7 09:32:52 UTC 2010 - seife@opensuse.org

View File

@ -42,6 +42,7 @@ Source6: README.SUSE
Source7: bluetooth.modprobe
Patch1: bluez-4.75-udev-use-helperscript.diff
Patch2: 001-remove-rule-dell-mouse.patch
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
# needed until next upstream release --seife
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: bluez-utils = 3.36
@ -181,6 +182,7 @@ Authors:
%setup -q
%patch1 -p1
%patch2 -p1
%patch99 -p1
cp %{S:6} .
%{?suse_update_config:%{suse_update_config -f . }}
mkdir dbus-apis