forked from pool/bluez
This commit is contained in:
parent
9581df435f
commit
fdd557ce3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffac37be4af86a74ee805123c8aa8a84e14e12c093f28cbbc27fa673d8c9be22
|
||||
size 779291
|
3
bluez-4.41.tar.bz2
Normal file
3
bluez-4.41.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d52dc7b7ddcdbeef35302d30f09307d72584562174e56f61e41b65176e6187a3
|
||||
size 779381
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 19:32:51 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 19:42:27 CEST 2009 - seife@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez-gstreamer (Version 4.40)
|
||||
# spec file for package bluez-gstreamer (Version 4.41)
|
||||
#
|
||||
# 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.40
|
||||
Version: 4.41
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -109,6 +109,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2009 seife@suse.de
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
* Wed May 20 2009 seife@suse.de
|
||||
- update to bluez-4.40:
|
||||
- Add telephony driver for oFono telephony stack.
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 19:32:51 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 19:42:27 CEST 2009 - seife@suse.de
|
||||
|
||||
|
23
bluez.spec
23
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.40)
|
||||
# spec file for package bluez (Version 4.41)
|
||||
#
|
||||
# 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.40
|
||||
Version: 4.41
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -207,11 +207,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
cd test
|
||||
install --mode=0755 \
|
||||
apitest \
|
||||
simple-agent \
|
||||
simple-service \
|
||||
list-devices \
|
||||
test-adapter \
|
||||
test-device \
|
||||
test-discovery \
|
||||
test-manager \
|
||||
test-network \
|
||||
test-serial \
|
||||
test-service \
|
||||
test-telephony \
|
||||
@ -326,10 +329,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/rctest
|
||||
%{_bindir}/apitest
|
||||
%{_bindir}/list-devices
|
||||
%{_bindir}/simple-agent
|
||||
%{_bindir}/simple-service
|
||||
%{_bindir}/test-adapter
|
||||
%{_bindir}/test-device
|
||||
%{_bindir}/test-discovery
|
||||
%{_bindir}/test-manager
|
||||
%{_bindir}/test-network
|
||||
%{_bindir}/test-serial
|
||||
%{_bindir}/test-service
|
||||
%{_bindir}/test-telephony
|
||||
@ -355,6 +361,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2009 seife@suse.de
|
||||
- update to bluez-4.41:
|
||||
- Fix pairing even if the ACL gets dropped before successful SDP.
|
||||
- Fix regression which caused device to be removed after pairing.
|
||||
- Fix HSP record fetching when remote device doesn't support it.
|
||||
- Fix SDP discovery canceling when clearing hs->pending.
|
||||
- Fix headset never connecting on the first attempt.
|
||||
- Fix headset state tracking if bt_search_service() fails.
|
||||
- Fix maximum headset connection count check.
|
||||
- Fix AVDTP Discover timeout handling.
|
||||
- Fix also UI_SET_KEYBIT for the new pause and play key codes.
|
||||
- packaging:
|
||||
- add simple-agent, simple-service and test-network to bluez-test
|
||||
* Wed May 20 2009 seife@suse.de
|
||||
- update to bluez-4.40:
|
||||
- Add telephony driver for oFono telephony stack.
|
||||
|
Loading…
Reference in New Issue
Block a user