forked from pool/bluez
Accepting request 262682 from home:seife:testing
update to version 5.25 OBS-URL: https://build.opensuse.org/request/show/262682 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=177
This commit is contained in:
parent
76e6bdb624
commit
ac7a68ef19
15
README.SUSE
15
README.SUSE
@ -1,15 +0,0 @@
|
|||||||
Notes about the SUSE bluez packages:
|
|
||||||
====================================
|
|
||||||
|
|
||||||
How does bluetoothd get started?
|
|
||||||
--------------------------------
|
|
||||||
Bluetoothd is started via udev. This means: as soon as a bluetooth device
|
|
||||||
is inserted, bluetoothd is started with the option "--udev".
|
|
||||||
For the case that D-Bus is not yet running during system bootup when the
|
|
||||||
adapter is detected, bluetoothd will quit with exit code 1, udev will notice
|
|
||||||
that and then try to restart bluetoothd later.
|
|
||||||
|
|
||||||
If you want to prevent starting of the bluetooth service, edit
|
|
||||||
/etc/sysconfig/bluetooth and set START_BLUETOOTHD to "no".
|
|
||||||
|
|
||||||
Have a lot of fun...
|
|
@ -1,12 +0,0 @@
|
|||||||
Hi all,
|
|
||||||
|
|
||||||
bluez and bluez-gstreamer are just split in order to avoid cyclic
|
|
||||||
build dependencies.
|
|
||||||
If you are changing bluez.spec, consider also adapting bluez-gstreamer.spec
|
|
||||||
so that the diff remains more or less the same.
|
|
||||||
Especially, bluez-gstreamer.changes should always be identical to
|
|
||||||
bluez.changes.
|
|
||||||
|
|
||||||
Thanks for considering :-)
|
|
||||||
|
|
||||||
seife
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e870c5fba0bf3496856fc720e2d217856fcf40b59829f8cc0c05902ebb9fb837
|
|
||||||
size 1444536
|
|
3
bluez-5.25.tar.xz
Normal file
3
bluez-5.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ca62f3f45e2638a0f7a81658d6c8813ee01487436ae8e53e9fe395e23d1fd30
|
||||||
|
size 1479312
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 08:22:31 UTC 2014 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to version 5.25
|
||||||
|
This release contains various improvements to MAP and PBAP
|
||||||
|
support. There are also various GATT related fixes. We’ve also
|
||||||
|
got a fix for a race condition which could occasionally cause LE
|
||||||
|
connection/pairing failures. The fix will work for kernels from
|
||||||
|
3.13 onward (for older kernels a proper fix isn’t really feasible).
|
||||||
|
- packaging: remove obsolete README.SUSE and README.packagers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 6 10:02:59 UTC 2014 - seife+obs@b1-systems.com
|
Mon Oct 6 10:02:59 UTC 2014 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Version: 5.24
|
Version: 5.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -32,9 +32,7 @@ Group: Hardware/Mobile
|
|||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
|
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
|
||||||
Source5: baselibs.conf
|
Source5: baselibs.conf
|
||||||
Source6: README.SUSE
|
|
||||||
Source7: bluetooth.modprobe
|
Source7: bluetooth.modprobe
|
||||||
Source99: README.packagers
|
|
||||||
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
|
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
|
||||||
Patch1: bluez-5.11-logitech-hid2hci.patch
|
Patch1: bluez-5.11-logitech-hid2hci.patch
|
||||||
Patch2: bluez-sdp-unix-path.patch
|
Patch2: bluez-sdp-unix-path.patch
|
||||||
@ -113,7 +111,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
cp %{SOURCE6} .
|
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
cp -a doc/*.txt dbus-apis/
|
cp -a doc/*.txt dbus-apis/
|
||||||
# FIXME: Change the dbus service to be a real service, not systemd launched
|
# FIXME: Change the dbus service to be a real service, not systemd launched
|
||||||
@ -188,7 +185,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog README README.SUSE dbus-apis
|
%doc AUTHORS COPYING ChangeLog README dbus-apis
|
||||||
%{_bindir}/bluemoon
|
%{_bindir}/bluemoon
|
||||||
%{_bindir}/hcitool
|
%{_bindir}/hcitool
|
||||||
%{_bindir}/l2ping
|
%{_bindir}/l2ping
|
||||||
|
Loading…
Reference in New Issue
Block a user