Accepting request 55895 from Base:System
Accepted submit request 55895 from user seife OBS-URL: https://build.opensuse.org/request/show/55895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=66
This commit is contained in:
commit
e845b2e9fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8b284fdbbcb4bf827c3dafc0f4a494ab7687059717b67b8e96436f29e55c55e
|
||||
size 885026
|
3
bluez-4.81.tar.bz2
Normal file
3
bluez-4.81.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b632457856def68b578ac73bee55a9b150b649f7028f58c0382b0a018aa60629
|
||||
size 893264
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 21:52:31 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.81:
|
||||
- Fix issue with telephony driver initialization.
|
||||
- Fix issue with adapter services list initialization.
|
||||
- Fix crash after simultaneous authentication requests.
|
||||
- Add support for primary service search on device creation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 21 22:28:54 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.80:
|
||||
- Fix legacy link key storing for some buggy adapters.
|
||||
- Fix invalid memory access when EIR field length is zero.
|
||||
- Fix adapter initialization to wait for kernel HCI commands.
|
||||
- Fix initialization of adapters which are already up.
|
||||
- Fix possible race condition when initializing adapters.
|
||||
- Fix possible crashes when attempting to connect AVDTP.
|
||||
- Fix not aborting sink stream configuration on disconnect.
|
||||
- Fix not indicating disconnected state when connecting to AVDTP.
|
||||
- Fix not dropping AVDTP session when canceling stream setup.
|
||||
- Fix AVDTP abort not being send when the state is idle.
|
||||
- Fix regression with Low Energy and interleave discovery.
|
||||
- Add a new configuration option to disable Low Energy support.
|
||||
- Update support for GATT Primary Service Discovery.
|
||||
- Update MCAP and HDP support.
|
||||
- disable silent buildrules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 21:36:56 UTC 2010 - seife@opensuse.org
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.79
|
||||
Version: 4.81
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-attrib \
|
||||
--enable-pcmcia \
|
||||
%{?with_libcapng}
|
||||
make %{?_smp_mflags} all
|
||||
make %{?_smp_mflags} all V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 21:52:31 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.81:
|
||||
- Fix issue with telephony driver initialization.
|
||||
- Fix issue with adapter services list initialization.
|
||||
- Fix crash after simultaneous authentication requests.
|
||||
- Add support for primary service search on device creation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 21 22:28:54 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.80:
|
||||
- Fix legacy link key storing for some buggy adapters.
|
||||
- Fix invalid memory access when EIR field length is zero.
|
||||
- Fix adapter initialization to wait for kernel HCI commands.
|
||||
- Fix initialization of adapters which are already up.
|
||||
- Fix possible race condition when initializing adapters.
|
||||
- Fix possible crashes when attempting to connect AVDTP.
|
||||
- Fix not aborting sink stream configuration on disconnect.
|
||||
- Fix not indicating disconnected state when connecting to AVDTP.
|
||||
- Fix not dropping AVDTP session when canceling stream setup.
|
||||
- Fix AVDTP abort not being send when the state is idle.
|
||||
- Fix regression with Low Energy and interleave discovery.
|
||||
- Add a new configuration option to disable Low Energy support.
|
||||
- Update support for GATT Primary Service Discovery.
|
||||
- Update MCAP and HDP support.
|
||||
- disable silent buildrules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 21:36:56 UTC 2010 - seife@opensuse.org
|
||||
|
||||
|
@ -27,7 +27,7 @@ BuildRequires: libcap-ng-devel
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.79
|
||||
Version: 4.81
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -210,7 +210,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-attrib \
|
||||
--enable-pcmcia \
|
||||
%{?with_libcapng}
|
||||
make %{?_smp_mflags} all
|
||||
make %{?_smp_mflags} all V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
Loading…
Reference in New Issue
Block a user