diff --git a/.abf.yml b/.abf.yml index 8b4a747..26066d9 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - bluez-5.65.tar.xz: fb7f236ea4b20fd8b10133e5f49aafcc259dfa1f + bluez-5.66.tar.xz: 463fccb87e584da4a640eea77080d236e2a9e0e2 diff --git a/bluez.spec b/bluez.spec index c3d237a..1e00ba9 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,12 +1,13 @@ %define major 3 %define libname %mklibname %{name} %{major} %define devname %mklibname %{name} -d +%define mesh 0 Summary: Official Linux Bluetooth protocol stack Name: bluez -Version: 5.65 +Version: 5.66 Release: 1 -Epoch: 1 +Epoch: 2 License: GPLv2+ Group: Communications URL: http://www.bluez.org @@ -82,6 +83,7 @@ These are the official Bluetooth communication libraries for Linux. %{_mandir}/man1/rctest.1* %{_mandir}/man1/rfcomm.1* %{_mandir}/man1/sdptool.1* +%{_mandir}/man1/btmon.1* %{_mandir}/man8/* %config(noreplace) %{_sysconfdir}/sysconfig/* %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*.conf @@ -180,6 +182,7 @@ and mouse. %{_bindir}/udevadm trigger --subsystem-match=usb #---------------------------------------------------------------------------- +%if %{mesh} %package mesh Summary: Bluetooth MESH @@ -194,6 +197,7 @@ Bluetooth MESH %{_bindir}/meshctl %{_libdir}/bluetooth/bluetooth-meshd %{_datadir}/dbus-1/system-services/org.bluez.mesh.service +%endif #---------------------------------------------------------------------------- @@ -212,6 +216,8 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. %{_bindir}/l2test %{_bindir}/rctest %{_bindir}/test-* +%{_bindir}/isotest +%{_mandir}/man1/isotest.1* #---------------------------------------------------------------------------- @@ -244,19 +250,19 @@ autoreconf -fi --enable-systemd \ --enable-threads \ --enable-sixaxis \ - --enable-experimental \ - --enable-deprecated \ - --enable-testing \ --enable-nfc \ --enable-sap \ --enable-a2dp \ --enable-health \ - --enable-mesh \ --enable-midi \ --enable-avrcp \ --enable-network \ --enable-hid \ - --enable-hog + --enable-hog \ + --enable-experimental \ + --enable-deprecated \ + --enable-testing \ + --disable-mesh %make