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:
parent
ecc6543ec1
commit
cf5e9466bd
1675
bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
Normal file
1675
bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
Sun Nov 7 09:32:52 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ Source3: bluetooth.sysconfig
|
|||||||
Source4: bluetooth.sh
|
Source4: bluetooth.sh
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
Patch1: bluez-4.75-udev-use-helperscript.diff
|
Patch1: bluez-4.75-udev-use-helperscript.diff
|
||||||
|
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
||||||
@ -64,6 +65,7 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -n bluez-%{version} -q
|
%setup -n bluez-%{version} -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch99 -p1
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
%{?suse_update_config:%{suse_update_config -f . }}
|
||||||
|
|
||||||
|
@ -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
|
Sun Nov 7 09:32:52 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ Source6: README.SUSE
|
|||||||
Source7: bluetooth.modprobe
|
Source7: bluetooth.modprobe
|
||||||
Patch1: bluez-4.75-udev-use-helperscript.diff
|
Patch1: bluez-4.75-udev-use-helperscript.diff
|
||||||
Patch2: 001-remove-rule-dell-mouse.patch
|
Patch2: 001-remove-rule-dell-mouse.patch
|
||||||
|
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
|
||||||
# needed until next upstream release --seife
|
# needed until next upstream release --seife
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: bluez-utils = 3.36
|
Provides: bluez-utils = 3.36
|
||||||
@ -181,6 +182,7 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch99 -p1
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
%{?suse_update_config:%{suse_update_config -f . }}
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
|
Loading…
Reference in New Issue
Block a user