From a78676d17ea27ec42d92aae7edd75e4e40d3f8076a02fbb4b82a08601ad6cf2c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 15:39:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=12 --- bluez-4.13.tar.bz2 | 3 - bluez-4.16.tar.bz2 | 3 + bluez-gstreamer.changes | 164 +++++++++++++++++++++++++++++++++++++++- bluez-gstreamer.spec | 117 +++++++++++++++++++++++++++- bluez.changes | 25 ++++++ bluez.spec | 25 +++++- 6 files changed, 325 insertions(+), 12 deletions(-) delete mode 100644 bluez-4.13.tar.bz2 create mode 100644 bluez-4.16.tar.bz2 diff --git a/bluez-4.13.tar.bz2 b/bluez-4.13.tar.bz2 deleted file mode 100644 index 89c07bf..0000000 --- a/bluez-4.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923324d88d4dd504d41749912ab66f6f23ce33440089062b504544eb87a07233 -size 722874 diff --git a/bluez-4.16.tar.bz2 b/bluez-4.16.tar.bz2 new file mode 100644 index 0000000..8ff6669 --- /dev/null +++ b/bluez-4.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8f15027610bebaee3f0f1df19d06bf03756ed37a8bc67a15363e6fc983aa92 +size 728183 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index ab6e57c..9c040db 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,5 +1,165 @@ ------------------------------------------------------------------- -Tue Oct 14 18:22:15 CEST 2008 - seife@suse.de +Wed Oct 22 10:13:44 CEST 2008 - seife@suse.de -- split off from main specfile to cure cycle +- update to bluez-4.16: + "This release fixes two potential crashes within bluetoothd. + It is strongly advised to upgrade to this version." + - Fix wrong parameter usage of watch callbacks. + - Fix parameters for callback upon path removal. + - Fix unloading of adapter drivers. + ver 4.15: + - Fix various A2DP state machine issues. + - Fix some issues with the Handsfree error reporting. + - Fix format string warnings with recent GCC versions. + - Remove dependency on GModule. + +------------------------------------------------------------------- +Sat Oct 18 13:20:41 CEST 2008 - seife@suse.de + +- update to bluez-4.14: + - Fix types of property arrays. + - Fix potential crash with input devices. + - Fix PS3 BD remote input event generation. + - Allow dynamic adapter driver registration. + - Update udev rules. + +------------------------------------------------------------------- +Tue Oct 14 15:30:49 CEST 2008 - seife@suse.de + +- split up bluez and bluez-gstreamer to avoid circular dependencies + +------------------------------------------------------------------- +Mon Oct 13 07:35:11 CEST 2008 - seife@suse.de + +- update to bluez-4.13: + - Fix service discovery and UUID handling. + - Fix bonding issues with Simple Pairing. + - Fix file descriptor misuse of SCO connections. + - Fix various memory leaks in the device handling. + - Fix AVCTP disconnect handling. + - Fix GStreamer modes for MP3 encoding. + - Add operator selection to Handsfree support. + +------------------------------------------------------------------- +Mon Oct 6 20:34:13 CEST 2008 - seife@suse.de + +- update to bluez-4.12: + - Fix crash with missing icon value. + - Fix error checks of HAL plugin. + - Fix SCO server socket cleanup on exit. + - Fix memory leaks from DBusPendingCall. + - Fix handling of pending authorization requests. + - Fix missing protocol UUIDs in record pattern. + +------------------------------------------------------------------- +Sun Oct 5 16:24:41 CEST 2008 - seife@suse.de + +- update to bluez-4.11: + - Change SCO server socket into a generic one. Should fix + connection issues with headsets. + - Fix uninitialized reply of multiple GetProperties methods. + +------------------------------------------------------------------- +Sat Oct 4 09:59:32 CEST 2008 - seife@suse.de + +- update to bluez-4.10: + - Fix memory leaks with HAL messages. + - Add more advanced handsfree features. + - Add properties to audio, input and network interfaces. + - Stop device discovery timer on device removal. + +------------------------------------------------------------------- +Mon Sep 29 18:56:15 CEST 2008 - seife@suse.de + +- update to bluez-4.9: + - Fix signals for Powered and Discoverable properties. + - Fix handling of Alias and Icon properties. + - Fix duplicate entries for service UUIDs. + +------------------------------------------------------------------- +Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de + +- update to bluez-4.8: + - fix two bluetoothd crashes during device pairing + - reenable HAL plugin, no need for libhal anymore + - hciconfig and hcitool now show all extended features pages + (important because page 1 indicates simple pairing support) + +------------------------------------------------------------------- +Sat Sep 27 07:04:45 CEST 2008 - seife@suse.de + +- fix a crash when e.g. connecting a new input device + +------------------------------------------------------------------- +Fri Sep 26 12:07:21 CEST 2008 - seife@suse.de + +- update to bluez-4.7: + - Fix pairing and service discovery logic. + - Fix crashes during suspend and resume. + - Fix race condition within devdown mode. + - Add RequestSession and ReleaseSession methods. + - Add Powered and Discoverable properties. + - Add Devices property and deprecate ListDevices. + - Add workaround for a broken carkit from Nokia. +- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff + +------------------------------------------------------------------- +Thu Sep 25 09:53:08 CEST 2008 - seife@suse.de + +- fix a bluetoothd crash after resume + +------------------------------------------------------------------- +Wed Sep 24 00:12:45 CEST 2008 - seife@suse.de + +- use /dev/shm instead of /var/run for the coldplug-marker, since + /var/run is cleaned up later in the boot process + +------------------------------------------------------------------- +Tue Sep 23 17:31:19 CEST 2008 - seife@suse.de + +- add more useful stuff to bluez-test +- add dbus-activation of bluetoothd +- use dbus-activation to start on adapter hotplug event +- add bluetooth-coldplug init script to make sure that bluetoothd + is started when adapter is plugged in before DBus is started +- add "Provides: bluez-utils" to bluez, to help the solver + +------------------------------------------------------------------- +Wed Sep 17 17:16:54 CEST 2008 - dmueller@suse.de + +- add missing splitprovides +- fix bluez-utils rename +- remove bogus bluez provide + +------------------------------------------------------------------- +Mon Sep 15 23:41:33 CEST 2008 - seife@suse.de + +- update to bluez-4.6: + * add a smooth upgrade path of configured input devices from + BlueZ 3.x to the 4.x series + * fix a couple of regressions with the adapter initialization and + the input service + Detailed changelog: + version 4.6: + * Fix Device ID record handling. + * Fix service browsing and storage. + * Fix authentication and encryption for input devices. + * Fix adapter name initialization. + version 4.5: + * Fix initialization issue with new adapters. + * Send HID authentication request without blocking. + * Hide the verbose SDP debug behind SDP_DEBUG. + * Add extra UUIDs for service discovery. + * Add SCO server socket listener. + * Add authorization support to service plugin. + +------------------------------------------------------------------- +Mon Sep 15 17:06:46 CEST 2008 - dmueller@suse.de + +- fix devel package requires + +------------------------------------------------------------------- +Tue Sep 9 15:08:23 CEST 2008 - seife@suse.de + +- initial checkin of BlueZ 4 diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 8a1a42f..36b3ac7 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.13) +# spec file for package bluez-gstreamer (Version 4.16) # # Copyright (c) 2008 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.13 -Release: 2 +Version: 4.16 +Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later @@ -107,5 +107,114 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Wed Oct 22 2008 seife@suse.de +- update to bluez-4.16: + "This release fixes two potential crashes within bluetoothd. + It is strongly advised to upgrade to this version." + - Fix wrong parameter usage of watch callbacks. + - Fix parameters for callback upon path removal. + - Fix unloading of adapter drivers. + ver 4.15: + - Fix various A2DP state machine issues. + - Fix some issues with the Handsfree error reporting. + - Fix format string warnings with recent GCC versions. + - Remove dependency on GModule. +* Sat Oct 18 2008 seife@suse.de +- update to bluez-4.14: + - Fix types of property arrays. + - Fix potential crash with input devices. + - Fix PS3 BD remote input event generation. + - Allow dynamic adapter driver registration. + - Update udev rules. * Tue Oct 14 2008 seife@suse.de -- split off from main specfile to cure cycle +- split up bluez and bluez-gstreamer to avoid circular dependencies +* Mon Oct 13 2008 seife@suse.de +- update to bluez-4.13: + - Fix service discovery and UUID handling. + - Fix bonding issues with Simple Pairing. + - Fix file descriptor misuse of SCO connections. + - Fix various memory leaks in the device handling. + - Fix AVCTP disconnect handling. + - Fix GStreamer modes for MP3 encoding. + - Add operator selection to Handsfree support. +* Mon Oct 06 2008 seife@suse.de +- update to bluez-4.12: + - Fix crash with missing icon value. + - Fix error checks of HAL plugin. + - Fix SCO server socket cleanup on exit. + - Fix memory leaks from DBusPendingCall. + - Fix handling of pending authorization requests. + - Fix missing protocol UUIDs in record pattern. +* Sun Oct 05 2008 seife@suse.de +- update to bluez-4.11: + - Change SCO server socket into a generic one. Should fix + connection issues with headsets. + - Fix uninitialized reply of multiple GetProperties methods. +* Sat Oct 04 2008 seife@suse.de +- update to bluez-4.10: + - Fix memory leaks with HAL messages. + - Add more advanced handsfree features. + - Add properties to audio, input and network interfaces. + - Stop device discovery timer on device removal. +* Mon Sep 29 2008 seife@suse.de +- update to bluez-4.9: + - Fix signals for Powered and Discoverable properties. + - Fix handling of Alias and Icon properties. + - Fix duplicate entries for service UUIDs. + Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de +- update to bluez-4.8: + - fix two bluetoothd crashes during device pairing + - reenable HAL plugin, no need for libhal anymore + - hciconfig and hcitool now show all extended features pages + (important because page 1 indicates simple pairing support) +* Sat Sep 27 2008 seife@suse.de +- fix a crash when e.g. connecting a new input device +* Fri Sep 26 2008 seife@suse.de +- update to bluez-4.7: + - Fix pairing and service discovery logic. + - Fix crashes during suspend and resume. + - Fix race condition within devdown mode. + - Add RequestSession and ReleaseSession methods. + - Add Powered and Discoverable properties. + - Add Devices property and deprecate ListDevices. + - Add workaround for a broken carkit from Nokia. +- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff +* Thu Sep 25 2008 seife@suse.de +- fix a bluetoothd crash after resume +* Wed Sep 24 2008 seife@suse.de +- use /dev/shm instead of /var/run for the coldplug-marker, since + /var/run is cleaned up later in the boot process +* Tue Sep 23 2008 seife@suse.de +- add more useful stuff to bluez-test +- add dbus-activation of bluetoothd +- use dbus-activation to start on adapter hotplug event +- add bluetooth-coldplug init script to make sure that bluetoothd + is started when adapter is plugged in before DBus is started +- add "Provides: bluez-utils" to bluez, to help the solver +* Wed Sep 17 2008 dmueller@suse.de +- add missing splitprovides +- fix bluez-utils rename +- remove bogus bluez provide +* Tue Sep 16 2008 seife@suse.de +- update to bluez-4.6: + * add a smooth upgrade path of configured input devices from + BlueZ 3.x to the 4.x series + * fix a couple of regressions with the adapter initialization and + the input service + Detailed changelog: + version 4.6: + * Fix Device ID record handling. + * Fix service browsing and storage. + * Fix authentication and encryption for input devices. + * Fix adapter name initialization. + version 4.5: + * Fix initialization issue with new adapters. + * Send HID authentication request without blocking. + * Hide the verbose SDP debug behind SDP_DEBUG. + * Add extra UUIDs for service discovery. + * Add SCO server socket listener. + * Add authorization support to service plugin. +* Mon Sep 15 2008 dmueller@suse.de +- fix devel package requires +* Tue Sep 09 2008 seife@suse.de +- initial checkin of BlueZ 4 diff --git a/bluez.changes b/bluez.changes index d679e50..9c040db 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Oct 22 10:13:44 CEST 2008 - seife@suse.de + +- update to bluez-4.16: + "This release fixes two potential crashes within bluetoothd. + It is strongly advised to upgrade to this version." + - Fix wrong parameter usage of watch callbacks. + - Fix parameters for callback upon path removal. + - Fix unloading of adapter drivers. + ver 4.15: + - Fix various A2DP state machine issues. + - Fix some issues with the Handsfree error reporting. + - Fix format string warnings with recent GCC versions. + - Remove dependency on GModule. + +------------------------------------------------------------------- +Sat Oct 18 13:20:41 CEST 2008 - seife@suse.de + +- update to bluez-4.14: + - Fix types of property arrays. + - Fix potential crash with input devices. + - Fix PS3 BD remote input event generation. + - Allow dynamic adapter driver registration. + - Update udev rules. + ------------------------------------------------------------------- Tue Oct 14 15:30:49 CEST 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index cb2acd0..25ad66f 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.13) +# spec file for package bluez (Version 4.16) # # Copyright (c) 2008 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.13 -Release: 2 +Version: 4.16 +Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -312,6 +312,25 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/alsa-lib/*.so %changelog +* Wed Oct 22 2008 seife@suse.de +- update to bluez-4.16: + "This release fixes two potential crashes within bluetoothd. + It is strongly advised to upgrade to this version." + - Fix wrong parameter usage of watch callbacks. + - Fix parameters for callback upon path removal. + - Fix unloading of adapter drivers. + ver 4.15: + - Fix various A2DP state machine issues. + - Fix some issues with the Handsfree error reporting. + - Fix format string warnings with recent GCC versions. + - Remove dependency on GModule. +* Sat Oct 18 2008 seife@suse.de +- update to bluez-4.14: + - Fix types of property arrays. + - Fix potential crash with input devices. + - Fix PS3 BD remote input event generation. + - Allow dynamic adapter driver registration. + - Update udev rules. * Tue Oct 14 2008 seife@suse.de - split up bluez and bluez-gstreamer to avoid circular dependencies * Mon Oct 13 2008 seife@suse.de