From 8bb73cdfc5f0e3b754e67b10c77018993fe86eda326fb65032aa222cc9aea091 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 24 Apr 2009 15:17:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=32 --- bluez-4.35.tar.bz2 | 3 --- bluez-4.37.tar.bz2 | 3 +++ bluez-gstreamer.changes | 26 ++++++++++++++++++++++++++ bluez-gstreamer.spec | 24 ++++++++++++++++++++++-- bluez.changes | 26 ++++++++++++++++++++++++++ bluez.spec | 26 ++++++++++++++++++++++++-- 6 files changed, 101 insertions(+), 7 deletions(-) delete mode 100644 bluez-4.35.tar.bz2 create mode 100644 bluez-4.37.tar.bz2 diff --git a/bluez-4.35.tar.bz2 b/bluez-4.35.tar.bz2 deleted file mode 100644 index 7887181..0000000 --- a/bluez-4.35.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f42b0036630923229c5bf92569155a990d4c02c430094153560347d9f2e8d92 -size 769000 diff --git a/bluez-4.37.tar.bz2 b/bluez-4.37.tar.bz2 new file mode 100644 index 0000000..5229845 --- /dev/null +++ b/bluez-4.37.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed1d01e38285427e649c1898484b10e505e8453a31f8d772f700ec5cd0a378 +size 771521 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 4bf3208..d3698ad 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de + +- update to bluez-4.37: + - Add version value for Bluetooth 3.0 devices. + - Add additional L2CAP extended feature mask bits. + - Add support for loading plugins in priority order. + - Add support for more detailed usage of disconnect watches. + - Add support for AVRCP volume control. + - Add saturated clipping of SBC decoder output to 16-bit. + - Fix potentially infinite recursion of adapter_up. + - Fix SCO handling in the case of an incoming call. + - Fix input service to use confirm callback. + - Fix cleanup of temporary device entries from storage. + +------------------------------------------------------------------- +Sun Apr 19 12:21:12 CEST 2009 - seife@suse.de + +- update to bluez-4.36: + - Add proper tracking of AVCTP connect attempts. + - Add support to channel pattern in Serial interface. + - Fix A2DP sink crash if removing device while connecting. + - Fix error handling if HFP indicators aren't initialized. + - Fix segfault while handling an incoming SCO connection. + - Fix Serial.Disconnect to abort connection attempt. + ------------------------------------------------------------------- Sun Apr 12 05:40:31 CEST 2009 - seife@suse.de diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 2711729..381333c 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.35) +# spec file for package bluez-gstreamer (Version 4.37) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,7 +24,7 @@ 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.35 +Version: 4.37 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities @@ -109,6 +109,26 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Thu Apr 23 2009 seife@suse.de +- update to bluez-4.37: + - Add version value for Bluetooth 3.0 devices. + - Add additional L2CAP extended feature mask bits. + - Add support for loading plugins in priority order. + - Add support for more detailed usage of disconnect watches. + - Add support for AVRCP volume control. + - Add saturated clipping of SBC decoder output to 16-bit. + - Fix potentially infinite recursion of adapter_up. + - Fix SCO handling in the case of an incoming call. + - Fix input service to use confirm callback. + - Fix cleanup of temporary device entries from storage. +* Sun Apr 19 2009 seife@suse.de +- update to bluez-4.36: + - Add proper tracking of AVCTP connect attempts. + - Add support to channel pattern in Serial interface. + - Fix A2DP sink crash if removing device while connecting. + - Fix error handling if HFP indicators aren't initialized. + - Fix segfault while handling an incoming SCO connection. + - Fix Serial.Disconnect to abort connection attempt. * Sun Apr 12 2009 seife@suse.de - update to bluez-4.35: - Add support for Handsfree profile headset role. diff --git a/bluez.changes b/bluez.changes index 4bf3208..d3698ad 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de + +- update to bluez-4.37: + - Add version value for Bluetooth 3.0 devices. + - Add additional L2CAP extended feature mask bits. + - Add support for loading plugins in priority order. + - Add support for more detailed usage of disconnect watches. + - Add support for AVRCP volume control. + - Add saturated clipping of SBC decoder output to 16-bit. + - Fix potentially infinite recursion of adapter_up. + - Fix SCO handling in the case of an incoming call. + - Fix input service to use confirm callback. + - Fix cleanup of temporary device entries from storage. + +------------------------------------------------------------------- +Sun Apr 19 12:21:12 CEST 2009 - seife@suse.de + +- update to bluez-4.36: + - Add proper tracking of AVCTP connect attempts. + - Add support to channel pattern in Serial interface. + - Fix A2DP sink crash if removing device while connecting. + - Fix error handling if HFP indicators aren't initialized. + - Fix segfault while handling an incoming SCO connection. + - Fix Serial.Disconnect to abort connection attempt. + ------------------------------------------------------------------- Sun Apr 12 05:40:31 CEST 2009 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index 8472487..3bbfe3f 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.35) +# spec file for package bluez (Version 4.37) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org -Version: 4.35 +Version: 4.37 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -344,6 +344,8 @@ rm -rf $RPM_BUILD_ROOT %files alsa %defattr(-,root,root) +%dir %{_sysconfdir}/alsa +%config %{_sysconfdir}/alsa/bluetooth.conf %{_libdir}/alsa-lib/*.so %files compat @@ -354,6 +356,26 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/dund.1.gz %changelog +* Thu Apr 23 2009 seife@suse.de +- update to bluez-4.37: + - Add version value for Bluetooth 3.0 devices. + - Add additional L2CAP extended feature mask bits. + - Add support for loading plugins in priority order. + - Add support for more detailed usage of disconnect watches. + - Add support for AVRCP volume control. + - Add saturated clipping of SBC decoder output to 16-bit. + - Fix potentially infinite recursion of adapter_up. + - Fix SCO handling in the case of an incoming call. + - Fix input service to use confirm callback. + - Fix cleanup of temporary device entries from storage. +* Sun Apr 19 2009 seife@suse.de +- update to bluez-4.36: + - Add proper tracking of AVCTP connect attempts. + - Add support to channel pattern in Serial interface. + - Fix A2DP sink crash if removing device while connecting. + - Fix error handling if HFP indicators aren't initialized. + - Fix segfault while handling an incoming SCO connection. + - Fix Serial.Disconnect to abort connection attempt. * Sun Apr 12 2009 seife@suse.de - update to bluez-4.35: - Add support for Handsfree profile headset role.