SHA256
1
0
forked from pool/bluez

Accepting request 341819 from home:seife:testing

update to version 5.36

OBS-URL: https://build.opensuse.org/request/show/341819
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=200
This commit is contained in:
Stefan Seyfried 2015-11-02 16:05:35 +00:00 committed by Git OBS Bridge
parent c1cea7fae3
commit 3c4dc362e2
5 changed files with 19 additions and 36 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1afee054644a8b1753ac98d7ad5cd95681a38f5c4cbb1b4bb3ceaa078bf8f0e2
size 1643068

3
bluez-5.36.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a343ea1aeb53d3bd139087f3b1c1e1fb70db452d9762cc7a3d23e75962e578f2
size 1649088

View File

@ -1,28 +0,0 @@
From ff657211adeefe2700d686c2960fa19492f7a71d Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Thu, 10 Sep 2015 15:32:31 +0200
Subject: [PATCH] tests: test-gobex-header: do not use the same full path for
two tests
Since GLib 2.45.7, it is no longer permitted to have two tests with the same full path.
Related glib commit: https://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=367f36d630afa01b0967547f5a038a1f8f499f45
---
unit/test-gobex-header.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unit/test-gobex-header.c b/unit/test-gobex-header.c
index 6f49312..8705892 100644
--- a/unit/test-gobex-header.c
+++ b/unit/test-gobex-header.c
@@ -554,7 +554,7 @@ int main(int argc, char *argv[])
test_header_encode_name_umlaut);
g_test_add_func("/gobex/test_header_encode_body",
test_header_encode_body);
- g_test_add_func("/gobex/test_header_encode_connid",
+ g_test_add_func("/gobex/test_header_encode_actionid",
test_header_encode_actionid);
g_test_add_func("/gobex/test_header_encode_apparam",
test_header_encode_apparam);
--
2.5.0

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 30 08:11:30 UTC 2015 - seife+obs@b1-systems.com
- update to version 5.36:
This release consists for the most part of bug fixes that target
areas such as PBAP, AVRCP and GATT.
Feature-wise a notable change is btmon support for vendor
diagnostic messages which will be debuting with the 4.4 Linux
kernel release. This feature will allow e.g. LMP tracing with
specific controllers. For now there is preliminary support for
Intel and Broadcom based controllers.
- update dbus-devel buildrequires from configure.ac
- remove obsolete bluez-no-duplicate-test-names.patch
-------------------------------------------------------------------
Mon Sep 28 19:02:15 UTC 2015 - seife+obs@b1-systems.com

View File

@ -22,9 +22,9 @@ Name: bluez
BuildRequires: flex
BuildRequires: libcap-ng-devel
BuildRequires: systemd-devel
BuildRequires: pkgconfig(dbus-1) >= 1.4
BuildRequires: pkgconfig(dbus-1) >= 1.6
%{?systemd_requires}
Version: 5.35
Version: 5.36
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0+
@ -36,8 +36,6 @@ Source7: bluetooth.modprobe
# fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com
Patch1: bluez-5.11-logitech-hid2hci.patch
Patch2: bluez-sdp-unix-path.patch
# PATCH-FIX-UPSTREAM bluez-no-duplicate-test-names.patch dimstar@opensuse.org -- Do not re-use test names
Patch3: bluez-no-duplicate-test-names.patch
BuildRequires: alsa-devel
BuildRequires: automake
BuildRequires: check-devel
@ -113,7 +111,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
mkdir dbus-apis
cp -a doc/*.txt dbus-apis/
# FIXME: Change the dbus service to be a real service, not systemd launched