forked from pool/bluez
Accepting request 351086 from home:seife:testing
update to version 5.37 OBS-URL: https://build.opensuse.org/request/show/351086 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=202
This commit is contained in:
parent
3c4dc362e2
commit
94a4c74433
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2
|
||||
size 1649088
|
3
bluez-5.37.tar.xz
Normal file
3
bluez-5.37.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0
|
||||
size 1657760
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 08:27:37 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
- update to version 5.37:
|
||||
* Fix issue with registering external profiles.
|
||||
* Fix issue with connecting external profiles.
|
||||
* Fix issue with GATT service changed handling.
|
||||
* Fix issue with not emitting GattServices update.
|
||||
* Convert to unified HID over GATT profile support.
|
||||
* Convert to KeyboardDisplay as default IO capability.
|
||||
* Install btattach utility by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 08:11:30 UTC 2015 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
%{?systemd_requires}
|
||||
Version: 5.36
|
||||
Version: 5.37
|
||||
Release: 0
|
||||
Summary: Bluetooth Stack for Linux
|
||||
License: GPL-2.0+
|
||||
@ -119,13 +119,14 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
|
||||
# END FIXME
|
||||
|
||||
%build
|
||||
# autoreconf -fiv
|
||||
# --enable-experimental is needed or btattach does not build (bug?)
|
||||
%configure --with-pic \
|
||||
--enable-pie \
|
||||
--enable-library \
|
||||
--enable-tools \
|
||||
--enable-cups \
|
||||
--enable-test \
|
||||
--enable-experimental \
|
||||
--enable-datafiles
|
||||
|
||||
make %{?_smp_mflags} all V=1
|
||||
@ -156,7 +157,7 @@ chmod 0644 *.py *.xml *.dtd
|
||||
|
||||
%check
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
make check
|
||||
make %{?_smp_mflags} check
|
||||
%endif
|
||||
|
||||
%clean
|
||||
@ -187,6 +188,7 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog README dbus-apis
|
||||
%{_bindir}/bluemoon
|
||||
%{_bindir}/btattach
|
||||
%{_bindir}/hcitool
|
||||
%{_bindir}/l2ping
|
||||
%{_bindir}/rfcomm
|
||||
@ -204,6 +206,7 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/hcidump
|
||||
%{_bindir}/bccmd
|
||||
%{_prefix}/lib/udev/
|
||||
%doc %{_mandir}/man1/btattach.1.gz
|
||||
%doc %{_mandir}/man1/hcidump.1.gz
|
||||
%doc %{_mandir}/man1/hciattach.1.gz
|
||||
%doc %{_mandir}/man1/hciconfig.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user