SHA256
1
0
forked from pool/bluez

Accepting request 587052 from home:seife:testing

update to version 5.49

OBS-URL: https://build.opensuse.org/request/show/587052
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=247
This commit is contained in:
Stefan Seyfried
2018-03-14 18:50:47 +00:00
committed by Git OBS Bridge
parent 1b85554ac7
commit 92bbd7b637
5 changed files with 23 additions and 84 deletions

View File

@@ -18,10 +18,10 @@
Name: bluez
Version: 5.48
Version: 5.49
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Hardware/Mobile
Url: http://www.bluez.org
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
@@ -38,8 +38,6 @@ Patch4: bluez-5.45-disable-broken-tests.diff
Patch5: 0001-obexd-use-AM_LDFLAGS-for-linking.patch
# disable tests for bypass boo#1078285
Patch6: disable_some_obex_tests.patch
# PATCH-FIX-UPSTREAM: fix errors with hotplugging, boo#1076898 --seife+obs@b1-systems.com
Patch7: 0001-core-Fixes-order-InterfaceAdded.patch
BuildRequires: automake
BuildRequires: flex
BuildRequires: libtool
@@ -75,7 +73,7 @@ BlueZ provides support for the core Bluetooth layers and protocols.
%package devel
Summary: Files needed for BlueZ development
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Languages/C and C++
Requires: libbluetooth3 = %{version}
@@ -85,7 +83,7 @@ stack.
%package -n libbluetooth3
Summary: Bluetooth Libraries
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Libraries
Provides: bluez-libs = 3.36
Obsoletes: bluez-libs <= 3.36
@@ -102,7 +100,7 @@ It is uses a modular implementation. It has many interesting features:
%package cups
Summary: CUPS Driver for Bluetooth Printers
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Hardware/Printing
%description cups
@@ -111,7 +109,7 @@ printers.
%package test
Summary: Tools for testing of various Bluetooth-functions
License: GPL-2.0+ and MIT
License: GPL-2.0-or-later AND MIT
Group: Development/Tools/Debuggers
Requires: dbus-1-python
Requires: python-gobject2
@@ -122,7 +120,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%package auto-enable-devices
Summary: Configuration that automatically enables all bluetooth devices
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Hardware/Mobile
BuildArch: noarch
@@ -147,7 +145,6 @@ desktop specific applets like blueman or GNOME or KDE applets).
%ifarch ppc ppc64 ppc64le
%patch6 -p1
%endif
%patch7 -p1
mkdir dbus-apis
cp -a doc/*.txt dbus-apis/
# FIXME: Change the dbus service to be a real service, not systemd launched