Accepting request 284236 from Base:System
update to version 5.28 (forwarded request 284235 from seife) OBS-URL: https://build.opensuse.org/request/show/284236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=129
This commit is contained in:
commit
8aeddfc6ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf33cebc76f8c81f28f0d67c71a8a1ec4b04b087460ec7353f7e0c207a1f981
|
||||
size 1542348
|
3
bluez-5.28.tar.xz
Normal file
3
bluez-5.28.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9
|
||||
size 1553592
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 10:45:20 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
- update to version 5.28
|
||||
Here’s the first BlueZ release in 2015. Most of the changes since
|
||||
the last one are bug fixes, but there’s actually quite many of
|
||||
them this time, including:
|
||||
* Fixes to GATT service discovery & probing
|
||||
* Fix for bearer selection with dual-mode devices
|
||||
* Fix potential crash when removing devices
|
||||
* Fix issue with incomplete names in EIR data
|
||||
* Fix parsing GATT name characteristics
|
||||
* Fix AVCTP long press & key repetition handling
|
||||
* Fixes for GATT notification handling
|
||||
Besides bug fixes we’ve now also got more extensive unit tests
|
||||
for new GATT code as well as better HCI decoders in btmon for
|
||||
some less used 4.1 and 4.2 features. The hid2hci tool gained
|
||||
support for CSR 8510 A10 devices and the hex2hcd tool received a
|
||||
complete rewrite with better command handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 27 02:14:49 UTC 2014 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bluez
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010-2014 B1 Systems GmbH, Vohburg, Germany
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||
%{?systemd_requires}
|
||||
Version: 5.27
|
||||
Version: 5.28
|
||||
Release: 0
|
||||
Summary: Bluetooth Stack for Linux
|
||||
License: GPL-2.0+
|
||||
@ -194,6 +194,7 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/ciptool
|
||||
%{_bindir}/hciattach
|
||||
%{_bindir}/hciconfig
|
||||
%{_bindir}/hex2hcd
|
||||
%{_bindir}/mpris-proxy
|
||||
%dir /usr/lib/bluetooth
|
||||
/usr/lib/bluetooth/bluetoothd
|
||||
@ -245,7 +246,6 @@ rm -rf %{buildroot}
|
||||
#{_bindir}/hciemu
|
||||
%{_bindir}/l2test
|
||||
%{_bindir}/rctest
|
||||
%{_bindir}/mcaptest
|
||||
%dir %{_libdir}/bluez
|
||||
%{_libdir}/bluez/test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user