Accepting request 108657 from home:seife:testing
update to bluez-4.99 OBS-URL: https://build.opensuse.org/request/show/108657 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=115
This commit is contained in:
parent
8d315bcfd6
commit
656034330e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f10865c8883abaa9720bf3a6d150a57f7bbaae0ba3a1e952fa537481994bf39
|
||||
size 987360
|
3
bluez-4.99.tar.bz2
Normal file
3
bluez-4.99.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3636b0a7422fd0b4b2aa972b83c6036571c0dcc1f6236423eef1788a088700d
|
||||
size 1001874
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 21:06:29 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.99:
|
||||
- Fix issue with missing retries for BNEP connection setup.
|
||||
- Fix issue with not showing name if first EIR has no details.
|
||||
- Fix issue with running SDP discovery for LE devices.
|
||||
- Add support for GATT using 128-bit Bluetooth UUIDs.
|
||||
- Add support for retrieving key size information.
|
||||
- Add support for storing Long Term Keys.
|
||||
- Add support for Proximity Reporter API.
|
||||
- Add support for KeyboardDisplay IO capability.
|
||||
- Add support for version 1.0 of management API.
|
||||
- Add support for monitoring interface.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 15:23:43 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -27,20 +27,20 @@ BuildRequires: libcap-ng-devel
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libnl-1)
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: pkgconfig(libnl-1)
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.98
|
||||
Version: 4.99
|
||||
Release: 0
|
||||
Summary: Bluetooth Sound Support
|
||||
License: GPL-2.0+
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 21:06:29 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.99:
|
||||
- Fix issue with missing retries for BNEP connection setup.
|
||||
- Fix issue with not showing name if first EIR has no details.
|
||||
- Fix issue with running SDP discovery for LE devices.
|
||||
- Add support for GATT using 128-bit Bluetooth UUIDs.
|
||||
- Add support for retrieving key size information.
|
||||
- Add support for storing Long Term Keys.
|
||||
- Add support for Proximity Reporter API.
|
||||
- Add support for KeyboardDisplay IO capability.
|
||||
- Add support for version 1.0 of management API.
|
||||
- Add support for monitoring interface.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 15:23:43 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
|
26
bluez.spec
26
bluez.spec
@ -29,20 +29,20 @@ BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
%define has_systemd 1
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libnl-1)
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: automake
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: glib2-devel >= 2.16
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: pkgconfig(libnl-1)
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.98
|
||||
Version: 4.99
|
||||
Release: 0
|
||||
Summary: Bluetooth Stack for Linux
|
||||
License: GPL-2.0+
|
||||
@ -143,7 +143,9 @@ Authors:
|
||||
Summary: Tools for testing of various Bluetooth-functions
|
||||
License: GPL-2.0+ ; MIT
|
||||
Group: Development/Tools/Debuggers
|
||||
Requires: libbluetooth3 = %{version} python-gobject2 dbus-1-python
|
||||
Requires: dbus-1-python
|
||||
Requires: libbluetooth3 = %{version}
|
||||
Requires: python-gobject2
|
||||
|
||||
%description test
|
||||
Contains a few tools for testing various bluetooth functions. The
|
||||
|
Loading…
Reference in New Issue
Block a user