Accepting request 128490 from Base:System

add patch from upstream git to fix bluez networking (forwarded request 128489 from seife)

OBS-URL: https://build.opensuse.org/request/show/128490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=99
This commit is contained in:
Stephan Kulow 2012-07-23 07:53:54 +00:00 committed by Git OBS Bridge
commit 4fba9bcdc5
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,27 @@
From 57170b311f1468330f4a9961dc0b3ac45f97bc13 Mon Sep 17 00:00:00 2001
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Date: Sat, 30 Jun 2012 00:39:05 -0300
Subject: [PATCH] network: fix network Connect() method parameters
---
network/connection.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/network/connection.c b/network/connection.c
index 544ec3a..59423a9 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -554,7 +554,9 @@ static void path_unregister(void *data)
static const GDBusMethodTable connection_methods[] = {
{ GDBUS_ASYNC_METHOD("Connect",
- NULL, NULL, connection_connect) },
+ GDBUS_ARGS({"uuid", "s"}),
+ GDBUS_ARGS({"interface", "s"}),
+ connection_connect) },
{ GDBUS_METHOD("Disconnect",
NULL, NULL, connection_disconnect) },
{ GDBUS_METHOD("GetProperties",
--
1.7.10.4

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 20 14:58:35 UTC 2012 - seife+obs@b1-systems.com
- add patch from upstream git to fix bluez networking
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 11 14:04:54 UTC 2012 - seife+obs@b1-systems.com Wed Jul 11 14:04:54 UTC 2012 - seife+obs@b1-systems.com

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 20 14:58:35 UTC 2012 - seife+obs@b1-systems.com
- add patch from upstream git to fix bluez networking
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 11 14:04:54 UTC 2012 - seife+obs@b1-systems.com Wed Jul 11 14:04:54 UTC 2012 - seife+obs@b1-systems.com

View File

@ -52,6 +52,8 @@ Source3: bluetooth.sysconfig
Source5: baselibs.conf Source5: baselibs.conf
Source6: README.SUSE Source6: README.SUSE
Source7: bluetooth.modprobe Source7: bluetooth.modprobe
# already fixed upstream
Patch0: 0001-network-fix-network-Connect-method-parameters.patch
# TODO: push upstream (jeffm?) -- seife # TODO: push upstream (jeffm?) -- seife
Patch3: bluez-4.100-libsbc-make-it-installable.diff Patch3: bluez-4.100-libsbc-make-it-installable.diff
# TODO: check for obsoletion # TODO: check for obsoletion
@ -232,6 +234,7 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch0 -p1
%patch3 -p1 %patch3 -p1
# disabled the patch because it does no longer cleanly apply and the rule has # disabled the patch because it does no longer cleanly apply and the rule has
# changed significantly anyway. I'll keep it until i get confirmation in bugzilla. # changed significantly anyway. I'll keep it until i get confirmation in bugzilla.