OBS User unknown 2009-04-24 15:17:59 +00:00 committed by Git OBS Bridge
parent 5507a3a703
commit 8bb73cdfc5
6 changed files with 101 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f42b0036630923229c5bf92569155a990d4c02c430094153560347d9f2e8d92
size 769000

3
bluez-4.37.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0eed1d01e38285427e649c1898484b10e505e8453a31f8d772f700ec5cd0a378
size 771521

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.