forked from pool/bluez
This commit is contained in:
parent
0b22e53cf5
commit
e43e8e962e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfb50f38c47d302aab3642d14e60358e7714905965fd1ce3ef4840d69041f64c
|
||||
size 745116
|
3
bluez-4.29.tar.bz2
Normal file
3
bluez-4.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c309a87e1af5724c4c9b0d2d23f48757674570e2ef6bd0ac1e74e2a9a20025f
|
||||
size 746400
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 15:59:45 CET 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 18:52:46 CET 2009 - seife@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez-gstreamer (Version 4.28)
|
||||
# spec file for package bluez-gstreamer (Version 4.29)
|
||||
#
|
||||
# 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.28
|
||||
Version: 4.29
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -109,6 +109,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Feb 08 2009 seife@suse.de
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
* Thu Feb 05 2009 seife@suse.de
|
||||
- update to bluez-4.28:
|
||||
- Add AVDTP signal fragmentation support.
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 15:59:45 CET 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 18:52:46 CET 2009 - seife@suse.de
|
||||
|
||||
|
19
bluez.spec
19
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.28)
|
||||
# spec file for package bluez (Version 4.29)
|
||||
#
|
||||
# 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.28
|
||||
Version: 4.29
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -353,6 +353,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Sun Feb 08 2009 seife@suse.de
|
||||
- update to bluez-4.29:
|
||||
- Use AVRCP version 1.0 for now.
|
||||
- Decrease AVDTP idle timeout to one second.
|
||||
- Delay AVRCP connection when remote device connects A2DP.
|
||||
- Add workaround for AVDTP stream setup with broken headsets.
|
||||
- Add missing three-way calling feature bit for Handsfree.
|
||||
- Fix handsfree callheld indicator updating.
|
||||
- Fix parsing of all AT commands within the buffer.
|
||||
- Fix authentication replies when disconnected.
|
||||
- Fix handling of debug combination keys.
|
||||
- Fix handling of changed combination keys.
|
||||
- Fix handling of link keys when using no bonding.
|
||||
- Fix handling of invalid/unknown authentication requirements.
|
||||
- Fix closing of L2CAP raw socket used for dedicated bonding.
|
||||
* Thu Feb 05 2009 seife@suse.de
|
||||
- update to bluez-4.28:
|
||||
- Add AVDTP signal fragmentation support.
|
||||
|
Loading…
Reference in New Issue
Block a user