Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2012-07-23 09:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez-gstreamer.changes    2012-07-13 
11:30:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez-gstreamer.changes       
2012-07-23 10:15:15.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 20 14:58:35 UTC 2012 - [email protected]
+
+- add patch from upstream git to fix bluez networking
+
+-------------------------------------------------------------------
bluez.changes: same change

New:
----
  0001-network-fix-network-Connect-method-parameters.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.Bswtkt/_old  2012-07-23 10:15:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Bswtkt/_new  2012-07-23 10:15:18.000000000 +0200
@@ -52,6 +52,8 @@
 Source5:        baselibs.conf
 Source6:        README.SUSE
 Source7:        bluetooth.modprobe
+# already fixed upstream
+Patch0:         0001-network-fix-network-Connect-method-parameters.patch
 # TODO: push upstream (jeffm?) -- seife
 Patch3:         bluez-4.100-libsbc-make-it-installable.diff
 # TODO: check for obsoletion
@@ -232,6 +234,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch3 -p1
 # 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.

++++++ 0001-network-fix-network-Connect-method-parameters.patch ++++++
>From 57170b311f1468330f4a9961dc0b3ac45f97bc13 Mon Sep 17 00:00:00 2001
From: Gustavo Padovan <[email protected]>
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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to