diff --git a/bluez-5.11.tar.xz b/bluez-5.11.tar.xz new file mode 100644 index 0000000..3253723 --- /dev/null +++ b/bluez-5.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e +size 1092980 diff --git a/bluez-5.4-compilerwarning.diff b/bluez-5.4-compilerwarning.diff deleted file mode 100644 index 5d216cd..0000000 --- a/bluez-5.4-compilerwarning.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/obexd/client/transfer.c b/obexd/client/transfer.c -index 4b1def3..4b809d9 100644 ---- a/obexd/client/transfer.c -+++ b/obexd/client/transfer.c -@@ -274,6 +274,7 @@ static const char *status2str(uint8_t status) - case TRANSFER_STATUS_ERROR: - return "error"; - } -+ return "unknown"; - } - - static gboolean get_status(const GDBusPropertyTable *property, -diff --git a/obexd/src/manager.c b/obexd/src/manager.c -index c0887ca..6571892 100644 ---- a/obexd/src/manager.c -+++ b/obexd/src/manager.c -@@ -331,6 +331,7 @@ static const char *status2str(uint8_t status) - case TRANSFER_STATUS_ERROR: - return "error"; - } -+ return "unknown"; - } - - static gboolean transfer_get_status(const GDBusPropertyTable *property, diff --git a/bluez-5.8.tar.xz b/bluez-5.8.tar.xz deleted file mode 100644 index d348d88..0000000 --- a/bluez-5.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009c29079bcc736b650642de8e05c575d047642b39a2118cf0f0bc4b03a663d0 -size 993212 diff --git a/bluez.changes b/bluez.changes index 4eba8da..27b05b1 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sun Nov 24 16:43:28 UTC 2013 - crrodriguez@opensuse.org + +- run %uev_rules_update in %post if such macro is defined + +------------------------------------------------------------------- +Mon Nov 18 08:11:54 UTC 2013 - seife+obs@b1-systems.com + +- update to bluez-5.11: + * Fix issue with connection attempt when not powered. + * Fix issue with assigning player to AVRCP target role. + * Fix issue with OBEX default cache directory. + * Fix issue with SDP search error handling. + * Fix issue with processing of SDP records. + * Fix issue with HID to HCI switching utility. + * Fix issue with mgmt end-to-end testing tool. + * Fix issue with L2CAP end-to-end testing tool. + * Add support for SMP end-to-end testing tool. + * Add support for more Wii controllers. + +------------------------------------------------------------------- +Sat Oct 19 08:36:07 UTC 2013 - seife+obs@b1-systems.com + +- remove libnl BuildRequires, it is not needed + +------------------------------------------------------------------- +Wed Oct 16 14:31:38 UTC 2013 - seife+obs@b1-systems.com + +- update to bluez-5.10, changelog from source: + ver 5.10: + * Fix issue with discoverable timeout handling. + * Fix issue with MAP messages and record version. + * Fix issue with MAP messages and status events. + * Fix issue with MAP messages and relative folders. + * Fix issue with MAP messages and type property signals. + * Fix issue with transfer size for OBEX GET operations. + * Fix issue with AVRCP service class identifier. + * Fix issue with AVRCP tracking seeked signal. + * Add support for OBEX command line client. + ver 5.9: + * Fix issue with network service and adapter removal. + * Fix issue with misleading OBEX error messages. + * Fix issue with OBEX transport reference handling. + * Fix issue with memory leak with MAP event handler. + * Fix issue with missing MAP property changed signal. + * Fix issue with message type property values. + * Fix issue with empty UUID list for devices. + * Fix issue with profile agent cancel method. + * Remove dependency on USB library. +- removed bluez-5.4-compilerwarning.diff, is obsolete + ------------------------------------------------------------------- Tue Oct 8 08:24:15 UTC 2013 - dimstar@opensuse.org diff --git a/bluez.spec b/bluez.spec index 58833f6..b93afed 100644 --- a/bluez.spec +++ b/bluez.spec @@ -2,7 +2,7 @@ # spec file for package bluez # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany +# Copyright (c) 2010-2013 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.4 %{?systemd_requires} -Version: 5.8 +Version: 5.11 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ @@ -35,7 +35,6 @@ Source5: baselibs.conf Source6: README.SUSE Source7: bluetooth.modprobe Source99: README.packagers -Patch1: bluez-5.4-compilerwarning.diff Patch2: bluez-sdp-unix-path.patch BuildRequires: alsa-devel BuildRequires: automake @@ -44,12 +43,10 @@ BuildRequires: libical-devel BuildRequires: libsndfile-devel BuildRequires: libtool BuildRequires: libudev-devel -BuildRequires: libusb-devel BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: udev BuildRequires: pkgconfig(glib-2.0) >= 2.28 -BuildRequires: pkgconfig(libnl-1) Recommends: sbc Provides: bluez-utils = 3.36 Obsoletes: bluez-utils <= 3.36 @@ -114,7 +111,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. %prep %setup -q -%patch1 -p1 %patch2 -p1 cp %{SOURCE6} . mkdir dbus-apis @@ -129,7 +125,6 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service %configure --with-pic \ --enable-pie \ --enable-library \ - --enable-usb \ --enable-tools \ --enable-cups \ --enable-test \ @@ -169,6 +164,7 @@ rm -rf %{buildroot} %service_add_pre bluetooth.service %post +%{?udev_rules_update:%udev_rules_update} # todo: check if this is still obeyed / needed with systemd %{fillup_only -n bluetooth} # We need the bluez systemd service enabled at any time. It won't start up