From 5f2bcfaaf3dc160d6635f040ca41445e2d9b44dfcbbf3c1bfdd779178f74f3ce Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 25 Jan 2009 00:09:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=23 --- bluez-gstreamer.changes | 106 ++++++++++++++++++++++++++++++++++++++++ bluez-gstreamer.spec | 84 ++++++++++++++++++++++++++++++- bluez.spec | 2 +- 3 files changed, 190 insertions(+), 2 deletions(-) diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 67870ff..6efe2b3 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Fri Jan 23 14:48:38 CET 2009 - coolo@suse.de + +- init script should work with strict /bin/sh too + +------------------------------------------------------------------- +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 + +- fix the modprobe.d config syntax (bnc#465643) + +------------------------------------------------------------------- +Thu Jan 8 17:09:02 CET 2009 - seife@suse.de + +- add a modprobe.d config, setting reset=1 for btusb (bnc#461369) + +------------------------------------------------------------------- +Sun Dec 7 22:39:05 CET 2008 - seife@suse.de + +- update to bluez-4.22: + - Add deny statements to D-Bus access policy. + - Add support for LegacyPairing property. + - Add support for global properties. + - Add more commands to telephony testing script. + - Add sender checks for serial and network interfaces. + - Remove deprecated methods and signals from input interface. + - Remove deprecated methods and signals from network interface. + - Remove OffMode option and always use device down. + +------------------------------------------------------------------- +Mon Dec 1 18:16:55 CET 2008 - seife@suse.de + +- update to bluez-4.21: + - Fix adapter initialization logic. + - Fix adapter setup and start security manager early. + - Fix usage issue with first_init variable. + +------------------------------------------------------------------- +Mon Dec 1 00:44:09 CET 2008 - seife@suse.de + +- update to bluez-4.20: + - Cleanup session handling. + - Cleanup mode setting handling, removed deprecated RequestMode, + ReleaseMode and Mode methods. + - Fix issue with concurrent audio clients. + - Fix issue with HFP/HSP suspending. + - Fix AT result code syntax handling. + - Add Handsfree support for AT+NREC. + - Add PairableTimeout adapter property. +- refresh pcmciarules patch + ------------------------------------------------------------------- Sun Nov 23 01:10:59 CET 2008 - seife@suse.de diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index b7a47be..415e22e 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -25,7 +25,7 @@ BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://www.bluez.org Version: 4.27 -Release: 2 +Release: 3 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later @@ -109,6 +109,88 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Fri Jan 23 2009 coolo@suse.de +- init script should work with strict /bin/sh too +* 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 +- add a modprobe.d config, setting reset=1 for btusb (bnc#461369) +* Sun Dec 07 2008 seife@suse.de +- update to bluez-4.22: + - Add deny statements to D-Bus access policy. + - Add support for LegacyPairing property. + - Add support for global properties. + - Add more commands to telephony testing script. + - Add sender checks for serial and network interfaces. + - Remove deprecated methods and signals from input interface. + - Remove deprecated methods and signals from network interface. + - Remove OffMode option and always use device down. +* Mon Dec 01 2008 seife@suse.de +- update to bluez-4.21: + - Fix adapter initialization logic. + - Fix adapter setup and start security manager early. + - Fix usage issue with first_init variable. +* Mon Dec 01 2008 seife@suse.de +- update to bluez-4.20: + - Cleanup session handling. + - Cleanup mode setting handling, removed deprecated RequestMode, + ReleaseMode and Mode methods. + - Fix issue with concurrent audio clients. + - Fix issue with HFP/HSP suspending. + - Fix AT result code syntax handling. + - Add Handsfree support for AT+NREC. + - Add PairableTimeout adapter property. +- refresh pcmciarules patch * Sun Nov 23 2008 seife@suse.de - update to bluez-4.19: - Fix D-Bus signal emmissions for CreateDevice. diff --git a/bluez.spec b/bluez.spec index 2595ee5..2596ca8 100644 --- a/bluez.spec +++ b/bluez.spec @@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org Version: 4.27 -Release: 2 +Release: 3 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later