From ca23e1d3707572f259dc73d5ca92e0dc1f9e67ca142d4c5881c2abd446d80b5a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 31 Dec 2013 07:57:21 +0000 Subject: [PATCH] Accepting request 212468 from home:sumski:hazard:to:your:stereo Update to version 5.13 OBS-URL: https://build.opensuse.org/request/show/212468 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=154 --- bluez-5.11.tar.xz | 3 --- bluez-5.13.tar.xz | 3 +++ bluez.changes | 36 +++++++++++++++++++++++++++++------- bluez.spec | 4 ++-- 4 files changed, 34 insertions(+), 12 deletions(-) delete mode 100644 bluez-5.11.tar.xz create mode 100644 bluez-5.13.tar.xz diff --git a/bluez-5.11.tar.xz b/bluez-5.11.tar.xz deleted file mode 100644 index 3253723..0000000 --- a/bluez-5.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e -size 1092980 diff --git a/bluez-5.13.tar.xz b/bluez-5.13.tar.xz new file mode 100644 index 0000000..e679e89 --- /dev/null +++ b/bluez-5.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581beedde485246b16e2b4665d60f3fe041284b5d5afc3a0a818604ad525ad3 +size 1155808 diff --git a/bluez.changes b/bluez.changes index 27b05b1..63f727b 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,7 +1,29 @@ +------------------------------------------------------------------- +Mon Dec 30 15:46:01 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 5.13: + * Fix issue with PS3 controller detection. + * Add support for data transfers to L2CAP testing tool. + * Add support for delay reporting to AVDTP testing tool. + * Add support for Android Bluetooth Core interface. + * Add support for Android Bluetooth Socket interface. + * Add support for Android Bluetooth HID Host interface. + * Add support for Android Bluetooth PAN interface. +Changes since 5.12: + * Fix issue with missing reply to DisconnectProfile. + * Fix issue with icon property and class of device changes. + * Fix issue with HID devices when SDP record is not available. + * Fix issue with handling auto-pairing of printers. + * Fix issue with agent authorization handling. + * Add support for PS3 controller setup and pairing. + * Add support for LE L2CAP CoC test capabilities. + * Add support for AVDTP qualification test cases. + * Add support for SMP cryptographic test cases. + ------------------------------------------------------------------- Sun Nov 24 16:43:28 UTC 2013 - crrodriguez@opensuse.org -- run %uev_rules_update in %post if such macro is defined +- run %uev_rules_update in %post if such macro is defined ------------------------------------------------------------------- Mon Nov 18 08:11:54 UTC 2013 - seife+obs@b1-systems.com @@ -117,10 +139,10 @@ Fri Jan 11 14:38:03 UTC 2013 - crrodriguez@opensuse.org - Add changelog entry for older change so factory-auto wont reject this. - This requests removes sbc building and packaging from bluez. -SBC recently gets its own package and sources are even stripped out ot -Bluez in current git master (future 5.0). +SBC recently gets its own package and sources are even stripped out ot +Bluez in current git master (future 5.0). On top of that current bluez-devel package conflicts with sbc-devel. -Note: This change may broke packages which use sbc from bluez-devel +Note: This change may broke packages which use sbc from bluez-devel as new sbc-devel package use different include path. This change is required to properly build PulseAudio 3.0 @@ -268,13 +290,13 @@ Tue Dec 27 11:01:18 UTC 2011 - seife+obs@b1-systems.com ------------------------------------------------------------------- Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org -- kernel.org currently lacks of bluez tarballs +- kernel.org currently lacks of bluez tarballs - Fix build failures due to lack of autotools ------------------------------------------------------------------- Fri Dec 16 03:22:40 UTC 2011 - crrodriguez@opensuse.org -- Fix systemd units installation. +- Fix systemd units installation. ------------------------------------------------------------------- Wed Nov 16 11:29:07 UTC 2011 - seife+obs@b1-systems.com @@ -605,7 +627,7 @@ Sat Sep 25 18:15:38 UTC 2010 - seife@opensuse.org Thu Sep 23 18:00:27 UTC 2010 - cristian.rodriguez@opensuse.org - enable libcap-ng support so the deamon can drop root - privileges + privileges ------------------------------------------------------------------- Wed Sep 22 13:18:14 UTC 2010 - seife@opensuse.org diff --git a/bluez.spec b/bluez.spec index b93afed..f4bbfcd 100644 --- a/bluez.spec +++ b/bluez.spec @@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel BuildRequires: systemd-devel BuildRequires: pkgconfig(dbus-1) >= 1.4 %{?systemd_requires} -Version: 5.11 +Version: 5.13 Release: 0 Summary: Bluetooth Stack for Linux License: GPL-2.0+ @@ -170,7 +170,7 @@ rm -rf %{buildroot} # We need the bluez systemd service enabled at any time. It won't start up # on it's own, as it is triggered by udev in the end (bnc#796671) /bin/systemctl enable bluetooth.service 2>&1 || : -/bin/systemctl daemon-reload >/dev/null 2>&1 || : +/bin/systemctl daemon-reload >/dev/null 2>&1 || : %preun %service_del_preun bluetooth.service