This commit is contained in:
parent
37e3bbb488
commit
faa75901a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18ad77b1e81f3e5f57dc8a2ec15c381f6788c5958e6d38d5afbe4dc0e4f72c72
|
||||
size 732738
|
3
bluez-4.27.tar.bz2
Normal file
3
bluez-4.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b23a81fbd209029ccadb31e197cb623e806c7369855671287e95345f58875172
|
||||
size 742786
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
56
bluez.spec
56
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
|
||||
|
Loading…
Reference in New Issue
Block a user