forked from pool/bluez
Accepting request 53624 from home:seife:testing
update to bluez-4.80 OBS-URL: https://build.opensuse.org/request/show/53624 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=75
This commit is contained in:
parent
a82355a37e
commit
9c7eff53fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8b284fdbbcb4bf827c3dafc0f4a494ab7687059717b67b8e96436f29e55c55e
|
|
||||||
size 885026
|
|
3
bluez-4.80.tar.bz2
Normal file
3
bluez-4.80.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f5bb30e52a683782192ddf5332f4a83ac39189e18f5f836a2ff93fb470bd228
|
||||||
|
size 891386
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
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: alsa-devel libsndfile-devel pkg-config udev
|
||||||
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.79
|
Version: 4.80
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
@ -91,7 +91,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-attrib \
|
--enable-attrib \
|
||||||
--enable-pcmcia \
|
--enable-pcmcia \
|
||||||
%{?with_libcapng}
|
%{?with_libcapng}
|
||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
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: glib2-devel libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.79
|
Version: 4.80
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -210,7 +210,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-attrib \
|
--enable-attrib \
|
||||||
--enable-pcmcia \
|
--enable-pcmcia \
|
||||||
%{?with_libcapng}
|
%{?with_libcapng}
|
||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
Loading…
Reference in New Issue
Block a user