forked from pool/bluez
This commit is contained in:
parent
ebc5f0be24
commit
3a350cce43
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8aaeb8dce8e2f7cb3a1ac3cb87f498e91a9977bf570072d6f26bd6cc49b906f
|
||||
size 771954
|
3
bluez-4.39.tar.bz2
Normal file
3
bluez-4.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb3a331d5ae19a8baa20eca066ca897000c691a9a87016a083d011dcc6393033
|
||||
size 772998
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 19:26:39 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 20:57:33 CEST 2009 - seife@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez-gstreamer (Version 4.38)
|
||||
# spec file for package bluez-gstreamer (Version 4.39)
|
||||
#
|
||||
# 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.38
|
||||
Version: 4.39
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -109,6 +109,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 seife@suse.de
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
* Mon May 04 2009 seife@suse.de
|
||||
- update to bluez-4.38:
|
||||
- Add support for builtin plugins.
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 19:26:39 CEST 2009 - seife@suse.de
|
||||
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 20:57:33 CEST 2009 - seife@suse.de
|
||||
|
||||
|
16
bluez.spec
16
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.38)
|
||||
# spec file for package bluez (Version 4.39)
|
||||
#
|
||||
# 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.38
|
||||
Version: 4.39
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -354,6 +354,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man1/dund.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 seife@suse.de
|
||||
- update to bluez-4.39:
|
||||
- Add workaround for dealing with unknown inquiry complete.
|
||||
- Fix discovering when using software scheduler.
|
||||
- Fix wrong NoInputNoOutput IO capability string.
|
||||
- Fix race condition with agent during pairing.
|
||||
- Fix agent cancellation for security mode 3 acceptor failure.
|
||||
- Fix temporary flag removal when device creation fails.
|
||||
- Fix hciattach to use ppoll instead of poll.
|
||||
- Fix service class update when adapter is down.
|
||||
- Fix service classes race condition during startup.
|
||||
- Fix release of audio client before freeing the device.
|
||||
* Mon May 04 2009 seife@suse.de
|
||||
- update to bluez-4.38:
|
||||
- Add support for builtin plugins.
|
||||
|
Loading…
Reference in New Issue
Block a user