forked from pool/bluez
This commit is contained in:
parent
0912c30cd8
commit
a66b6303bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:312e1150501bc1b608f849ead8efd6988d2d0a221daa3b2335163c03fc266896
|
|
||||||
size 749820
|
|
3
bluez-4.34.tar.bz2
Normal file
3
bluez-4.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73952909014b537abc7ad678532e355e2b6f52d301e1e61cbb6ebae6472bea6d
|
||||||
|
size 758832
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 13:43:03 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
- update to bluez-4.34:
|
||||||
|
- Add support for version checks of plugins.
|
||||||
|
- Add support for class property on adapter interface.
|
||||||
|
- Add support for second SDP attempt after connection reset.
|
||||||
|
- Add support for more detailed audio states.
|
||||||
|
- Add support for HFP+A2DP auto connection feature.
|
||||||
|
- Add support for new and improved audio IPC.
|
||||||
|
- Add program for testing audio IPC interface.
|
||||||
|
- Fix various AVDTP qualification related issues.
|
||||||
|
- Fix broken SDP AttributeIdList parsing.
|
||||||
|
- Fix invalid memory access of SDP URL handling.
|
||||||
|
- Fix local class of device race conditions.
|
||||||
|
- Fix issue with periodic inquiry on startup.
|
||||||
|
- Fix missing temporary devices in some situations.
|
||||||
|
- Fix SBC alignment issue for encoding with four subbands.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
|
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez-gstreamer (Version 4.33)
|
# spec file for package bluez-gstreamer (Version 4.34)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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: alsa-devel libsndfile-devel
|
||||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.33
|
Version: 4.34
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
@ -109,6 +109,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-*/*.so
|
%{_libdir}/gstreamer-*/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 31 2009 seife@suse.de
|
||||||
|
- update to bluez-4.34:
|
||||||
|
- Add support for version checks of plugins.
|
||||||
|
- Add support for class property on adapter interface.
|
||||||
|
- Add support for second SDP attempt after connection reset.
|
||||||
|
- Add support for more detailed audio states.
|
||||||
|
- Add support for HFP+A2DP auto connection feature.
|
||||||
|
- Add support for new and improved audio IPC.
|
||||||
|
- Add program for testing audio IPC interface.
|
||||||
|
- Fix various AVDTP qualification related issues.
|
||||||
|
- Fix broken SDP AttributeIdList parsing.
|
||||||
|
- Fix invalid memory access of SDP URL handling.
|
||||||
|
- Fix local class of device race conditions.
|
||||||
|
- Fix issue with periodic inquiry on startup.
|
||||||
|
- Fix missing temporary devices in some situations.
|
||||||
|
- Fix SBC alignment issue for encoding with four subbands.
|
||||||
* Tue Mar 17 2009 seife@suse.de
|
* Tue Mar 17 2009 seife@suse.de
|
||||||
- update to bluez-4.33:
|
- update to bluez-4.33:
|
||||||
- Add Paired property to the DeviceFound signals.
|
- Add Paired property to the DeviceFound signals.
|
||||||
@ -360,7 +376,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||||
* Thu Sep 25 2008 seife@suse.de
|
* Thu Sep 25 2008 seife@suse.de
|
||||||
- fix a bluetoothd crash after resume
|
- fix a bluetoothd crash after resume
|
||||||
* Tue Sep 23 2008 seife@suse.de
|
* Wed Sep 24 2008 seife@suse.de
|
||||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||||
/var/run is cleaned up later in the boot process
|
/var/run is cleaned up later in the boot process
|
||||||
* Tue Sep 23 2008 seife@suse.de
|
* Tue Sep 23 2008 seife@suse.de
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 31 13:43:03 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
- update to bluez-4.34:
|
||||||
|
- Add support for version checks of plugins.
|
||||||
|
- Add support for class property on adapter interface.
|
||||||
|
- Add support for second SDP attempt after connection reset.
|
||||||
|
- Add support for more detailed audio states.
|
||||||
|
- Add support for HFP+A2DP auto connection feature.
|
||||||
|
- Add support for new and improved audio IPC.
|
||||||
|
- Add program for testing audio IPC interface.
|
||||||
|
- Fix various AVDTP qualification related issues.
|
||||||
|
- Fix broken SDP AttributeIdList parsing.
|
||||||
|
- Fix invalid memory access of SDP URL handling.
|
||||||
|
- Fix local class of device race conditions.
|
||||||
|
- Fix issue with periodic inquiry on startup.
|
||||||
|
- Fix missing temporary devices in some situations.
|
||||||
|
- Fix SBC alignment issue for encoding with four subbands.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
|
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
|
||||||
|
|
||||||
|
22
bluez.spec
22
bluez.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez (Version 4.33)
|
# spec file for package bluez (Version 4.34)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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: glib2-devel libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel
|
BuildRequires: alsa-devel libsndfile-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.33
|
Version: 4.34
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -353,6 +353,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/dund.1.gz
|
%doc %{_mandir}/man1/dund.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 31 2009 seife@suse.de
|
||||||
|
- update to bluez-4.34:
|
||||||
|
- Add support for version checks of plugins.
|
||||||
|
- Add support for class property on adapter interface.
|
||||||
|
- Add support for second SDP attempt after connection reset.
|
||||||
|
- Add support for more detailed audio states.
|
||||||
|
- Add support for HFP+A2DP auto connection feature.
|
||||||
|
- Add support for new and improved audio IPC.
|
||||||
|
- Add program for testing audio IPC interface.
|
||||||
|
- Fix various AVDTP qualification related issues.
|
||||||
|
- Fix broken SDP AttributeIdList parsing.
|
||||||
|
- Fix invalid memory access of SDP URL handling.
|
||||||
|
- Fix local class of device race conditions.
|
||||||
|
- Fix issue with periodic inquiry on startup.
|
||||||
|
- Fix missing temporary devices in some situations.
|
||||||
|
- Fix SBC alignment issue for encoding with four subbands.
|
||||||
* Tue Mar 17 2009 seife@suse.de
|
* Tue Mar 17 2009 seife@suse.de
|
||||||
- update to bluez-4.33:
|
- update to bluez-4.33:
|
||||||
- Add Paired property to the DeviceFound signals.
|
- Add Paired property to the DeviceFound signals.
|
||||||
@ -604,7 +620,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff
|
||||||
* Thu Sep 25 2008 seife@suse.de
|
* Thu Sep 25 2008 seife@suse.de
|
||||||
- fix a bluetoothd crash after resume
|
- fix a bluetoothd crash after resume
|
||||||
* Tue Sep 23 2008 seife@suse.de
|
* Wed Sep 24 2008 seife@suse.de
|
||||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||||
/var/run is cleaned up later in the boot process
|
/var/run is cleaned up later in the boot process
|
||||||
* Tue Sep 23 2008 seife@suse.de
|
* Tue Sep 23 2008 seife@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user