From faa75901a6841fff4851b2a48f2b2f23f1f9c0f8c4e972454291d44e13ee1a89 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Jan 2009 00:44:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=21 --- bluez-4.22.tar.bz2 | 3 --- bluez-4.27.tar.bz2 | 3 +++ bluez-gstreamer.spec | 6 ++--- bluez.changes | 56 ++++++++++++++++++++++++++++++++++++++++++++ bluez.spec | 56 +++++++++++++++++++++++++++++++++++++++++--- 5 files changed, 115 insertions(+), 9 deletions(-) delete mode 100644 bluez-4.22.tar.bz2 create mode 100644 bluez-4.27.tar.bz2 diff --git a/bluez-4.22.tar.bz2 b/bluez-4.22.tar.bz2 deleted file mode 100644 index ea21d66..0000000 --- a/bluez-4.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ad77b1e81f3e5f57dc8a2ec15c381f6788c5958e6d38d5afbe4dc0e4f72c72 -size 732738 diff --git a/bluez-4.27.tar.bz2 b/bluez-4.27.tar.bz2 new file mode 100644 index 0000000..fcb485c --- /dev/null +++ b/bluez-4.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23a81fbd209029ccadb31e197cb623e806c7369855671287e95345f58875172 +size 742786 diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index b2ef374..75ed0bc 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.22) +# spec file for package bluez-gstreamer (Version 4.27) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://www.bluez.org -Version: 4.22 -Release: 4 +Version: 4.27 +Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later diff --git a/bluez.changes b/bluez.changes index 79b38b5..0d2dfa2 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Sun Jan 18 13:10:33 CET 2009 - seife@suse.de + +- update to bluez-4.27: + "This release contains multiple fixes for the Simple Pairing support and + newer kernel versions. It highly improves the interoperability and the + security handling with Bluetooth 2.1 based devices." + - Add more SBC optimization (MMX and ARM NEON). + - Add BT_SECURITY and BT_DEFER_SETUP definitions. + - Add support for deferred connection setup. + - Add support for fragmentation of data packets. + - Add option to trigger dedicated bonding. + - Follow MITM requirements from remote device. + - Require MITM for dedicated bonding if capabilities allow it. + - Fix IO capabilities for non-pairing and pairing cases. + - Fix no-bonding connections in non-bondable mode. + - Fix new pairing detection with SSP. + - Fix bonding with pre-2.1 devices and newer kernels. + - Fix LIAC setting while toggling Pairable property. + - Fix device creation for incoming security mode 3 connects. + - Fix crash within A2DP with bogus pointer. + - Fix issue with sdp_copy_record() function. + - Fix crash with extract_des() if sdp_uuid_extract() fails. + +------------------------------------------------------------------- +Thu Jan 15 17:11:19 CET 2009 - seife@suse.de + +- update to bluez-4.26: + - Use of constant shift in SBC quantization code. + - Add possibility to analyze 4 blocks at once in encoder. + - Fix correct handling of frame sizes in the encoder. + - Fix for big endian problems in SBC codec. + - Fix audio client socket to always be non-blocking. + - Update telephony support for Maemo. +- version 4.25: + - Fix receiving data over the audio control socket. + - Fix subbands selection for joint-stereo in SBC encoder. + - Add new SBC analysis filter function. +- version 4.24: + - Fix signal emissions when removing adapters. + - Fix missing adapter signals on exit. + - Add support for bringing adapters down on exit. + - Add support for RememberPowered option. + - Add support for verbose compiler warnings. + - Add more options to SBC encoder. +- version 4.23: + - Update audio IPC for better codec handling. + - Fix bitstream optimization for SBC encoder. + - Fix length header values of IPC messages. + - Fix multiple coding style violations. + - Fix FindDevice to handle temporary devices. + - Add configuration option for DeviceID. + - Add support for InitiallyPowered option. + - Add missing signals for manager properties. + - Add telephony support for Maemo. + ------------------------------------------------------------------- Tue Jan 13 12:54:33 CET 2009 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index f1cd96c..6ff6e20 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.22) +# spec file for package bluez (Version 4.27) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ BuildRequires: dbus-1-devel flex BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org -Version: 4.22 -Release: 4 +Version: 4.27 +Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -353,6 +353,56 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/dund.1.gz %changelog +* Sun Jan 18 2009 seife@suse.de +- update to bluez-4.27: + "This release contains multiple fixes for the Simple Pairing support and + newer kernel versions. It highly improves the interoperability and the + security handling with Bluetooth 2.1 based devices." + - Add more SBC optimization (MMX and ARM NEON). + - Add BT_SECURITY and BT_DEFER_SETUP definitions. + - Add support for deferred connection setup. + - Add support for fragmentation of data packets. + - Add option to trigger dedicated bonding. + - Follow MITM requirements from remote device. + - Require MITM for dedicated bonding if capabilities allow it. + - Fix IO capabilities for non-pairing and pairing cases. + - Fix no-bonding connections in non-bondable mode. + - Fix new pairing detection with SSP. + - Fix bonding with pre-2.1 devices and newer kernels. + - Fix LIAC setting while toggling Pairable property. + - Fix device creation for incoming security mode 3 connects. + - Fix crash within A2DP with bogus pointer. + - Fix issue with sdp_copy_record() function. + - Fix crash with extract_des() if sdp_uuid_extract() fails. +* Thu Jan 15 2009 seife@suse.de +- update to bluez-4.26: + - Use of constant shift in SBC quantization code. + - Add possibility to analyze 4 blocks at once in encoder. + - Fix correct handling of frame sizes in the encoder. + - Fix for big endian problems in SBC codec. + - Fix audio client socket to always be non-blocking. + - Update telephony support for Maemo. +- version 4.25: + - Fix receiving data over the audio control socket. + - Fix subbands selection for joint-stereo in SBC encoder. + - Add new SBC analysis filter function. +- version 4.24: + - Fix signal emissions when removing adapters. + - Fix missing adapter signals on exit. + - Add support for bringing adapters down on exit. + - Add support for RememberPowered option. + - Add support for verbose compiler warnings. + - Add more options to SBC encoder. +- version 4.23: + - Update audio IPC for better codec handling. + - Fix bitstream optimization for SBC encoder. + - Fix length header values of IPC messages. + - Fix multiple coding style violations. + - Fix FindDevice to handle temporary devices. + - Add configuration option for DeviceID. + - Add support for InitiallyPowered option. + - Add missing signals for manager properties. + - Add telephony support for Maemo. * Tue Jan 13 2009 seife@suse.de - fix the modprobe.d config syntax (bnc#465643) * Thu Jan 08 2009 seife@suse.de