Accepting request 61150 from home:seife:testing
update to bluez-4.88 OBS-URL: https://build.opensuse.org/request/show/61150 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=89
This commit is contained in:
parent
5dc621d96e
commit
6f87dbfcd8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb473d02830b1a540c745ac014eb3cef627c8f11e8823b097780ac572fb87980
|
||||
size 897080
|
3
bluez-4.88.tar.bz2
Normal file
3
bluez-4.88.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ef419232f82860d8976a06b36b72b0a3cc99e3bf96d9b9038dd5f9e400f6f29
|
||||
size 899433
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 09:48:26 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.88:
|
||||
- Fix issue with HID channel reference count handling.
|
||||
- Fix issue with daemon exit on badly formatted AT+VTS.
|
||||
- Fix issue with crash while parsing of endpoint properties.
|
||||
- Fix issue with possible crash on AVDTP Suspend request timeout.
|
||||
- Fix issue with stopping inquiry before adapter is initialized.
|
||||
- Fix issue with creating device object when connection fails.
|
||||
- Fix issue with sending HCIDEVUP when adapter is already up.
|
||||
- Fix issue with handling bonding IO channel closing.
|
||||
- Fix agent cancellation in security mode 3 situations.
|
||||
- Update pairing code to support management interface.
|
||||
- requires glib2 2.16 or newer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 12:43:23 UTC 2011 - seife@opensuse.org
|
||||
|
||||
|
@ -24,11 +24,12 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: libcap-ng-devel
|
||||
%define with_libcapng --enable-capng
|
||||
%endif
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: 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.87
|
||||
Version: 4.88
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 09:48:26 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.88:
|
||||
- Fix issue with HID channel reference count handling.
|
||||
- Fix issue with daemon exit on badly formatted AT+VTS.
|
||||
- Fix issue with crash while parsing of endpoint properties.
|
||||
- Fix issue with possible crash on AVDTP Suspend request timeout.
|
||||
- Fix issue with stopping inquiry before adapter is initialized.
|
||||
- Fix issue with creating device object when connection fails.
|
||||
- Fix issue with sending HCIDEVUP when adapter is already up.
|
||||
- Fix issue with handling bonding IO channel closing.
|
||||
- Fix agent cancellation in security mode 3 situations.
|
||||
- Update pairing code to support management interface.
|
||||
- requires glib2 2.16 or newer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 12:43:23 UTC 2011 - seife@opensuse.org
|
||||
|
||||
|
@ -24,10 +24,11 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: libcap-ng-devel
|
||||
%define with_libcapng --enable-capng
|
||||
%endif
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.87
|
||||
Version: 4.88
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
|
Loading…
Reference in New Issue
Block a user